mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 01:11:30 +02:00
8 lines
370 B
Bash
Executable File
8 lines
370 B
Bash
Executable File
#!/bin/bash
|
|
# -----------------------------------------------------------------------------
|
|
# Publishes the ONOS Tutorial OVA file.
|
|
# -----------------------------------------------------------------------------
|
|
export VER=1.13.1
|
|
export OVA=/tmp/onos-tutorial-$VER.ova
|
|
uploadToS3.py $OVA --secret $AWS_SECRET_ACCESS_KEY --key $AWS_ACCESS_KEY_ID --bucket onos --dest vm/
|