Skip to content

Commit 2b6f73b

Browse files
committed
[PLAT-1617] Fix issue with GCP Subnet CIDR
Summary: D12826 added support for new regions, but incorrectly assigned a CIDR causing the auto-provision to fail. This fixes the CIDR collision. Test Plan: Run itest and verify that it works cleanly. https://jenkins.dev.yugabyte.com/job/dev-itest-pipeline/252/ Reviewers: sanketh, rtsisyk, vmallepalli Reviewed By: vmallepalli Subscribers: jenkins-bot, yugaware Differential Revision: https://phabricator.dev.yugabyte.com/D12904
1 parent bf0e0cd commit 2b6f73b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

managed/devops/opscli/ybops/data/gcp-metadata.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ regions:
109109
image: centos-7-v20210217
110110
project: centos-cloud
111111
zones: [ 'a', 'b', 'c' ]
112-
asia-northeast3:
112+
asia-southeast2:
113113
cidr_prefix: "10.220"
114114
image: centos-7-v20210217
115115
project: centos-cloud
116116
zones: [ 'a', 'b', 'c' ]
117-
asia-southeast2:
117+
asia-northeast3:
118118
cidr_prefix: "10.221"
119119
image: centos-7-v20210217
120120
project: centos-cloud
@@ -129,11 +129,6 @@ regions:
129129
image: centos-7-v20210217
130130
project: centos-cloud
131131
zones: [ 'a', 'b', 'c' ]
132-
asia-south2:
133-
cidr_prefix: "10.224"
134-
image: centos-7-v20210217
135-
project: centos-cloud
136-
zones: [ 'a', 'b', 'c' ]
137132
northamerica-northeast2:
138133
cidr_prefix: "10.225"
139134
image: centos-7-v20210217
@@ -149,5 +144,10 @@ regions:
149144
image: centos-7-v20210217
150145
project: centos-cloud
151146
zones: [ 'a', 'b', 'c' ]
147+
asia-south2:
148+
cidr_prefix: "10.228"
149+
image: centos-7-v20210217
150+
project: centos-cloud
151+
zones: [ 'a', 'b', 'c' ]
152152

153153
credential_vars: ['GOOGLE_APPLICATION_CREDENTIALS', 'GCE_PROJECT']

0 commit comments

Comments
 (0)