summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-01-21 19:42:29 -0500
committerDan Radez <dradez@redhat.com>2016-01-22 10:35:00 -0500
commite9fb28151722877c73a335797fb1498a96c764c7 (patch)
treec47a464f42c0d32848f869506e54cacde8d9127f
parent2e2779549879b01c994f5e2685179f0d2ce319fc (diff)
adding nf_conntrack_proto_sctp to modules-load
JIRA: APEX-63 Change-Id: I4155111eb2c19d74e0f265ccac25756f35bb41a0
-rwxr-xr-xbuild/instack.sh3
-rwxr-xr-xci/deploy.sh4
2 files changed, 4 insertions, 3 deletions
diff --git a/build/instack.sh b/build/instack.sh
index d7109c55..03dfd1ef 100755
--- a/build/instack.sh
+++ b/build/instack.sh
@@ -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
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 5118aea1..d96ebe4f 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -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