Pass the CloudDomain parameter down to hiera on all nodes
We currently do not have a single hiera key that simply returns the CloudDomain (Domain Suffix) that was configured during the deployment. As it is a rather useful thing to have on the overcloud nodes, let's pass it down for all roles. IHA is at least one user where this information is needed in hiera. Change-Id: I7a510e3bbeb367a46bf6ccc565393b1e7a1a1f33
This commit is contained in:
parent
b710ca034a
commit
b356cd8026
@ -603,6 +603,7 @@ resources:
|
||||
tripleo::packages::enable_upgrade: {get_input: enable_package_upgrade}
|
||||
tripleo::profile::base::logging::fluentd::fluentd_sources: {get_param: LoggingSources}
|
||||
tripleo::profile::base::logging::fluentd::fluentd_groups: {get_param: LoggingGroups}
|
||||
tripleo::clouddomain: {get_param: CloudDomain}
|
||||
fqdn_internal_api: {get_attr: [NetHostMap, value, internal_api, fqdn]}
|
||||
fqdn_storage: {get_attr: [NetHostMap, value, storage, fqdn]}
|
||||
fqdn_storage_mgmt: {get_attr: [NetHostMap, value, storage_mgmt, fqdn]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user