diff options
author | Feng Pan <fpan@redhat.com> | 2016-11-27 12:26:32 -0500 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2016-11-27 22:48:06 -0500 |
commit | d9232d5a77879ce381142e866cd53ed1fc46e32d (patch) | |
tree | fee395985395e73de5a2c6a2812d204bd9ea50db /build/overcloud-full.sh | |
parent | 9c9e9a64d472be177892049bf8dcb920c4fbc0d1 (diff) |
Build failure fixes
- Remove puppet debug from overcloud image - file
/var/lib/heat-config/hooks/puppet no longer exist in
overcloud image.
- Revert networking-vpp to known working version until
fix is committed upstream.
Change-Id: I9add838a60014a43774d4001ccd84ccad21a3343
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build/overcloud-full.sh')
-rwxr-xr-x | build/overcloud-full.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh index fa4444a4..148b0f0a 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -127,7 +127,6 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --upload puppet-congress.tar.gz:/etc/puppet/modules/ \ --run-command "cd /etc/puppet/modules/ && tar xzf puppet-congress.tar.gz" \ --run-command "cd /usr/lib/python2.7/site-packages/congress/datasources && curl -O $doctor_driver" \ - --run-command "sed -i \"s/'--detailed-exitcodes',/'--detailed-exitcodes','-l','syslog','-l','console',/g\" /var/lib/heat-config/hooks/puppet" \ --run-command "yum install -y /root/fdio/*.rpm" \ --run-command "rm -f /etc/sysctl.d/80-vpp.conf" \ --install unzip \ |