tripleo-heat-templates/environments
Dan Sneddon c203085ad0 Include Redis VIP in example environment
The network isolation code in the TripleO Heat templates has files
in the environment folder that can be included to enable network
isolation. This updates the environment file to include the VIP
for Redis.

Change-Id: Ic05720c565d9ecf76bf7485b969cb2d9ead9fd6f
2015-06-25 12:03:02 -07:00
..
cinder-netapp-config.yaml Enable NetApp Backends in Cinder 2015-06-05 10:03:10 -04:00
net-bond-with-vlans.yaml os-net-config templates to configure vlans on bond 2015-05-26 10:23:29 -04:00
net-single-nic-with-vlans.yaml os-net-config templates to configure vlans 2015-06-01 15:13:46 -04:00
network-isolation.yaml Include Redis VIP in example environment 2015-06-25 12:03:02 -07:00
overcloud-steps.yaml overcloud stepped deployment environment 2015-05-22 21:30:57 +01:00
puppet-ceph-devel.yaml Add a directory for overcloud heat environments 2015-05-15 12:28:00 +02:00
puppet-pacemaker.yaml Add Redis as a Pacemaker resource 2015-06-05 23:40:44 +02:00
puppet-tenant-vlan.yaml Wire Neutron VLAN ranges param as array to puppet 2015-06-05 09:27:42 -04:00
README.md Add a directory for overcloud heat environments 2015-05-15 12:28:00 +02:00

This directory contains Heat environment file snippets which can be used to enable features in the Overcloud.

Configuration

These can be enabled using the -e [path to environment yaml] option with heatclient.

Below is an example of how to enable the Ceph template using devtest_overcloud.sh:

export OVERCLOUD\_CUSTOM\_HEAT\_ENV=$TRIPLEO\_ROOT/tripleo-heat-templates/environments/ceph_devel.yaml