diff --git a/ci/network_data_v6.yaml b/ci/network_data_v6.yaml new file mode 100644 index 0000000000..3862711c53 --- /dev/null +++ b/ci/network_data_v6.yaml @@ -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 diff --git a/ci/vip_data_v6.yaml b/ci/vip_data_v6.yaml new file mode 100644 index 0000000000..74c69c629f --- /dev/null +++ b/ci/vip_data_v6.yaml @@ -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