From: Dan Radez Date: Fri, 22 Jan 2016 00:42:29 +0000 (-0500) Subject: adding nf_conntrack_proto_sctp to modules-load X-Git-Tag: brahmaputra.1.rc1~2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=e9fb28151722877c73a335797fb1498a96c764c7;p=apex.git adding nf_conntrack_proto_sctp to modules-load JIRA: APEX-63 Change-Id: I4155111eb2c19d74e0f265ccac25756f35bb41a0 --- 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