Merge "Disable xinetd class when creating swift-storage puppet configuration" into...
[apex-tripleo-heat-templates.git] / environments / predictable-placement / custom-domain.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 Domain Name
8 # description: |
9 #   This environment contains the parameters that need to be set in order to
10 #   use a custom domain name and have all of the various FQDNs reflect it.
11 parameter_defaults:
12   # The DNS domain used for the hosts. This must match the overcloud_domain_name configured on the undercloud.
13   # Type: string
14   CloudDomain: localdomain
15
16   # The DNS name of this cloud. E.g. ci-overcloud.tripleo.org
17   # Type: string
18   CloudName: overcloud.localdomain
19
20   # The DNS name of this cloud's provisioning network endpoint. E.g. 'ci-overcloud.ctlplane.tripleo.org'.
21   # Type: string
22   CloudNameCtlplane: overcloud.ctlplane.localdomain
23
24   # The DNS name of this cloud's internal API endpoint. E.g. 'ci-overcloud.internalapi.tripleo.org'.
25   # Type: string
26   CloudNameInternal: overcloud.internalapi.localdomain
27
28   # The DNS name of this cloud's storage endpoint. E.g. 'ci-overcloud.storage.tripleo.org'.
29   # Type: string
30   CloudNameStorage: overcloud.storage.localdomain
31
32   # The DNS name of this cloud's storage management endpoint. E.g. 'ci-overcloud.storagemgmt.tripleo.org'.
33   # Type: string
34   CloudNameStorageManagement: overcloud.storagemgmt.localdomain
35