From: Robert Collins Date: Fri, 11 Oct 2013 08:45:10 +0000 (+1300) Subject: Make it possible to set the public interface ip. X-Git-Tag: opnfv-6.0.0~2932 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a96bc4b329affded94fe2ee85bd9b85926e0a5fe;p=apex-tripleo-heat-templates.git 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 --- 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'