diff options
author | Feng Pan <fpan@redhat.com> | 2018-08-16 11:36:58 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2018-08-17 11:25:16 -0400 |
commit | 5ce42bedb325439ae1e907cc0076a2e6d1266787 (patch) | |
tree | de69cf99b43a315f1ebf3a2e94953924005efdfa /config/network/network_settings_v6.yaml | |
parent | c0a4aa96bbe70eefb179d59a1267b8115651bba5 (diff) |
Fix ipv6 deployment failures
- fix ipv6 enable command on bridge interfaces
- fix external subnet creation command
- enable NAT when admin is ipv4
- fix network settings file for ipv6 for br-ex interface type
Change-Id: Ibd2dbe1d0c8e8df72ad1b0b3713a19f8bbc56eef
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'config/network/network_settings_v6.yaml')
-rw-r--r-- | config/network/network_settings_v6.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/network/network_settings_v6.yaml b/config/network/network_settings_v6.yaml index 1dd1097d..71b0b272 100644 --- a/config/network/network_settings_v6.yaml +++ b/config/network/network_settings_v6.yaml @@ -180,7 +180,7 @@ networks: # Mapping for compute profile (nodes assigned as Compute nodes) compute: # Physical interface type (interface or bond) - phys_type: interface + phys_type: ovs_bridge # VLAN tag to use with this NIC vlan: native # Physical NIC members of this mapping @@ -189,7 +189,7 @@ networks: - nic3 # Mapping for controller profile (nodes assigned as Controller nodes) controller: - phys_type: interface + phys_type: ovs_bridge vlan: native members: - nic3 |