Merge "Create short lived ssh key for enable-ssh-admin.sh" into stable/pike
[apex-tripleo-heat-templates.git] / environments / predictable-placement / custom-hostnames.yaml
1 # *******************************************************************
2 # This file was created automatically by the sample environment
3 # generator. Developers should use `tox -e genconfig` to update it.
4 # Users are recommended to make changes to a copy of the file instead
5 # of the original, if any customizations are needed.
6 # *******************************************************************
7 # title: Custom Hostnames
8 # description: |
9 #   Hostname format for each role
10 #   Note %index% is translated into the index of the node, e.g 0/1/2 etc
11 #   and %stackname% is replaced with OS::stack_name in the template below.
12 #   If you want to use the heat generated names, pass '' (empty string).
13 parameter_defaults:
14   # Format for BlockStorage node hostnames Note %index% is translated into the index of the node, e.g 0/1/2 etc and %stackname% is replaced with the stack name e.g overcloud
15   # Type: string
16   BlockStorageHostnameFormat: '%stackname%-blockstorage-%index%'
17
18   # Format for CephStorage node hostnames Note %index% is translated into the index of the node, e.g 0/1/2 etc and %stackname% is replaced with the stack name e.g overcloud
19   # Type: string
20   CephStorageHostnameFormat: '%stackname%-cephstorage-%index%'
21
22   # Format for Compute node hostnames Note %index% is translated into the index of the node, e.g 0/1/2 etc and %stackname% is replaced with the stack name e.g overcloud
23   # Type: string
24   ComputeHostnameFormat: '%stackname%-novacompute-%index%'
25
26   # Format for Controller node hostnames Note %index% is translated into the index of the node, e.g 0/1/2 etc and %stackname% is replaced with the stack name e.g overcloud
27   # Type: string
28   ControllerHostnameFormat: '%stackname%-controller-%index%'
29
30   # Format for ObjectStorage node hostnames Note %index% is translated into the index of the node, e.g 0/1/2 etc and %stackname% is replaced with the stack name e.g overcloud
31   # Type: string
32   ObjectStorageHostnameFormat: '%stackname%-objectstorage-%index%'
33