Merge "Add ipv6 network_data/vip_data for CI jobs" into stable/wallaby

This commit is contained in:
Zuul 2021-09-27 13:34:42 +00:00 committed by Gerrit Code Review
commit 3584fe9b2b
2 changed files with 60 additions and 0 deletions

54
ci/network_data_v6.yaml Normal file
View File

@ -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

6
ci/vip_data_v6.yaml Normal file
View File

@ -0,0 +1,6 @@
- network: storage_mgmt
- network: internal_api
- network: storage
- ip_address: 2001:DB8:FD00:1000:0:0:0:5 # CI jobs rely on this fixed ip for the external VIP
network: external
- network: ctlplane