X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=prototypes%2Fxci%2Fxci-deploy.sh;h=277206dc7086089a81c8ba81b5078f1ef4d80c10;hb=d0f72ad5325b200bfbbc9ae661adacd72f27afa7;hp=eb1e9d78e2b87f4a59c24eb739a500d48dbece2f;hpb=8df5b9486ad80efae75dcf719acb705f9c3807b9;p=releng.git diff --git a/prototypes/xci/xci-deploy.sh b/prototypes/xci/xci-deploy.sh index eb1e9d78e..277206dc7 100755 --- a/prototypes/xci/xci-deploy.sh +++ b/prototypes/xci/xci-deploy.sh @@ -13,12 +13,12 @@ fi # find where are we XCI_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -# source pinned versions -source $XCI_PATH/config/pinned-versions - # source user vars source $XCI_PATH/config/user-vars +# source pinned versions +source $XCI_PATH/config/pinned-versions + # source flavor configuration source "$XCI_PATH/flavors/${XCI_FLAVOR}-vars" @@ -40,7 +40,7 @@ echo "-------------------------------------------------------------------------" #------------------------------------------------------------------------------- echo "Info: Cleaning up the previous deployment" $XCI_PATH/../bifrost/scripts/destroy-env.sh > /dev/null 2>&1 -/bin/rm -rf /opt/releng /opt/bifrost /opt/openstack-ansible /opt/stack +/bin/rm -rf /opt/releng /opt/bifrost /opt/openstack-ansible #------------------------------------------------------------------------------- # Clone the repositories and checkout the versions