Skip to content

Commit 4ad5cdd

Browse files
authored
Update OCP PPC VMs 0-2 w/ new IPs (#9598)
KFLUXINFRA-2670
1 parent 96ced92 commit 4ad5cdd

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
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: '64'
167+
nominalQuota: '56'
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: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -244,21 +244,22 @@ dynamicConfigs:
244244
staticHosts:
245245
# PPC
246246
ppc64le-pi-static-x0:
247-
address: "10.130.84.64"
247+
address: "10.130.107.23"
248248
concurrency: "8"
249249
platform: "linux/ppc64le"
250250
secret: "ibm-ppc64le-ssh-key"
251251
user: "root"
252252

253-
ppc64le-pi-static-x1:
254-
address: "10.130.84.231"
255-
concurrency: "8"
256-
platform: "linux/ppc64le"
257-
secret: "ibm-ppc64le-ssh-key"
258-
user: "root"
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"
259260

260261
ppc64le-pi-static-x2:
261-
address: "10.130.84.11"
262+
address: "10.130.107.11"
262263
concurrency: "8"
263264
platform: "linux/ppc64le"
264265
secret: "ibm-ppc64le-ssh-key"

0 commit comments

Comments
 (0)