FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 95f6194a authored by Paul Browne's avatar Paul Browne
Browse files

Remove extraneous routes: NStor backup and provisioning router reciprocal route

parent 318f2a10
No related branches found
No related tags found
1 merge request!39Large-scale deployment tunings for Ironic/Neutron/Nova
......@@ -66,11 +66,6 @@ admin_oc_net_vlan: 41
admin_oc_net_cidr: "10.{{ admin_oc_net_vlan }}.0.0/16"
admin_oc_net_allocation_pool_start: "10.{{ admin_oc_net_vlan }}.160.1"
admin_oc_net_allocation_pool_end: "10.{{ admin_oc_net_vlan }}.160.255"
admin_oc_net_routes:
- cidr: "10.41.200.1/32"
gateway: "10.41.255.1"
- cidr: "10.41.200.2/32"
gateway: "10.41.255.1"
# Overcloud out-of-band management network IP information.
oob_oc_net_vlan: 45
......@@ -98,9 +93,6 @@ provision_wl_net_neutron_allocation_pool_end: "10.{{ provision_wl_net_octet }}.1
provision_wl_net_physical_network: "{{ hs_eth_physical_network }}"
provision_wl_net_neutron_gateway: "10.{{ provision_wl_net_octet }}.0.1"
provision_wl_net_mtu: 1500
provision_wl_net_routes:
- cidr: "10.11.100.0/23"
gateway: "10.5.0.2"
# Tunnel (i.e. VXLAN) network IP information.
tunnel_net_vlan: 617
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment