diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/deploy/os-nosdn-bar-ha.yaml | 9 | ||||
-rw-r--r-- | config/deploy/os-nosdn-bar-noha.yaml | 9 | ||||
-rw-r--r-- | config/network/network_settings_v6.yaml | 4 |
3 files changed, 20 insertions, 2 deletions
diff --git a/config/deploy/os-nosdn-bar-ha.yaml b/config/deploy/os-nosdn-bar-ha.yaml new file mode 100644 index 00000000..b59c034c --- /dev/null +++ b/config/deploy/os-nosdn-bar-ha.yaml @@ -0,0 +1,9 @@ +--- +global_params: + ha_enabled: true + +deploy_options: + sdn_controller: false + sfc: false + vpn: false + barometer: true diff --git a/config/deploy/os-nosdn-bar-noha.yaml b/config/deploy/os-nosdn-bar-noha.yaml new file mode 100644 index 00000000..f7de7a16 --- /dev/null +++ b/config/deploy/os-nosdn-bar-noha.yaml @@ -0,0 +1,9 @@ +--- +global_params: + ha_enabled: false + +deploy_options: + sdn_controller: false + sfc: false + vpn: false + barometer: true diff --git a/config/network/network_settings_v6.yaml b/config/network/network_settings_v6.yaml index c7e808c3..57257633 100644 --- a/config/network/network_settings_v6.yaml +++ b/config/network/network_settings_v6.yaml @@ -107,7 +107,7 @@ networks: tenant: enabled: true # Subnet in CIDR format 192.168.1.0/24 - cidr: 11.0.0.0/24 + cidr: fd00:fd00:fd00:6000::/64 # Tenant network MTU mtu: 1500 # Tenant network Overlay segmentation ID range: @@ -222,7 +222,7 @@ networks: # Subnet in CIDR format cidr: fd00:fd00:fd00:4000::/64 # VLAN tag to use for Overcloud hosts on this network - vlan: 13 + #vlan: 13 # Api network MTU mtu: 1500 # Mapping of network configuration for Overcloud Nodes |