From 246d174f8ff352231e5ea8d3560231ee206a73a8 Mon Sep 17 00:00:00 2001 From: rabi Date: Mon, 20 Sep 2021 21:36:13 +0530 Subject: [PATCH] Add ipv6 network_data/vip_data for CI jobs fs035 uses ipv6 addresses. Change-Id: Ic74f5ea27a95ff51f3fe1c78b2ab61d6b0d16ab0 --- ci/network_data_v6.yaml | 54 +++++++++++++++++++++++++++++++++++++++++ ci/vip_data_v6.yaml | 6 +++++ 2 files changed, 60 insertions(+) create mode 100644 ci/network_data_v6.yaml create mode 100644 ci/vip_data_v6.yaml 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