diff options
-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' |