From 0b5789905915f0468d18aa3c42eb469a331e8315 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 14 May 2018 11:20:44 -0400 Subject: Updates undercloud/centos repo during build phase Some dependencies are failing to install for undercloud install because the repo has expired on the frozen stable/fraser image. The kernel devel/headers packages are missing in the centos updates repo, so need to specify their location. Change-Id: I878323b01b624c452a06cf5fde40eaae196d91bd Signed-off-by: Tim Rozet --- build/undercloud.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build/undercloud.sh') diff --git a/build/undercloud.sh b/build/undercloud.sh index 34f22b1b..975730fa 100755 --- a/build/undercloud.sh +++ b/build/undercloud.sh @@ -37,6 +37,7 @@ populate_cache $calipso_uri_base/$calipso_script LIBGUESTFS_BACKEND=direct $VIRT_CUSTOMIZE \ --run-command "sed -i 's/^#UseDNS.*$/UseDNS no/' /etc/ssh/sshd_config" \ --run-command "sed -i 's/^GSSAPIAuthentication.*$/GSSAPIAuthentication no/' /etc/ssh/sshd_config" \ + --run-command "curl -L -f -o /etc/yum.repos.d/delorean.repo https://trunk.rdoproject.org/centos7-pike/current-tripleo/delorean.repo" \ --upload ${BUILD_DIR}/apex-tripleo-heat-templates.tar.gz:/usr/share \ --install "openstack-utils" \ --install "ceph-common" \ -- cgit 1.2.3-korg