From 4eff309685a3887a664536de200f82f63917fb5c Mon Sep 17 00:00:00 2001 From: Justin M Date: Sun, 5 Mar 2023 12:37:23 -0600 Subject: [PATCH] Update subnet sample yaml files to use subnet_secondary_ranges (#1203) * Replaces 'secondary_ip_range:' with 'secondary_ip_ranges:' in samples * Replaces 'secondary_ip_range:' with 'secondary_ip_ranges:' in tests/ * reverts previous commit- files in tests/ don't need to be changed --------- Co-authored-by: Ludovico Magnocavallo --- .../data/subnets/dev/dev-dataplatform-ew1.yaml | 2 +- .../data/subnets/dev/dev-gke-nodes-ew1.yaml | 2 +- .../data/subnets/dev/dev-dataplatform-ew1.yaml | 2 +- .../2-networking-b-vpn/data/subnets/dev/dev-gke-nodes-ew1.yaml | 2 +- .../data/subnets/dev/dev-dataplatform-ew1.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fast/stages/2-networking-a-peering/data/subnets/dev/dev-dataplatform-ew1.yaml b/fast/stages/2-networking-a-peering/data/subnets/dev/dev-dataplatform-ew1.yaml index 92994826d..2c682405c 100644 --- a/fast/stages/2-networking-a-peering/data/subnets/dev/dev-dataplatform-ew1.yaml +++ b/fast/stages/2-networking-a-peering/data/subnets/dev/dev-dataplatform-ew1.yaml @@ -3,6 +3,6 @@ region: europe-west1 description: Default subnet for dev Data Platform ip_cidr_range: 10.128.48.0/24 -secondary_ip_range: +secondary_ip_ranges: pods: 100.128.48.0/20 services: 100.255.48.0/24 diff --git a/fast/stages/2-networking-a-peering/data/subnets/dev/dev-gke-nodes-ew1.yaml b/fast/stages/2-networking-a-peering/data/subnets/dev/dev-gke-nodes-ew1.yaml index c2b5cbe71..9b52511e9 100644 --- a/fast/stages/2-networking-a-peering/data/subnets/dev/dev-gke-nodes-ew1.yaml +++ b/fast/stages/2-networking-a-peering/data/subnets/dev/dev-gke-nodes-ew1.yaml @@ -3,6 +3,6 @@ region: europe-west1 description: Default subnet for prod gke nodes ip_cidr_range: 10.64.0.0/24 -secondary_ip_range: +secondary_ip_ranges: pods: 100.64.0.0/16 services: 192.168.1.0/24 diff --git a/fast/stages/2-networking-b-vpn/data/subnets/dev/dev-dataplatform-ew1.yaml b/fast/stages/2-networking-b-vpn/data/subnets/dev/dev-dataplatform-ew1.yaml index 92994826d..2c682405c 100644 --- a/fast/stages/2-networking-b-vpn/data/subnets/dev/dev-dataplatform-ew1.yaml +++ b/fast/stages/2-networking-b-vpn/data/subnets/dev/dev-dataplatform-ew1.yaml @@ -3,6 +3,6 @@ region: europe-west1 description: Default subnet for dev Data Platform ip_cidr_range: 10.128.48.0/24 -secondary_ip_range: +secondary_ip_ranges: pods: 100.128.48.0/20 services: 100.255.48.0/24 diff --git a/fast/stages/2-networking-b-vpn/data/subnets/dev/dev-gke-nodes-ew1.yaml b/fast/stages/2-networking-b-vpn/data/subnets/dev/dev-gke-nodes-ew1.yaml index c2b5cbe71..9b52511e9 100644 --- a/fast/stages/2-networking-b-vpn/data/subnets/dev/dev-gke-nodes-ew1.yaml +++ b/fast/stages/2-networking-b-vpn/data/subnets/dev/dev-gke-nodes-ew1.yaml @@ -3,6 +3,6 @@ region: europe-west1 description: Default subnet for prod gke nodes ip_cidr_range: 10.64.0.0/24 -secondary_ip_range: +secondary_ip_ranges: pods: 100.64.0.0/16 services: 192.168.1.0/24 diff --git a/fast/stages/2-networking-d-separate-envs/data/subnets/dev/dev-dataplatform-ew1.yaml b/fast/stages/2-networking-d-separate-envs/data/subnets/dev/dev-dataplatform-ew1.yaml index 92994826d..2c682405c 100644 --- a/fast/stages/2-networking-d-separate-envs/data/subnets/dev/dev-dataplatform-ew1.yaml +++ b/fast/stages/2-networking-d-separate-envs/data/subnets/dev/dev-dataplatform-ew1.yaml @@ -3,6 +3,6 @@ region: europe-west1 description: Default subnet for dev Data Platform ip_cidr_range: 10.128.48.0/24 -secondary_ip_range: +secondary_ip_ranges: pods: 100.128.48.0/20 services: 100.255.48.0/24