adding nf_conntrack_proto_sctp to modules-load 35/7735/1
authorDan Radez <dradez@redhat.com>
Fri, 22 Jan 2016 00:42:29 +0000 (19:42 -0500)
committerDan Radez <dradez@redhat.com>
Fri, 22 Jan 2016 15:35:00 +0000 (10:35 -0500)
JIRA: APEX-63

Change-Id: I4155111eb2c19d74e0f265ccac25756f35bb41a0

build/instack.sh
ci/deploy.sh

index d7109c5..03dfd1e 100755 (executable)
@@ -253,12 +253,13 @@ git checkout stable/liberty
 popd
 tar -czf puppet-aodh.tar.gz aodh
 
-# Add epel, aodh and ceph, remove openstack-neutron-openvswitch
+# Add epel, aodh and ceph, remove openstack-neutron-openvswitch, add sctp module
 AODH_PKG="openstack-aodh-api,openstack-aodh-common,openstack-aodh-compat,openstack-aodh-evaluator,openstack-aodh-expirer"
 AODH_PKG+=",openstack-aodh-listener,openstack-aodh-notifier"
 LIBGUESTFS_BACKEND=direct virt-customize --upload puppet-aodh.tar.gz:/etc/puppet/modules/ \
     --run-command "cd /etc/puppet/modules/ && rm -rf aodh && tar xzf puppet-aodh.tar.gz" \
     --run-command "yum remove -y openstack-neutron-openvswitch" \
+    --run-command "echo 'nf_conntrack_proto_sctp' > /etc/modules-load.d/nf_conntrack_proto_sctp.conf" \
     --install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
     --install "$AODH_PKG,ceph" \
     -a overcloud-full-opendaylight.qcow2
index 5118aea..d96ebe4 100755 (executable)
@@ -824,8 +824,8 @@ openstack overcloud image upload
 echo "Configuring undercloud and discovering nodes"
 openstack baremetal import --json instackenv.json
 openstack baremetal configure boot
-if [[ -z "$virtual" ]]; then 
-openstack baremetal introspection bulk start
+if [[ -z "$virtual" ]]; then
+  openstack baremetal introspection bulk start
 fi
 echo "Configuring flavors"
 for flavor in baremetal control compute; do