summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-11-13 13:01:55 -0500
committerTim Rozet <trozet@redhat.com>2017-11-13 21:00:29 +0000
commitf9cdd787b22a286daebecb14532b437939687c5e (patch)
tree5b960a22747d7a93752698a1a48ccdcf9a69570f
parent195d18eb89e17823eafc24950aafc9d510903c27 (diff)
Fix install failures for python-etcd and puppet-etc
Delorean repo used in frozen images has expired, so need to pull from latest Ocata repo. JIRA: APEX-542 Change-Id: I2e3e16687b9ca389ecaf83ca48dddf4d4a161357 Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit e1c2217d0310a3fec511f34b36e8391aa83eac01)
-rwxr-xr-xbuild/overcloud-full.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh
index ea04f401..67261f72 100755
--- a/build/overcloud-full.sh
+++ b/build/overcloud-full.sh
@@ -130,6 +130,7 @@ populate_cache $kvmfornfv_uri_base/$kvmfornfv_kernel_rpm
# git clone vsperf into the overcloud image
# upload the rt_kvm kernel
LIBGUESTFS_BACKEND=direct $VIRT_CUSTOMIZE \
+ --run-command "cd /etc/yum.repos.d && curl -O https://trunk.rdoproject.org/centos7-ocata/current-tripleo/delorean.repo" \
--run-command "mkdir /root/dpdk_rpms" \
$dpdk_pkg_str \
--upload ${BUILD_DIR}/puppet-fdio.tar.gz:/etc/puppet/modules \