2017-01-26 15:06:46 -05:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
set -eux
|
|
|
|
|
|
|
|
yum install -y \
|
|
|
|
jq \
|
2018-02-26 23:19:30 +01:00
|
|
|
python-ipaddress \
|
2017-10-17 11:13:03 -07:00
|
|
|
puppet-tripleo\
|
2017-01-26 15:06:46 -05:00
|
|
|
os-net-config \
|
|
|
|
openvswitch \
|
2017-03-22 17:04:50 -04:00
|
|
|
python-heat-agent* \
|
|
|
|
openstack-selinux
|
2017-01-26 15:06:46 -05:00
|
|
|
|
|
|
|
ln -s -f /usr/share/openstack-puppet/modules/* /etc/puppet/modules
|
2017-04-03 12:50:45 -04:00
|
|
|
|
|
|
|
echo '# empty ruleset created by deployed-server bootstrap' > /etc/sysconfig/iptables
|
|
|
|
echo '# empty ruleset created by deployed-server bootstrap' > /etc/sysconfig/ip6tables
|