summaryrefslogtreecommitdiffstats
path: root/build/undercloud.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-01-26 02:39:28 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-26 02:39:28 +0000
commita271e8ff76da2592477824611b726b98ca19bd59 (patch)
treec0d8eded59bd713e66ee1ef0bdf38c24be4c4c84 /build/undercloud.sh
parent9b1a131b0dbfbba8b59a296bd9cfcc4d9266e23e (diff)
parent54a3e4c68e8790d989c9a5986ecb4f7b57c13aca (diff)
Merge "Fixes yum update on undercloud"
Diffstat (limited to 'build/undercloud.sh')
-rwxr-xr-xbuild/undercloud.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/undercloud.sh b/build/undercloud.sh
index adf08eaf..a0210131 100755
--- a/build/undercloud.sh
+++ b/build/undercloud.sh
@@ -72,7 +72,8 @@ LIBGUESTFS_BACKEND=direct virt-customize \
--upload ${BUILD_ROOT}/set_perf_images.sh:/home/stack \
--upload ${BUILD_DIR}/image.py:/root \
--upload ${BUILD_DIR}/image.pyc:/root \
- --run-command "sed -i '/pkg_upgrade_cmd =/c\\ \$pkg_upgrade_cmd =echo' /usr/share/instack-undercloud/puppet-stack-config/puppet-stack-config.pp" \
+ --upload ${BUILD_ROOT}/0001-Removes-doing-yum-update.patch:/usr/lib/python2.7/site-packages/ \
+ --run-command "cd /usr/lib/python2.7/site-packages/ && patch -p1 < 0001-Removes-doing-yum-update.patch" \
-a undercloud_build.qcow2
mv -f undercloud_build.qcow2 undercloud.qcow2