From 742136a7fdb450f7d21c91b94c3054d4ec8de60e Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Mon, 12 Dec 2016 18:03:06 +0100 Subject: deploy-cache: Fix bootstrap cache location We recently changed the location of the deploy cache artifacts on Fuel Master, which failed to also update the bootstrap_admin_node.sh harcodes. JIRA: ARMBAND-172 Change-Id: I1244beca0b5f386efb7ae255fadb0ef69eb559de Signed-off-by: Alexandru Avadanii --- .../0005-CI-deploy-cache-Store-and-reuse-deploy-artifacts.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/opnfv-fuel/upstream-backports/0005-CI-deploy-cache-Store-and-reuse-deploy-artifacts.patch b/patches/opnfv-fuel/upstream-backports/0005-CI-deploy-cache-Store-and-reuse-deploy-artifacts.patch index 3bfc1765..d72b5215 100644 --- a/patches/opnfv-fuel/upstream-backports/0005-CI-deploy-cache-Store-and-reuse-deploy-artifacts.patch +++ b/patches/opnfv-fuel/upstream-backports/0005-CI-deploy-cache-Store-and-reuse-deploy-artifacts.patch @@ -66,7 +66,7 @@ index 0000000..80cd0f4 + + ASTUTE_YAML='/etc/fuel/astute.yaml' + BOOTSTRAP_NODE_CONFIG="/etc/fuel/bootstrap_admin_node.conf" -++OPNFV_CACHE_PATH="/var/lib/opnfv/cache/bootstraps" +++OPNFV_CACHE_PATH="/var/cache/opnfv/bootstraps" ++OPNFV_CACHE_TAR="opnfv-bootstraps-cache.tar" + bs_build_log='/var/log/fuel-bootstrap-image-build.log' + bs_status=0 -- cgit 1.2.3-korg