diff options
author | Feng Pan <fpan@redhat.com> | 2017-08-06 21:55:44 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2017-08-11 14:58:29 -0400 |
commit | 6bfab6c7e79ed029a9102ff7b7955b0a71f13c6d (patch) | |
tree | 6c85b73daba19e230c740d68f95db2c654c1171c /config/network/network_settings_vpp.yaml | |
parent | 240fb2eeb9398871e55703f9e62bc7fbb4e01162 (diff) |
Add os-odl-fdio-dvr support
apex-tripleo-heat-templates: I6a83c9e2deeb0df9a3ab09a707c9c64aa84da55e
apex-puppet-tripleo: I2025e3157b97b376b63002003ca17c7206aba546
JIRA: APEX-466
Change-Id: Iedb75994d35b5dc1dd5d5ce1a57277c8f3729dfd
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'config/network/network_settings_vpp.yaml')
-rw-r--r-- | config/network/network_settings_vpp.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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) |