tripleo-heat-templates/environments
Lokesh Jain 099f6cd3ee Change for configuring use_forwarded_for value for Nuage
Added a parameter to Nuage ExtraConfig template for setting
use_forwarded_for value required by Nuage metadata agent

Change-Id: I02c15311272126c5e530f118fbfb4a8f6e11a620
(cherry picked from commit 8337b69bc9)
2016-03-15 13:01:07 +00:00
..
updates Add update yaml backward compatibe with PublicVirtualIP on ctlplane 2016-01-21 14:44:47 -05:00
README.md Add a directory for overcloud heat environments 2015-05-15 12:28:00 +02:00
cinder-dellsc-config.yaml Enable Dell Storage Center iscsi Backends in Cinder 2016-02-22 16:05:03 -05:00
cinder-eqlx-config.yaml Enable Equallogic Backends in Cinder 2016-01-07 18:05:20 +01:00
cinder-netapp-config.yaml Fix Puppet Configuring NetApp Cinder Backend 2015-07-20 11:09:44 -04:00
config-debug.yaml Allow enabling debug mode for config management (Puppet) 2015-09-30 15:30:22 +02:00
docker-network-isolation.yaml Remove unused Neutron Agents container 2016-03-11 14:23:07 +00:00
docker-network.yaml Network Isolation support for containerized compute 2016-01-06 16:05:43 -05:00
docker.yaml Parameterize the heat-docker-agents image 2016-03-11 14:23:11 +00:00
enable-tls.yaml Allow vncproxy to work with ssl enabled 2016-02-24 13:16:05 +01:00
external-loadbalancer-vip-v6.yaml Make External Load Balancer templates work with IPv6 2016-03-09 12:26:57 +01:00
external-loadbalancer-vip.yaml Allow for usage of pre-allocated IPs for the management network 2016-03-08 14:57:36 +01:00
inject-trust-anchor.yaml Enable trust anchor injection 2015-12-09 11:26:19 +02:00
ips-from-pool-all.yaml Enable predictable IPs on non-controllers 2016-03-11 16:20:59 -06:00
ips-from-pool.yaml Add sample environment file to document usage of predictable IPs 2016-01-08 18:32:50 +01:00
major-upgrade-pacemaker-converge.yaml Nova RPC unpinning 2016-02-26 18:48:37 +01:00
major-upgrade-pacemaker-init.yaml Upgrades: initialization command/snippet 2016-03-11 09:43:25 +02:00
major-upgrade-pacemaker.yaml stable/liberty: set default upgrade level to kilo 2016-03-09 16:27:48 +01:00
manage-firewall.yaml Implement Advanced Firewalling support 2015-12-24 13:15:51 +02:00
mongodb-nojournal.yaml Allow a user to disable MongoDB journaling 2015-07-13 10:29:38 +02:00
net-bond-with-vlans-no-external.yaml Support network isolation without external nets 2016-03-03 06:34:08 +01:00
net-bond-with-vlans-v6.yaml Add IPv6 versions of the Controller NIC configs 2016-03-08 14:57:36 +01:00
net-bond-with-vlans.yaml Add IPv6 versions of the Controller NIC configs 2016-03-08 14:57:36 +01:00
net-multiple-nics-v6.yaml Add IPv6 versions of the Controller NIC configs 2016-03-08 14:57:36 +01:00
net-multiple-nics.yaml Add network templates for multiple NIC configuration 2016-03-08 12:10:22 +00:00
net-single-nic-linux-bridge-with-vlans.yaml Add IPv6 versions of the Controller NIC configs 2016-03-08 14:57:36 +01:00
net-single-nic-with-vlans-no-external.yaml Support network isolation without external nets 2016-03-03 06:34:08 +01:00
net-single-nic-with-vlans-v6.yaml Add IPv6 versions of the Controller NIC configs 2016-03-08 14:57:36 +01:00
net-single-nic-with-vlans.yaml Add IPv6 versions of the Controller NIC configs 2016-03-08 14:57:36 +01:00
network-environment.yaml Add a sample network-environment.yaml file to environments 2016-02-29 08:37:26 -08:00
network-isolation-v6.yaml Support the deployment of Ceph over IPv6 2016-03-10 22:50:44 +01:00
network-isolation.yaml Add all isolated networks to all nodes. 2016-03-08 14:57:36 +01:00
network-management.yaml Add Management Network For System Administration. 2016-03-08 14:57:36 +01:00
neutron-midonet.yaml MidoNet heat templates 2016-02-15 15:10:51 -05:00
neutron-ml2-bigswitch.yaml Add extra config yaml files for big switch agents. 2016-02-23 16:12:15 +00:00
neutron-ml2-cisco-n1kv.yaml Enable Cisco N1KV driver 2015-09-30 09:22:33 +03:00
neutron-ml2-cisco-nexus-ucsm.yaml Change the default value for NetworkNexusVxlanGlobalConfig 2016-03-02 11:41:25 +01:00
neutron-nuage-config.yaml Change for configuring use_forwarded_for value for Nuage 2016-03-15 13:01:07 +00:00
neutron-opencontrail.yaml OpenContrail heat templates 2016-03-01 13:47:37 +01:00
nova-nuage-config.yaml Changes for configuring Nuage 2016-01-04 10:57:33 +00: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 Allow customization of Ceph client user 2015-11-26 02:29:04 +01:00
puppet-pacemaker.yaml Pacemaker maintenance mode for the duration of Puppet run on update 2016-01-05 13:55:07 +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 updating enable_ceph conditions for controller 2016-03-03 18:41:15 +00: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