diff options
author | Michael Chapman <michapma@redhat.com> | 2016-09-08 07:07:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-08 07:07:56 +0000 |
commit | 0f2b8756371b44d6ce40d6d52604bc5d82b72f1d (patch) | |
tree | 768c82384c774a0521a8a46db313a9ff363c05e9 /build/overcloud-full.sh | |
parent | 986257a19dfecccff51173a903e9a0913abcc5cd (diff) | |
parent | 664851a1f82151984c299bcdfba9a94ff2e5b777 (diff) |
Merge "Fixes FDIO kernel settings"
Diffstat (limited to 'build/overcloud-full.sh')
-rwxr-xr-x | build/overcloud-full.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh index 943716bc..0357ba05 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -130,6 +130,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --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" \ --run-command "tar zxvf /root/fdio/vpp_papi*.tar.gz -C /" \ --install unzip \ --upload puppet-fdio.tar.gz:/etc/puppet/modules \ |