Enables br-ex on controllers in SFC scenario 39/48839/1
authorTim Rozet <trozet@redhat.com>
Wed, 13 Dec 2017 16:50:47 +0000 (11:50 -0500)
committerTim Rozet <trozet@redhat.com>
Wed, 13 Dec 2017 16:50:47 +0000 (11:50 -0500)
ODL's current behavior is to select a node to serve as the routing/L3
node in a deployment.  The selection is random, and it could end up
choosing a control node.  Therefore the control node needs to have
external network connectivity so adding br-ex to the controller which
will enable this via default ProviderMappings.

JIRA: APEX-558

Change-Id: Ie3044e5711ba62d73b83d69cde369e7452958844
Signed-off-by: Tim Rozet <trozet@redhat.com>
apex/overcloud/config.py

index a7f7d84..b0cbb18 100644 (file)
@@ -66,9 +66,6 @@ def create_nic_template(network_settings, deploy_settings, role, template_dir,
         nets['tenant']['nic_mapping'][role]['interface-options'] =\
             ds['performance'][role.title()]['vpp']['interface-options']
 
-    if role == 'controller' and ds.get('sfc', None):
-        ext_net = 'interface'
-
     template_output = template.render(
         nets=nets,
         role=role,