/usr/share/tripleo-heat-templates/environments/README.md is in python-tripleo-heat-templates 5.2.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | 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
|