Merge "Add ctlplane hiera key that contains local IP"

This commit is contained in:
Zuul 2017-12-02 00:19:51 +00:00 committed by Gerrit Code Review
commit 758e8caee0
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ keystone_default_domain: 'Default'
debug: {{UNDERCLOUD_DEBUG}}
controller_host: {{LOCAL_IP}} #local-ipv4
#local-ipv4 similar to the same hiera key in the overcloud
ctlplane: {{LOCAL_IP}}
controller_host_wrapped: "{{LOCAL_IP_WRAPPED}}"
controller_admin_host: {{UNDERCLOUD_ADMIN_HOST}}
controller_public_host: {{UNDERCLOUD_PUBLIC_HOST}}