a12087715f
In the environments/ subdirectory of tripleo-heat-templates, we mostly use parameter_defaults, but some of the environment files still use parameters. This can lead to confusing behavior with respect to parameter priority when passing environment files to deploy/update commands. Users might expect that subsequent environment files take priority over preceding ones, but that might not be the case if the preceding environment files use `parameters`, while the subsequent ones use `parameter_defaults`. This commit switches all `parameters:` uses in environments/ subdirectory to `parameter_defaults:`. Change-Id: Ie4c03c7e7f5a5004a0384d35817135f357e9719b Closes-Bug: #1567837 |
||
---|---|---|
.. | ||
updates | ||
cinder-dellsc-config.yaml | ||
cinder-eqlx-config.yaml | ||
cinder-netapp-config.yaml | ||
config-debug.yaml | ||
docker-network-isolation.yaml | ||
docker-network.yaml | ||
docker.yaml | ||
enable-tls.yaml | ||
external-loadbalancer-vip-v6.yaml | ||
external-loadbalancer-vip.yaml | ||
inject-trust-anchor.yaml | ||
ips-from-pool-all.yaml | ||
ips-from-pool.yaml | ||
major-upgrade-pacemaker-converge.yaml | ||
major-upgrade-pacemaker-init.yaml | ||
major-upgrade-pacemaker.yaml | ||
manage-firewall.yaml | ||
mongodb-nojournal.yaml | ||
net-bond-with-vlans-no-external.yaml | ||
net-bond-with-vlans-v6.yaml | ||
net-bond-with-vlans.yaml | ||
net-multiple-nics-v6.yaml | ||
net-multiple-nics.yaml | ||
net-single-nic-linux-bridge-with-vlans.yaml | ||
net-single-nic-with-vlans-no-external.yaml | ||
net-single-nic-with-vlans-v6.yaml | ||
net-single-nic-with-vlans.yaml | ||
network-environment.yaml | ||
network-isolation-no-tunneling.yaml | ||
network-isolation-v6.yaml | ||
network-isolation.yaml | ||
network-management.yaml | ||
neutron-midonet.yaml | ||
neutron-ml2-bigswitch.yaml | ||
neutron-ml2-cisco-n1kv.yaml | ||
neutron-ml2-cisco-nexus-ucsm.yaml | ||
neutron-nuage-config.yaml | ||
neutron-opencontrail.yaml | ||
neutron-plumgrid.yaml | ||
nova-nuage-config.yaml | ||
overcloud-steps.yaml | ||
puppet-ceph-devel.yaml | ||
puppet-ceph-external.yaml | ||
puppet-pacemaker.yaml | ||
puppet-tenant-vlan.yaml | ||
README.md | ||
storage-environment.yaml |
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