diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-09-08 16:11:53 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-09-09 08:43:24 +0300 |
commit | 975fbb4dcafd80bd973bf29ebd3b211d7c4a7e9f (patch) | |
tree | ebde39e33f905e51221e8563ffd22a0f7072478c /puppet/services | |
parent | bedf3dc546982624628267f812bae24d9b73ff44 (diff) |
Generate VIP info for ctlplane VIP, not management
The management network does not have a VIP, so it's been wrong to
generate a cloud name and hieradata for this. Instead, the network
that actually needs a name and a hosts entry is the ctlplane network,
which actually has a VIP and there are services that use it.
bp tls-via-certmonger
Closes-Bug: #1621742
Change-Id: I163b2c7b5684da6dc290636f54eefe3f2b0c3e3f
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/vip-hosts.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/puppet/services/vip-hosts.yaml b/puppet/services/vip-hosts.yaml index 445a276c..a9d757ee 100644 --- a/puppet/services/vip-hosts.yaml +++ b/puppet/services/vip-hosts.yaml @@ -47,10 +47,10 @@ outputs: ip: "%{hiera('storage_mgmt_virtual_ip')}" ensure: present comment: FQDN of the storage mgmt VIP - management: - name: "%{hiera('cloud_name_management')}" + ctlplane: + name: "%{hiera('cloud_name_ctlplane')}" ip: "%{hiera('controller_virtual_ip')}" ensure: present - comment: FQDN of the management VIP + comment: FQDN of the ctlplane VIP step_config: | include ::tripleo::vip_hosts |