tripleo-heat-templates/environments
Dan Prince 5a353c916c Rename -puppet.yaml templates.
Updates the /puppet directory templates so that we drop the
'-puppet' from the filenames. This is redundant because
we already have puppet in the directory name and fixes
inconsistencies where we aren't using -puppet in
all the files within the puppet directory.

Depends-On: I71cb07b2f5305aaf9c43ab175cca976e844b8175

Change-Id: I70d6e048a566666f5d6e5c2407f8a6b4fd9f6f87
2015-09-22 08:30:01 -04:00
..
README.md Add a directory for overcloud heat environments 2015-05-15 12:28:00 +02:00
cinder-netapp-config.yaml Fix Puppet Configuring NetApp Cinder Backend 2015-07-20 11:09:44 -04:00
mongodb-nojournal.yaml Allow a user to disable MongoDB journaling 2015-07-13 10:29:38 +02:00
net-bond-with-vlans.yaml Use parameter_defaults in env files 2015-07-09 11:19:43 -04:00
net-single-nic-with-vlans.yaml Use parameter_defaults in env files 2015-07-09 11:19:43 -04:00
network-isolation.yaml Include Redis VIP in example environment 2015-06-25 12:03:02 -07:00
neutron-ml2-bigswitch.yaml Big Switch Neutron ML2 plugin integration 2015-09-16 14:32:48 +02:00
neutron-ml2-cisco-nexus-ucsm.yaml Port Cisco Nexus/UCSM ExtraConfig to AllNodes 2015-09-17 15:50:39 +01:00
overcloud-steps.yaml Rename -puppet.yaml templates. 2015-09-22 08:30:01 -04:00
puppet-ceph-devel.yaml Add a directory for overcloud heat environments 2015-05-15 12:28:00 +02:00
puppet-ceph-external.yaml Support for using external Ceph clusters 2015-08-13 16:19:04 +02:00
puppet-pacemaker.yaml Enable loadbalancing of the Redis VIP, defaults to False 2015-06-18 14:31:52 +02:00
puppet-tenant-vlan.yaml Wire Neutron VLAN ranges param as array to puppet 2015-06-05 09:27:42 -04:00
storage-environment.yaml Provide a sample storage environment file 2015-07-30 15:25:25 +02:00

README.md

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