X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=prototypes%2Fxci%2Fxci-deploy.sh;h=277206dc7086089a81c8ba81b5078f1ef4d80c10;hb=c88ee15be620f579c2b4b56457e73c0690bf8470;hp=401c098c644046110b3914e7ce6ef9eb58e761fd;hpb=ef3543d93a806489c6b71c021bf457a1fe93e894;p=releng.git diff --git a/prototypes/xci/xci-deploy.sh b/prototypes/xci/xci-deploy.sh index 401c098c6..277206dc7 100755 --- a/prototypes/xci/xci-deploy.sh +++ b/prototypes/xci/xci-deploy.sh @@ -13,14 +13,14 @@ 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 +source "$XCI_PATH/flavors/${XCI_FLAVOR}-vars" # source xci configuration source $XCI_PATH/config/env-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