Fix install failures for python-etcd and puppet-etc 35/47135/1
authorTim Rozet <trozet@redhat.com>
Mon, 13 Nov 2017 18:01:55 +0000 (13:01 -0500)
committerTim Rozet <trozet@redhat.com>
Mon, 13 Nov 2017 18:01:55 +0000 (13:01 -0500)
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>
build/overcloud-full.sh

index ada196d..2fd6bc8 100755 (executable)
@@ -142,6 +142,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 \