Removing sctp module load from Apex 49/29449/2
authorDan Radez <dradez@redhat.com>
Thu, 23 Feb 2017 22:00:59 +0000 (17:00 -0500)
committerDan Radez <dradez@redhat.com>
Mon, 27 Feb 2017 17:36:02 +0000 (12:36 -0500)
Handled upstream by: https://review.openstack.org/#/c/438343/

opnfv-tht-pr: 112

Change-Id: I6e54dbfbf31864e96a65b6e6aa1dc4743c71ffb1
Signed-off-by: Dan Radez <dradez@redhat.com>
build/overcloud-full.sh

index a360689..1e95b83 100755 (executable)
@@ -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 \