diff options
author | Tim Rozet <trozet@redhat.com> | 2017-02-28 16:20:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-28 16:20:47 +0000 |
commit | e40c38ebf60891f0b2693b57516e518b69fa161a (patch) | |
tree | f3e3b8cefeb382b87b3bbf1edcdb8c812756af41 /build/overcloud-full.sh | |
parent | 6ca14edd7c23af7078be6a78ffb3ea3ecf03e603 (diff) | |
parent | 8f38df4d1c7be93822f2f8ec7f385d98d172a613 (diff) |
Merge "Removing sctp module load from Apex"
Diffstat (limited to 'build/overcloud-full.sh')
-rwxr-xr-x | build/overcloud-full.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh index a360689b..1e95b838 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -82,9 +82,7 @@ qemu-img resize overcloud-full_build.qcow2 +500MB # expand file system to max disk size # installing forked opnfv-puppet-tripleo -# enable connection tracking for protocal sctp # upload dpdk rpms but do not install -# enable connection tracking for protocal sctp # install the congress rpms # upload and explode the congress puppet module # install fd.io yum repo and packages @@ -100,7 +98,6 @@ 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 "cd /etc/puppet/modules && rm -rf tripleo && tar xzf opnfv-puppet-tripleo.tar.gz" \ - --run-command "echo 'nf_conntrack_proto_sctp' > /etc/modules-load.d/nf_conntrack_proto_sctp.conf" \ --run-command "mkdir /root/dpdk_rpms" \ --upload ${BUILD_DIR}/fdio.repo:/etc/yum.repos.d/fdio.repo \ $dpdk_pkg_str \ |