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.
54 lines
1.3 KiB
54 lines
1.3 KiB
- name: External |
|
name_lower: external |
|
mtu: 1350 |
|
vip: true |
|
ipv6: true |
|
subnets: |
|
external_subnet: |
|
ipv6_subnet: 2001:db8:fd00:1000::/64 |
|
gateway_ipv6: 2001:db8:fd00:1000::1 |
|
ipv6_allocation_pools: |
|
- start: 2001:db8:fd00:1000::10 |
|
end: 2001:db8:fd00:1000:ffff:ffff:ffff:fffe |
|
- name: InternalApi |
|
name_lower: internal_api |
|
mtu: 1350 |
|
vip: true |
|
ipv6: true |
|
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 |
|
- name: Storage |
|
name_lower: storage |
|
mtu: 1350 |
|
vip: true |
|
ipv6: true |
|
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 |
|
- name: StorageMgmt |
|
name_lower: storage_mgmt |
|
mtu: 1350 |
|
vip: true |
|
ipv6: true |
|
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 |
|
- name: Tenant |
|
name_lower: tenant |
|
mtu: 1350 |
|
subnets: |
|
tenant_subnet: |
|
ip_subnet: 172.16.0.0/24 |
|
allocation_pools: |
|
- start: 172.16.0.10 |
|
end: 172.16.0.250
|
|
|