X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fonap-deploy.sh;h=f2faad54cc18f3ffaa01a2b282a9bb3d2700295b;hb=411bad54ec6a0d4e4ea546264678e86566421b0f;hp=7cf0d6d0e6199cedb7b9c31750f3a10e733a1af7;hpb=c01b6d5c7b6e33ed66b972dba5f2d3edfd9ce477;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/onap-deploy.sh b/jjb/cloud-infra/onap-deploy.sh index 7cf0d6d0..f2faad54 100644 --- a/jjb/cloud-infra/onap-deploy.sh +++ b/jjb/cloud-infra/onap-deploy.sh @@ -67,9 +67,9 @@ fi echo "Info: Starting K8S cluster creation and ONAP deployment" echo "-------------------------------------------------------------------------" cd $WORKSPACE -./engine/deploy.sh -c -r $PROVISIONER_TYPE -u $OPENRC_FILE \ +./engine/deploy.sh -r $PROVISIONER_TYPE -u /tmp/openrc \ -s $DEPLOY_SCENARIO -e $HEAT_ENVIRONMENT_FILE cd $WORKSPACE -/bin/cp $WORKSPACE/.cache/config/inventory.ini ../inventory.ini +/bin/cp /opt/engine/.cache/config/inventory.ini ../inventory.ini # vim: set ts=2 sw=2 expandtab: