Skip to content

Commit ba7a707

Browse files
authored
Update MPC IBM VMs for stone-prod-p02 (#9397)
Change the IBM static s390x VM IP addresses (for VMS 1-6) to those on the newly configured subnets as part of the effort to improve network speed for MPC. KFLUXINFRA-2597
1 parent e36476c commit ba7a707

File tree

2 files changed

+46
-23
lines changed

2 files changed

+46
-23
lines changed

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

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
apiVersion: external-secrets.io/v1beta1
7171
kind: ExternalSecret
7272
metadata:
73-
name: ibm-s390x-ssh-key
73+
name: old-ibm-s390x-ssh-key
7474
namespace: multi-platform-controller
7575
labels:
7676
build.appstudio.redhat.com/multi-platform-secret: "true"
@@ -82,6 +82,29 @@ spec:
8282
- extract:
8383
key: production/infrastructure/multi-platform-controller/stone-prod-p02/ibm-s390x-ssh-key
8484
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
95+
metadata:
96+
name: ibm-s390x-ssh-key
97+
namespace: multi-platform-controller
98+
labels:
99+
build.appstudio.redhat.com/multi-platform-secret: "true"
100+
annotations:
101+
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
102+
argocd.argoproj.io/sync-wave: "-1"
103+
spec:
104+
dataFrom:
105+
- extract:
106+
key: production/platform/terraform/generated/stone-prod-p02/ibm-s390x-ssh-key-w2zz
107+
refreshInterval: 1h
85108
secretStoreRef:
86109
kind: ClusterSecretStore
87110
name: appsre-stonesoup-vault

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

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -254,43 +254,43 @@ staticHosts:
254254
secret: ibm-ppc64le-ssh-key
255255
user: root
256256

257-
s390x-static-1:
258-
address: 10.130.79.4
257+
s390x-static-x0:
258+
address: 10.130.103.4
259259
concurrency: '4'
260260
platform: linux/s390x
261261
secret: ibm-s390x-ssh-key
262262
user: root
263263

264-
s390x-static-2:
265-
address: 10.130.79.5
264+
s390x-static-x1:
265+
address: 10.130.103.36
266266
concurrency: '4'
267267
platform: linux/s390x
268268
secret: ibm-s390x-ssh-key
269269
user: root
270270

271-
s390x-static-3:
272-
address: 10.130.79.6
271+
s390x-static-x2:
272+
address: 10.130.103.68
273273
concurrency: '4'
274274
platform: linux/s390x
275275
secret: ibm-s390x-ssh-key
276276
user: root
277277

278-
s390x-static-4:
279-
address: 10.130.79.37
278+
s390x-static-x3:
279+
address: 10.130.103.5
280280
concurrency: '4'
281281
platform: linux/s390x
282282
secret: ibm-s390x-ssh-key
283283
user: root
284284

285-
s390x-static-5:
286-
address: 10.130.79.36
285+
s390x-static-x4:
286+
address: 10.130.103.37
287287
concurrency: '4'
288288
platform: linux/s390x
289289
secret: ibm-s390x-ssh-key
290290
user: root
291291

292-
s390x-static-6:
293-
address: 10.130.79.68
292+
s390x-static-x5:
293+
address: 10.130.103.69
294294
concurrency: '4'
295295
platform: linux/s390x
296296
secret: ibm-s390x-ssh-key
@@ -300,68 +300,68 @@ staticHosts:
300300
address: 10.130.79.69
301301
concurrency: '4'
302302
platform: linux/s390x
303-
secret: ibm-s390x-ssh-key
303+
secret: old-ibm-s390x-ssh-key
304304
user: root
305305

306306
s390x-static-8:
307307
address: 10.130.79.70
308308
concurrency: '4'
309309
platform: linux/s390x
310-
secret: ibm-s390x-ssh-key
310+
secret: old-ibm-s390x-ssh-key
311311
user: root
312312

313313
s390x-static-9:
314314
address: 10.130.79.71
315315
concurrency: '4'
316316
platform: linux/s390x
317-
secret: ibm-s390x-ssh-key
317+
secret: old-ibm-s390x-ssh-key
318318
user: root
319319

320320
s390x-static-10:
321321
address: 10.130.79.72
322322
concurrency: '4'
323323
platform: linux/s390x
324-
secret: ibm-s390x-ssh-key
324+
secret: old-ibm-s390x-ssh-key
325325
user: root
326326

327327
s390x-static-11:
328328
address: 10.130.79.7
329329
concurrency: '4'
330330
platform: linux/s390x
331-
secret: ibm-s390x-ssh-key
331+
secret: old-ibm-s390x-ssh-key
332332
user: root
333333

334334
s390x-static-12:
335335
address: 10.130.79.8
336336
concurrency: '4'
337337
platform: linux/s390x
338-
secret: ibm-s390x-ssh-key
338+
secret: old-ibm-s390x-ssh-key
339339
user: root
340340

341341
s390x-static-13:
342342
address: 10.130.79.9
343343
concurrency: '4'
344344
platform: linux/s390x
345-
secret: ibm-s390x-ssh-key
345+
secret: old-ibm-s390x-ssh-key
346346
user: root
347347

348348
s390x-static-14:
349349
address: 10.130.79.10
350350
concurrency: '4'
351351
platform: linux/s390x
352-
secret: ibm-s390x-ssh-key
352+
secret: old-ibm-s390x-ssh-key
353353
user: root
354354

355355
s390x-static-15:
356356
address: 10.130.79.38
357357
concurrency: '4'
358358
platform: linux/s390x
359-
secret: ibm-s390x-ssh-key
359+
secret: old-ibm-s390x-ssh-key
360360
user: root
361361

362362
s390x-static-16:
363363
address: 10.130.79.39
364364
concurrency: '4'
365365
platform: linux/s390x
366-
secret: ibm-s390x-ssh-key
366+
secret: old-ibm-s390x-ssh-key
367367
user: root

0 commit comments

Comments
 (0)