Add external interface to routed networks provision router

When deploying TripleO overcloud nodes using the ctlplane
network as the default gateway need to reach the internet
(ntp servers etc.). Previously this was done using the
undercloud as a masquerading router, doing so when nodes
are not on the same L2 network as the undercloud is not as
straight forward. (I.e we would have to set up routes on
the provision router in ovb with a default route via the
ip-address of the undercloud.)

Hooking up the router for the provision networks to the
external_net and let the ovb infra router do the NAT'ing
makes more sense.
This commit is contained in:
Harald Jensås 2018-10-23 10:07:37 +02:00
parent caee7aeaf4
commit 6f5481816f
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ resources:
type: OS::Neutron::Router
properties:
name: provision-router
external_gateway_info:
network: {get_param: external_net}
provision_network:
type: OS::Neutron::Net