diff options
author | Steven Hardy <shardy@redhat.com> | 2016-09-30 15:23:26 +0100 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2016-09-30 16:41:27 +0100 |
commit | c947008d9e2d36f4a68f18ff1f56fa5b9bf21873 (patch) | |
tree | 2b3f27ffd5b2c918f3cd05746bd465ada07d2f7d /puppet | |
parent | d601d64e110f5dfd3e471adc82ad8f898158c175 (diff) |
Make keystone api network hiera composable
These hard-coded references to the Controller role mean that
things won't work if the keystone service is moved to any other
role, so we need to generate the lists dynamically based on the
enabled services for each role.
Change-Id: I5f1250a8a1a38cb3909feeb7d4c1000fd0fabd14
Closes-Bug: #1629096
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/all-nodes-config.yaml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/puppet/all-nodes-config.yaml b/puppet/all-nodes-config.yaml index c764d4ef..558d9c28 100644 --- a/puppet/all-nodes-config.yaml +++ b/puppet/all-nodes-config.yaml @@ -28,10 +28,6 @@ parameters: type: comma_delimited_list memcache_node_ips: type: comma_delimited_list - keystone_public_api_node_ips: - type: comma_delimited_list - keystone_admin_api_node_ips: - type: comma_delimited_list NetVipMap: type: json RedisVirtualIP: @@ -136,22 +132,6 @@ resources: list_join: - "]','inet6:[" - {get_param: memcache_node_ips} - keystone_public_api_node_ips: - str_replace: - template: "['SERVERS_LIST']" - params: - SERVERS_LIST: - list_join: - - "','" - - {get_param: keystone_public_api_node_ips} - keystone_admin_api_node_ips: - str_replace: - template: "['SERVERS_LIST']" - params: - SERVERS_LIST: - list_join: - - "','" - - {get_param: keystone_admin_api_node_ips} deploy_identifier: {get_param: DeployIdentifier} update_identifier: {get_param: UpdateIdentifier} |