diff options
author | Dan Radez <dradez@redhat.com> | 2017-02-23 17:00:59 -0500 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-02-27 12:36:02 -0500 |
commit | 8f38df4d1c7be93822f2f8ec7f385d98d172a613 (patch) | |
tree | fc0abdc8a70601a1cdb50b71d3d3db600ec3d1a2 | |
parent | 6c426c7e7ac0bc4b22a6339be3d31eecaef57f46 (diff) |
Removing sctp module load from Apex
Handled upstream by: https://review.openstack.org/#/c/438343/
opnfv-tht-pr: 112
Change-Id: I6e54dbfbf31864e96a65b6e6aa1dc4743c71ffb1
Signed-off-by: Dan Radez <dradez@redhat.com>
-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 \ |