diff options
Diffstat (limited to 'config/network')
-rw-r--r-- | config/network/network_settings.yaml | 4 | ||||
-rw-r--r-- | config/network/network_settings_v6.yaml | 4 | ||||
-rw-r--r-- | config/network/network_settings_vlans.yaml | 4 | ||||
-rw-r--r-- | config/network/network_settings_vpp.yaml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/config/network/network_settings.yaml b/config/network/network_settings.yaml index 88753346..fe11a9b5 100644 --- a/config/network/network_settings.yaml +++ b/config/network/network_settings.yaml @@ -78,7 +78,7 @@ networks: # If empty entire range is usable. # Cannot overlap with dhcp_range or introspection_range. overcloud_ip_range: - - 192.0.2.11 + - 192.0.2.51 - 192.0.2.99 # Gateway (only needed when public_network is disabled) gateway: 192.0.2.1 @@ -87,7 +87,7 @@ networks: # DHCP range for the admin network, automatically provisioned if empty dhcp_range: - 192.0.2.2 - - 192.0.2.10 + - 192.0.2.50 # Mapping of network configuration for Overcloud Nodes nic_mapping: # Mapping for compute profile (nodes assigned as Compute nodes) diff --git a/config/network/network_settings_v6.yaml b/config/network/network_settings_v6.yaml index 57257633..25aaee89 100644 --- a/config/network/network_settings_v6.yaml +++ b/config/network/network_settings_v6.yaml @@ -78,7 +78,7 @@ networks: # If empty entire range is usable. # Cannot overlap with dhcp_range or introspection_range. overcloud_ip_range: - - 192.0.2.11 + - 192.0.2.51 - 192.0.2.99 # Gateway (only needed when public_network is disabled) gateway: 192.0.2.1 @@ -87,7 +87,7 @@ networks: # DHCP range for the admin network, automatically provisioned if empty dhcp_range: - 192.0.2.2 - - 192.0.2.10 + - 192.0.2.50 # Mapping of network configuration for Overcloud Nodes nic_mapping: # Mapping for compute profile (nodes assigned as Compute nodes) diff --git a/config/network/network_settings_vlans.yaml b/config/network/network_settings_vlans.yaml index be4dc662..345dbbde 100644 --- a/config/network/network_settings_vlans.yaml +++ b/config/network/network_settings_vlans.yaml @@ -78,7 +78,7 @@ networks: # If empty entire range is usable. # Cannot overlap with dhcp_range or introspection_range. overcloud_ip_range: - - 192.0.2.11 + - 192.0.2.51 - 192.0.2.99 # Gateway (only needed when public_network is disabled) gateway: 192.0.2.1 @@ -87,7 +87,7 @@ networks: # DHCP range for the admin network, automatically provisioned if empty dhcp_range: - 192.0.2.2 - - 192.0.2.10 + - 192.0.2.50 # Mapping of network configuration for Overcloud Nodes nic_mapping: # Mapping for compute profile (nodes assigned as Compute nodes) diff --git a/config/network/network_settings_vpp.yaml b/config/network/network_settings_vpp.yaml index f080af1d..2f6bba5e 100644 --- a/config/network/network_settings_vpp.yaml +++ b/config/network/network_settings_vpp.yaml @@ -78,7 +78,7 @@ networks: # If empty entire range is usable. # Cannot overlap with dhcp_range or introspection_range. overcloud_ip_range: - - 192.0.2.11 + - 192.0.2.51 - 192.0.2.99 # Gateway (only needed when public_network is disabled) gateway: 192.0.2.1 @@ -87,7 +87,7 @@ networks: # DHCP range for the admin network, automatically provisioned if empty dhcp_range: - 192.0.2.2 - - 192.0.2.10 + - 192.0.2.50 # Mapping of network configuration for Overcloud Nodes nic_mapping: # Mapping for compute profile (nodes assigned as Compute nodes) |