X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fonap-deploy.sh;h=f2faad54cc18f3ffaa01a2b282a9bb3d2700295b;hb=71a220a8f4731783c2ce91bc1db78b8ed8269a5d;hp=b348bbd68c8090a3c22423438ebb2ca925a02e0e;hpb=a096f1d4a66957c0d6ce5fa88e638a4500651ca0;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: