summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-05-17 08:09:21 -0400
committerFeng Pan <fpan@redhat.com>2017-05-28 23:44:28 -0400
commit91290a177c3ea70f14fa086cbe618d1b70eb2fe6 (patch)
tree19c22726c374e2c6a286476a243c7a120f3798a2 /config
parentc9c7bad8f5fc1ac458db50dd1882e5075871a15c (diff)
Add overlay_ip_version config for IPv6 tenant networks
JIRA: APEX-443 opnfv-tht-pr: 133 Change-Id: I03b28bdcc6d0649920fd58fb3400b2a4e5891e68 Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'config')
-rw-r--r--config/network/network_settings_v6.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/network/network_settings_v6.yaml b/config/network/network_settings_v6.yaml
index 54c4113f..cee2c24d 100644
--- a/config/network/network_settings_v6.yaml
+++ b/config/network/network_settings_v6.yaml
@@ -89,7 +89,7 @@ networks: # Network configurations
#
tenant: # Tenant network configuration
enabled: true
- cidr: 11.0.0.0/24 # Subnet in CIDR format 192.168.1.0/24
+ cidr: fd00:fd00:fd00:6000::/64 # Subnet in CIDR format 192.168.1.0/24
mtu: 1500 # Tenant network MTU
overlay_id_range: 2,65535 # Tenant network Overlay segmentation ID range:
# VNI, VLAN-ID, etc.
@@ -157,7 +157,6 @@ networks: # Network configurations
api: # API network configuration
enabled: true
cidr: fd00:fd00:fd00:4000::/64 # Subnet in CIDR format
- vlan: 13 # VLAN tag to use for Overcloud hosts on this network
mtu: 1500 # Api network MTU
nic_mapping: # Mapping of network configuration for Overcloud Nodes
compute: # Mapping for compute profile (nodes that will be used as Compute nodes)