tripleo-heat-templates/deployed-server/deployed-server-bootstrap-rhel.sh
James Slagle 5461971b7e Add deployed server bootstrap for RHEL
This is similar to the bootstrap for CentOS, except we don't set SELinux
to permissive on RHEL.

Change-Id: I52b8fa017ee2821d2fa91e5ec806a55fcb92566d
Partially-implements: blueprint split-stack-software-configuration
2017-01-26 15:06:46 -05:00

14 lines
229 B
Bash

#!/bin/bash
set -eux
yum install -y \
jq \
python-ipaddr \
openstack-puppet-modules \
os-net-config \
openvswitch \
python-heat-agent*
ln -s -f /usr/share/openstack-puppet/modules/* /etc/puppet/modules