summaryrefslogtreecommitdiffstats
path: root/config/network/network_settings.yaml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-04-19 12:56:27 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-19 12:56:27 +0000
commite47c969c9fd655b87670de13a4daac343a08f6db (patch)
treee30f496b914a77e6502a4b5c923d3d5d88fe8664 /config/network/network_settings.yaml
parent340a2478d1e2c89511e3245e30ccefa216f5473c (diff)
parentd98ecbac0bfbe4157efea5a00836a541ac681b7c (diff)
Merge "Fix nosdn fdio scenario" into stable/fraser
Diffstat (limited to 'config/network/network_settings.yaml')
-rw-r--r--config/network/network_settings.yaml6
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: