From 8f38df4d1c7be93822f2f8ec7f385d98d172a613 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Thu, 23 Feb 2017 17:00:59 -0500 Subject: 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 --- build/overcloud-full.sh | 3 --- 1 file changed, 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 \ -- cgit 1.2.3-korg