aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/role.role.j2.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-24 00:36:01 +0000
committerGerrit Code Review <review@openstack.org>2017-06-24 00:36:01 +0000
commitbfa407249ed5642ffd3983b13522d8ebaaaa6202 (patch)
treefe1d2958e62aff1bfbf69ccf4e09c31f33e57e56 /puppet/role.role.j2.yaml
parent7ad4da51a2c22fa2f9c9362b78048099b5804dcc (diff)
parent479edff423a3cdcd28beb76aed818071b18b2bf1 (diff)
Merge "Replace hardcoded 'br-ex' with NeutronPhysicalBridge parameter."
Diffstat (limited to 'puppet/role.role.j2.yaml')
-rw-r--r--puppet/role.role.j2.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/puppet/role.role.j2.yaml b/puppet/role.role.j2.yaml
index 320bf991..5ab763ba 100644
--- a/puppet/role.role.j2.yaml
+++ b/puppet/role.role.j2.yaml
@@ -28,9 +28,13 @@ parameters:
constraints:
- custom_constraint: nova.keypair
{% endif %}
+ NeutronPhysicalBridge:
+ default: 'br-ex'
+ description: An OVS bridge to create for accessing tenant networks.
+ type: string
NeutronPublicInterface:
default: nic1
- description: What interface to bridge onto br-ex for network nodes.
+ description: Which interface to add to the NeutronPhysicalBridge.
type: string
ServiceNetMap:
default: {}
@@ -409,7 +413,7 @@ resources:
server: {get_resource: {{role}}}
actions: {get_param: NetworkDeploymentActions}
input_values:
- bridge_name: br-ex
+ bridge_name: {get_param: NeutronPhysicalBridge}
interface_name: {get_param: NeutronPublicInterface}
actions:
if: