diff options
Diffstat (limited to 'ci/deploy_ci.sh')
-rwxr-xr-x | ci/deploy_ci.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ci/deploy_ci.sh b/ci/deploy_ci.sh index 1f206210..55a0129d 100755 --- a/ci/deploy_ci.sh +++ b/ci/deploy_ci.sh @@ -14,10 +14,6 @@ CI_DIR=$(cd $(dirname ${BASH_SOURCE:-$0});pwd) # FIXME: Some scenarios need to update. case $DEPLOY_SCENARIO in - os-odl_l2-moon-ha) - echo "os-odl_l2-moon-ha scenario supports xenial mitaka only" - exit 1 - ;; os-onos-sfc-ha) echo "os-onos-sfc-ha scenario supports mitaka only" exit 1 @@ -54,4 +50,7 @@ echo 'OPENSTACK_VERSION='$OPENSTACK_VERSION echo "#############################################" set -x +# clean up +export TAR_URL=${TAR_URL:-$ISO_URL} +sudo docker rm -f $(docker ps -aq) $CI_DIR/../deploy.sh |