Skip to content

Commit 0766197

Browse files
authored
Update MPC IBM VMs for stone-prod-p02 (#9424)
Change the IBM static s390x VM IP addresses (for VMS 13-16) to those on the newly configured subnets as part of the effort to improve network speed for MPC. Add 2 more VMs for compatibility with Terraform module. KFLUXINFRA-2597
1 parent 709ce57 commit 0766197

File tree

3 files changed

+27
-36
lines changed

3 files changed

+27
-36
lines changed

components/kueue/production/stone-prod-p02/queue-config/cluster-queue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ spec:
167167
- name: linux-root-arm64
168168
nominalQuota: '250'
169169
- name: linux-s390x
170-
nominalQuota: '64'
170+
nominalQuota: '72'
171171
- name: linux-x86-64
172172
nominalQuota: '1000'
173173
- name: local

components/multi-platform-controller/production-downstream/stone-prod-p02/external-secrets.yaml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -69,29 +69,6 @@ spec:
6969
---
7070
apiVersion: external-secrets.io/v1beta1
7171
kind: ExternalSecret
72-
metadata:
73-
name: old-ibm-s390x-ssh-key
74-
namespace: multi-platform-controller
75-
labels:
76-
build.appstudio.redhat.com/multi-platform-secret: "true"
77-
annotations:
78-
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
79-
argocd.argoproj.io/sync-wave: "-1"
80-
spec:
81-
dataFrom:
82-
- extract:
83-
key: production/infrastructure/multi-platform-controller/stone-prod-p02/ibm-s390x-ssh-key
84-
refreshInterval: 1h
85-
secretStoreRef:
86-
kind: ClusterSecretStore
87-
name: appsre-stonesoup-vault
88-
target:
89-
creationPolicy: Owner
90-
deletionPolicy: Delete
91-
name: old-ibm-s390x-ssh-key
92-
---
93-
apiVersion: external-secrets.io/v1beta1
94-
kind: ExternalSecret
9572
metadata:
9673
name: ibm-s390x-ssh-key
9774
namespace: multi-platform-controller

components/multi-platform-controller/production-downstream/stone-prod-p02/host-values.yaml

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -338,30 +338,44 @@ staticHosts:
338338
secret: ibm-s390x-ssh-key
339339
user: root
340340

341-
s390x-static-13:
342-
address: 10.130.79.9
341+
s390x-static-x12:
342+
address: 10.130.103.8
343343
concurrency: '4'
344344
platform: linux/s390x
345-
secret: old-ibm-s390x-ssh-key
345+
secret: ibm-s390x-ssh-key
346+
user: root
347+
348+
s390x-static-x13:
349+
address: 10.130.103.40
350+
concurrency: '4'
351+
platform: linux/s390x
352+
secret: ibm-s390x-ssh-key
353+
user: root
354+
355+
s390x-static-x14:
356+
address: 10.130.103.72
357+
concurrency: '4'
358+
platform: linux/s390x
359+
secret: ibm-s390x-ssh-key
346360
user: root
347361

348-
s390x-static-14:
349-
address: 10.130.79.10
362+
s390x-static-x15:
363+
address: 10.130.103.9
350364
concurrency: '4'
351365
platform: linux/s390x
352-
secret: old-ibm-s390x-ssh-key
366+
secret: ibm-s390x-ssh-key
353367
user: root
354368

355-
s390x-static-15:
356-
address: 10.130.79.38
369+
s390x-static-x16:
370+
address: 10.130.103.41
357371
concurrency: '4'
358372
platform: linux/s390x
359-
secret: old-ibm-s390x-ssh-key
373+
secret: ibm-s390x-ssh-key
360374
user: root
361375

362-
s390x-static-16:
363-
address: 10.130.79.39
376+
s390x-static-x17:
377+
address: 10.130.103.73
364378
concurrency: '4'
365379
platform: linux/s390x
366-
secret: old-ibm-s390x-ssh-key
380+
secret: ibm-s390x-ssh-key
367381
user: root

0 commit comments

Comments
 (0)