diff options
author | Robert Collins <rbtcollins@hp.com> | 2013-10-11 21:45:10 +1300 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2013-10-12 00:03:27 +1300 |
commit | a96bc4b329affded94fe2ee85bd9b85926e0a5fe (patch) | |
tree | 833962fba1d3b9a305b393bb92aaee2055942ace | |
parent | 270aa4441c256d913aca12588b5cbabe09a1229d (diff) |
Make it possible to set the public interface ip.
This is already supported by the ovs agent, but we didn't need it for
the emulated overclouds. Now we're working on bare metal, it's needed
for some deployments.
Change-Id: Ibb41c40d371e4c153a84fd09c370b158add75b81
-rw-r--r-- | overcloud-source.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index f9ca995a..514ada9b 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -61,6 +61,10 @@ Parameters: Default: eth0 Description: What interface to bridge onto br-ex for network nodes. Type: String + NeutronPublicInterfaceIP: + Default: '' + Description: A custom IP address to put onto the NeutronPublicInterface. + Type: String notcomputeImage: Type: String Default: overcloud-control @@ -143,6 +147,9 @@ Resources: Ref: AdminPassword admin-token: Ref: AdminToken + bootstack: + public_interface_ip: + Ref: NeutronPublicInterfaceIP cinder: db: mysql://cinder:unset@localhost/cinder volume_size_mb: '5000' |