diff options
author | Tim Rozet <trozet@redhat.com> | 2018-04-19 04:12:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-19 04:12:15 +0000 |
commit | 94ce44fe6e3450a1217ec3838a43049e53da9f6e (patch) | |
tree | 9f28e8e1517415e50258493ed0d15ba50ad8941a /config/network/network_settings.yaml | |
parent | bfe5aaa753e0ba5397b68e72b99057950db12b86 (diff) | |
parent | 5acf4e708c68147ef20c67f8d4648e6027c1e20d (diff) |
Merge "Fix nosdn fdio scenario"
Diffstat (limited to 'config/network/network_settings.yaml')
-rw-r--r-- | config/network/network_settings.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/network/network_settings.yaml b/config/network/network_settings.yaml index c2d9bc90..a8ddca1a 100644 --- a/config/network/network_settings.yaml +++ b/config/network/network_settings.yaml @@ -181,6 +181,9 @@ networks: # Mapping for compute profile (nodes assigned as Compute nodes) compute: # Physical interface type (interface or bond) + # Note that this phys_type for external network will be changed + # to vpp_interface for odl_fdio scenarios and linux_bridge for + # nosdn_fdio scenarios. phys_type: ovs_bridge # VLAN tag to use with this NIC vlan: native @@ -190,6 +193,9 @@ networks: - eth2 # Mapping for controller profile (nodes assigned as Controller nodes) controller: + # Note that this phys_type for external network will be changed + # to vpp_interface for odl_fdio scenarios and linux_bridge for + # nosdn_fdio scenarios. phys_type: ovs_bridge vlan: native members: |