X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fonap-deploy.sh;h=f2faad54cc18f3ffaa01a2b282a9bb3d2700295b;hb=411bad54ec6a0d4e4ea546264678e86566421b0f;hp=b348bbd68c8090a3c22423438ebb2ca925a02e0e;hpb=96a19741abfa91449ba194ec8d7e2da3574c4932;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/onap-deploy.sh b/jjb/cloud-infra/onap-deploy.sh index b348bbd6..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 /tmp/openrc \ +./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: