Browse Source
fs035 uses ipv6 addresses. Change-Id: Ic74f5ea27a95ff51f3fe1c78b2ab61d6b0d16ab0changes/82/810082/3
2 changed files with 60 additions and 0 deletions
@ -0,0 +1,54 @@
|
||||
- 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 |
Loading…
Reference in new issue