Skip to content

Commit

Permalink
vSphere: remove overlapping vlans (#43570)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpowermac authored Sep 20, 2023
1 parent e8b8c32 commit 9cfccc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions core-services/prow/02_config/_boskos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1442,8 +1442,6 @@ resources:
state: free
type: powervs-2-quota-slice
- names:
- ci-segment-200
- ci-segment-201
- ci-segment-202
- ci-segment-203
- ci-segment-205
Expand All @@ -1463,7 +1461,6 @@ resources:
- bcr01a.dal10.1211
- bcr01a.dal10.1225
- bcr01a.dal10.1232
- bcr01a.dal10.1243
- bcr01a.dal10.1252
- bcr01a.dal10.1256
- bcr01a.dal10.1260
Expand All @@ -1477,8 +1474,6 @@ resources:
- bcr01a.dal10.1285
- bcr01a.dal10.1305
- bcr01a.dal10.1309
- bcr01a.dal10.1364
- bcr01a.dal10.1367
- bcr01a.dal10.758
- bcr01a.dal10.902
state: free
Expand Down
4 changes: 2 additions & 2 deletions core-services/prow/02_config/generate-boskos.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,11 @@
for i in range(151,158):
CONFIG['vsphere-multizone-quota-slice']['ci-segment-{}'.format(i)] = 1

for i in range(200,204):
for i in range(202,204):
CONFIG['vsphere-8-quota-slice']['ci-segment-{}'.format(i)] = 1
for i in range(205,214):
CONFIG['vsphere-8-quota-slice']['ci-segment-{}'.format(i)] = 1
for i in [1153,1179,1211,1225,1232,1243,1252,1256,1260,1261,1262,1263,1265,1272,1274,1283,1285,1305,1309,1364,1367,758,902]:
for i in [1153,1179,1211,1225,1232,1252,1256,1260,1261,1262,1263,1265,1272,1274,1283,1285,1305,1309,758,902]:
CONFIG['vsphere-8-vpn-quota-slice']['bcr01a.dal10.{}'.format(i)] = 1


Expand Down

0 comments on commit 9cfccc3

Please sign in to comment.