diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-10-06 11:56:02 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-10-06 11:56:02 +0000 |
commit | 2f5fa1ccba61ca85e98e2f8bed641f9f9608ddca (patch) | |
tree | 651892fac084123052034e8f6d0b02e30b4b9187 /puppet/cephstorage-role.yaml | |
parent | 54a297fdc9e5258c65e05375ac72fb149a8586e9 (diff) | |
parent | 6a408ff27e6fd6bff0a822f225c77a76690f805a (diff) |
Merge "Select per-network hostnames for service_node_names"
Diffstat (limited to 'puppet/cephstorage-role.yaml')
-rw-r--r-- | puppet/cephstorage-role.yaml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/puppet/cephstorage-role.yaml b/puppet/cephstorage-role.yaml index 03a53b00..3716f9ed 100644 --- a/puppet/cephstorage-role.yaml +++ b/puppet/cephstorage-role.yaml @@ -325,6 +325,51 @@ outputs: hostname: description: Hostname of the server value: {get_attr: [CephStorage, name]} + hostname_map: + description: Mapping of network names to hostnames + value: + external: + list_join: + - '.' + - - {get_attr: [CephStorage, name]} + - external + - {get_param: CloudDomain} + internal_api: + list_join: + - '.' + - - {get_attr: [CephStorage, name]} + - internalapi + - {get_param: CloudDomain} + storage: + list_join: + - '.' + - - {get_attr: [CephStorage, name]} + - storage + - {get_param: CloudDomain} + storage_mgmt: + list_join: + - '.' + - - {get_attr: [CephStorage, name]} + - storagemgmt + - {get_param: CloudDomain} + tenant: + list_join: + - '.' + - - {get_attr: [CephStorage, name]} + - tenant + - {get_param: CloudDomain} + management: + list_join: + - '.' + - - {get_attr: [CephStorage, name]} + - management + - {get_param: CloudDomain} + ctlplane: + list_join: + - '.' + - - {get_attr: [CephStorage, name]} + - ctlplane + - {get_param: CloudDomain} hosts_entry: value: str_replace: |