diff options
author | 2018-04-13 22:22:40 -0400 | |
---|---|---|
committer | 2018-04-19 04:16:11 +0000 | |
commit | d98ecbac0bfbe4157efea5a00836a541ac681b7c (patch) | |
tree | 996bed129d46aa32ec1d0945849da760fdf95793 /config/network/network_settings.yaml | |
parent | e5caea32820466d5870f11ba72255b8f77591a62 (diff) |
Fix nosdn fdio scenario
- Update networking-vpp to use master branch
- Update THT vpp ml2 environment file with correct parameters
- Update external network creation command to use 'externa' as
provider network name.
- Remove vpp network settings file as it's not used
apex-tripleo-heat-templates: Ia25db8456f1ad6beb96c7b9b5f318b166ef4576a
apex-puppet-tripleo: I231054a433eb7e598a6e24f6eaea02d476e776de
Change-Id: I4a1f68c75ae3b7d2a5b347d05abf0d025e8b116b
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit 5acf4e708c68147ef20c67f8d4648e6027c1e20d)
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: |