From 108bf4416c670cd871801e4eb4a7f0aa25b52648 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 8 Jan 2020 10:28:24 +0100 Subject: [PATCH] cloud-infra: Update engine cache location in jobs Change-Id: Ibd577fe4d6302ea9c0bbc60235fe985497066484 --- jjb/cloud-infra/cloud-infra-periodic-onap.yaml | 2 +- jjb/cloud-infra/onap-deploy.sh | 2 +- jjb/cloud-infra/scripts/spinnaker-deploy.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/cloud-infra/cloud-infra-periodic-onap.yaml b/jjb/cloud-infra/cloud-infra-periodic-onap.yaml index e4d13a7d3..d3456d3ef 100644 --- a/jjb/cloud-infra/cloud-infra-periodic-onap.yaml +++ b/jjb/cloud-infra/cloud-infra-periodic-onap.yaml @@ -575,7 +575,7 @@ description: 'Type of the deployment' - string: name: HEAT_ENVIRONMENT_FILE - default: "file://$WORKSPACE/.cache/repos/swconfig/scenarios/$DEPLOY_SCENARIO/$INSTALLER_TYPE/role/$DEPLOY_SCENARIO/files/$HEAT_ENVIRONMENT_FILENAME" + default: "file:///opt/engine/.cache/repos/swconfig/scenarios/$DEPLOY_SCENARIO/$INSTALLER_TYPE/role/$DEPLOY_SCENARIO/files/$HEAT_ENVIRONMENT_FILENAME" description: 'Type of the deployment' - string: name: ENGINE_VERSION diff --git a/jjb/cloud-infra/onap-deploy.sh b/jjb/cloud-infra/onap-deploy.sh index b348bbd68..3c210ef3a 100644 --- a/jjb/cloud-infra/onap-deploy.sh +++ b/jjb/cloud-infra/onap-deploy.sh @@ -71,5 +71,5 @@ cd $WORKSPACE -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: diff --git a/jjb/cloud-infra/scripts/spinnaker-deploy.sh b/jjb/cloud-infra/scripts/spinnaker-deploy.sh index bef1b12a9..34e6e1e9c 100644 --- a/jjb/cloud-infra/scripts/spinnaker-deploy.sh +++ b/jjb/cloud-infra/scripts/spinnaker-deploy.sh @@ -71,6 +71,6 @@ cd $WORKSPACE -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: -- 2.25.1