Skip to content

Commit 2e21d18

Browse files
authored
Update rest of OCP PPC VMs (#9601)
Change the IBM static ppc64le VM IP addresses to those on the newly configured subnets as part of the effort to improve network speed for MPC. KFLUXINFRA-2670
1 parent 4ad5cdd commit 2e21d18

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

components/kueue/production/kflux-ocp-p01/queue-config/cluster-queue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ spec:
164164
- name: linux-mxlarge-arm64
165165
nominalQuota: '250'
166166
- name: linux-ppc64le
167-
nominalQuota: '56'
167+
nominalQuota: '64'
168168
- name: linux-root-amd64
169169
nominalQuota: '250'
170170
- name: linux-root-arm64

components/multi-platform-controller/production-downstream/kflux-ocp-p01/host-values.yaml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -250,13 +250,12 @@ staticHosts:
250250
secret: "ibm-ppc64le-ssh-key"
251251
user: "root"
252252

253-
# TO DO: add back in when networking is back up
254-
# ppc64le-pi-static-x1:
255-
# address: "10.130.84.231"
256-
# concurrency: "8"
257-
# platform: "linux/ppc64le"
258-
# secret: "ibm-ppc64le-ssh-key"
259-
# user: "root"
253+
ppc64le-pi-static-x1:
254+
address: "10.130.107.27"
255+
concurrency: "8"
256+
platform: "linux/ppc64le"
257+
secret: "ibm-ppc64le-ssh-key"
258+
user: "root"
260259

261260
ppc64le-pi-static-x2:
262261
address: "10.130.107.11"
@@ -266,35 +265,35 @@ staticHosts:
266265
user: "root"
267266

268267
ppc64le-pi-static-x3:
269-
address: "10.130.84.26"
268+
address: "10.130.107.19"
270269
concurrency: "8"
271270
platform: "linux/ppc64le"
272271
secret: "ibm-ppc64le-ssh-key"
273272
user: "root"
274273

275274
ppc64le-pi-static-x4:
276-
address: "10.130.84.35"
275+
address: "10.130.107.6"
277276
concurrency: "8"
278277
platform: "linux/ppc64le"
279278
secret: "ibm-ppc64le-ssh-key"
280279
user: "root"
281280

282281
ppc64le-pi-static-x5:
283-
address: "10.130.84.184"
282+
address: "10.130.107.13"
284283
concurrency: "8"
285284
platform: "linux/ppc64le"
286285
secret: "ibm-ppc64le-ssh-key"
287286
user: "root"
288287

289288
ppc64le-pi-static-x6:
290-
address: "10.130.84.202"
289+
address: "10.130.107.30"
291290
concurrency: "8"
292291
platform: "linux/ppc64le"
293292
secret: "ibm-ppc64le-ssh-key"
294293
user: "root"
295294

296295
ppc64le-pi-static-x7:
297-
address: "10.130.84.85"
296+
address: "10.130.107.29"
298297
concurrency: "8"
299298
platform: "linux/ppc64le"
300299
secret: "ibm-ppc64le-ssh-key"

0 commit comments

Comments
 (0)