You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.5 KiB
61 lines
1.5 KiB
- name: Storage |
|
name_lower: storage |
|
vip: true |
|
ipv6: true |
|
mtu: 1500 |
|
subnets: |
|
storage_subnet: |
|
ipv6_subnet: fd00:fd00:fd00:3000::/64 |
|
ipv6_allocation_pools: |
|
- start: fd00:fd00:fd00:3000::10 |
|
end: fd00:fd00:fd00:3000:ffff:ffff:ffff:fffe |
|
vlan: 30 |
|
- name: StorageMgmt |
|
name_lower: storage_mgmt |
|
vip: true |
|
ipv6: true |
|
mtu: 1500 |
|
subnets: |
|
storage_mgmt_subnet: |
|
ipv6_subnet: fd00:fd00:fd00:4000::/64 |
|
ipv6_allocation_pools: |
|
- start: fd00:fd00:fd00:4000::10 |
|
end: fd00:fd00:fd00:4000:ffff:ffff:ffff:fffe |
|
vlan: 40 |
|
- name: InternalApi |
|
name_lower: internal_api |
|
vip: true |
|
ipv6: true |
|
mtu: 1500 |
|
subnets: |
|
internal_api_subnet: |
|
ipv6_subnet: fd00:fd00:fd00:2000::/64 |
|
ipv6_allocation_pools: |
|
- start: fd00:fd00:fd00:2000::10 |
|
end: fd00:fd00:fd00:2000:ffff:ffff:ffff:fffe |
|
vlan: 20 |
|
- name: Tenant |
|
name_lower: tenant |
|
vip: false # Tenant networks do not use VIPs |
|
ipv6: true |
|
mtu: 1500 |
|
subnets: |
|
tenant_subnet: |
|
ipv6_subnet: fd00:fd00:fd00:5000::/64 |
|
ipv6_allocation_pools: |
|
- start: fd00:fd00:fd00:5000::10 |
|
end: fd00:fd00:fd00:5000:ffff:ffff:ffff:fffe |
|
vlan: 50 |
|
- name: External |
|
name_lower: external |
|
vip: true |
|
ipv6: true |
|
mtu: 1500 |
|
subnets: |
|
external_subnet: |
|
ipv6_subnet: 2001:db8:fd00:1000::/64 |
|
ipv6_allocation_pools: |
|
- start: 2001:db8:fd00:1000::10 |
|
end: 2001:db8:fd00:1000:ffff:ffff:ffff:fffe |
|
gateway_ipv6: 2001:db8:fd00:1000::1 |
|
vlan: 10
|
|
|