diff options
author | Dan Prince <dprince@redhat.com> | 2016-08-26 16:39:53 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2016-08-29 12:40:01 -0400 |
commit | cb2570c237907da2b91d402fec19665c9e422adf (patch) | |
tree | 7f8665d8bdd9815b39387d2bfc17a00445be01fe /network | |
parent | 4c6a101511da96c8d1170c774e52ea8fd2046458 (diff) |
Fix Ironic service bind IPs
This patch removes the get_input's in the service templates
and instead uses our new bind IP string replacement mechanism
to correctly set the local bind IPs for the Ironic API.
It also avoids using MysqlNetwork to set Ironic my_ip.
This patch adds a new IronicNetwork setting which is used
to control which network Ironic will use for its PXE network
traffic.
Change-Id: Ic848ec77b0106279c5d963504798c05110aa1440
Diffstat (limited to 'network')
-rw-r--r-- | network/service_net_map.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/service_net_map.yaml b/network/service_net_map.yaml index 50f5c55a..8d1eebda 100644 --- a/network/service_net_map.yaml +++ b/network/service_net_map.yaml @@ -22,7 +22,8 @@ parameters: CinderIscsiNetwork: storage GlanceApiNetwork: storage GlanceRegistryNetwork: internal_api - IronicApiNetwork: internal_api + IronicApiNetwork: ctlplane + IronicNetwork: ctlplane KeystoneAdminApiNetwork: ctlplane # allows undercloud to config endpoints KeystonePublicApiNetwork: internal_api ManilaApiNetwork: internal_api |