99 lines
2.9 KiB
YAML
99 lines
2.9 KiB
YAML
- name: Storage
|
|
name_lower: storage
|
|
vip: true
|
|
mtu: 1500
|
|
subnets:
|
|
storage_subnet:
|
|
ip_subnet: 172.16.16.0/24
|
|
gateway_ip: 172.16.16.1
|
|
routes: [{'destination':'172.16.16.0/20', 'nexthop':'172.16.16.1'}]
|
|
allocation_pools: [{'start': '172.16.16.4', 'end': '172.16.16.250'}]
|
|
vlan: 30
|
|
- name: StorageLeaf2
|
|
name_lower: storage2
|
|
vip: false
|
|
mtu: 1500
|
|
subnets:
|
|
storage2_subnet:
|
|
ip_subnet: 172.16.17.0/24
|
|
gateway_ip: 172.16.17.1
|
|
routes: [{'destination':'172.16.16.0/20', 'nexthop':'172.16.17.1'}]
|
|
allocation_pools: [{'start': '172.16.17.4', 'end': '172.16.17.250'}]
|
|
vlan: 31
|
|
- name: StorageMgmt
|
|
name_lower: storage_mgmt
|
|
vip: true
|
|
mtu: 1500
|
|
subnets:
|
|
storage_mgmt_subnet:
|
|
ip_subnet: 172.16.48.0/24
|
|
gateway_ip: 172.16.48.1
|
|
routes: [{'destination':'172.16.48.0/20', 'nexthop':'172.16.48.1'}]
|
|
allocation_pools: [{'start': '172.16.48.4', 'end': '172.16.48.250'}]
|
|
vlan: 40
|
|
- name: StorageMgmtLeaf2
|
|
name_lower: storage_mgmt2
|
|
vip: false
|
|
mtu: 1500
|
|
subnets:
|
|
storage_mgmt2_subnet:
|
|
ip_subnet: 172.16.49.0/24
|
|
gateway_ip: 172.16.49.1
|
|
routes: [{'destination':'172.16.48.0/20', 'nexthop':'172.16.49.1'}]
|
|
allocation_pools: [{'start': '172.16.49.4', 'end': '172.16.49.250'}]
|
|
vlan: 41
|
|
- name: InternalApi
|
|
name_lower: internal_api
|
|
vip: true
|
|
mtu: 1500
|
|
subnets:
|
|
internal_api_subnet:
|
|
ip_subnet: 172.16.32.0/24
|
|
gateway_ip: 172.16.32.1
|
|
routes: [{'destination':'172.16.32.0/20', 'nexthop':'172.16.32.1'}]
|
|
allocation_pools: [{'start': '172.16.32.4', 'end': '172.16.32.250'}]
|
|
vlan: 20
|
|
- name: InternalApiLeaf2
|
|
name_lower: internal_api2
|
|
vip: false
|
|
mtu: 1500
|
|
subnets:
|
|
internal_api2_subnet:
|
|
ip_subnet: 172.16.33.0/24
|
|
gateway_ip: 172.16.33.1
|
|
routes: [{'destination':'172.16.32.0/20', 'nexthop':'172.16.33.1'}]
|
|
allocation_pools: [{'start': '172.16.33.4', 'end': '172.16.33.250'}]
|
|
vlan: 21
|
|
- name: Tenant
|
|
name_lower: tenant
|
|
vip: false # Tenant networks do not use VIPs
|
|
mtu: 1500
|
|
subnets:
|
|
tenant_subnet:
|
|
ip_subnet: 172.16.0.0/24
|
|
gateway_ip: 172.16.0.1
|
|
routes: [{'destination':'172.16.0.0/20', 'nexthop':'172.16.0.1'}]
|
|
allocation_pools: [{'start': '172.16.0.4', 'end': '172.16.0.250'}]
|
|
vlan: 50
|
|
- name: TenantLeaf2
|
|
name_lower: tenant2
|
|
vip: false # Tenant networks do not use VIPs
|
|
mtu: 1500
|
|
subnets:
|
|
tenant2_subnet:
|
|
ip_subnet: 172.16.1.0/24
|
|
gateway_ip: 172.16.1.1
|
|
routes: [{'destination':'172.16.0.0/20', 'nexthop':'172.16.1.1'}]
|
|
allocation_pools: [{'start': '172.16.1.4', 'end': '172.16.1.250'}]
|
|
vlan: 51
|
|
- name: External
|
|
name_lower: external
|
|
vip: true
|
|
mtu: 1500
|
|
subnets:
|
|
external_subnet:
|
|
ip_subnet: 10.0.0.0/24
|
|
allocation_pools: [{'start': '10.0.0.4', 'end': '10.0.0.250'}]
|
|
gateway_ip: 10.0.0.1
|
|
vlan: 10
|