Merge "Fix rights to local_settings.d for dockerized Horizon" into stable/pike
[apex-tripleo-heat-templates.git] / sample-env-generator / predictable-placement.yaml
1 environments:
2   -
3     name: predictable-placement/custom-hostnames
4     title: Custom Hostnames
5     files:
6       overcloud.yaml:
7         parameters:
8           - ControllerHostnameFormat
9           - ComputeHostnameFormat
10           - BlockStorageHostnameFormat
11           - ObjectStorageHostnameFormat
12           - CephStorageHostnameFormat
13     description: |
14       Hostname format for each role
15       Note %index% is translated into the index of the node, e.g 0/1/2 etc
16       and %stackname% is replaced with OS::stack_name in the template below.
17       If you want to use the heat generated names, pass '' (empty string).
18   -
19     name: predictable-placement/custom-domain
20     title: Custom Domain Name
21     files:
22       overcloud.yaml:
23         parameters:
24           - CloudDomain
25           - CloudName
26           - CloudNameInternal
27           - CloudNameStorage
28           - CloudNameStorageManagement
29           - CloudNameCtlplane
30     description: |
31       This environment contains the parameters that need to be set in order to
32       use a custom domain name and have all of the various FQDNs reflect it.