Skip to content

Commit f6873ca

Browse files
committed
KFLUXINFRA-1884: Power 10 Machines for Public Production Cluster
This commit will do the following - - Create Power 10 Machines - Create 2TB Volume for each Power Machine
1 parent 73f6791 commit f6873ca

File tree

2 files changed

+31
-8
lines changed

2 files changed

+31
-8
lines changed

components/multi-platform-controller/production/stone-prd-rh01/external-secrets.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,29 @@ spec:
115115
---
116116
apiVersion: external-secrets.io/v1beta1
117117
kind: ExternalSecret
118+
metadata:
119+
name: ibm-ppc64le-ssh-key-wkjg
120+
namespace: multi-platform-controller
121+
labels:
122+
build.appstudio.redhat.com/multi-platform-secret: "true"
123+
annotations:
124+
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
125+
argocd.argoproj.io/sync-wave: "-1"
126+
spec:
127+
dataFrom:
128+
- extract:
129+
key: production/platform/terraform/generated/stone-prd-rh01/ibm-ppc64le-ssh-key-wkjg
130+
refreshInterval: 1h
131+
secretStoreRef:
132+
kind: ClusterSecretStore
133+
name: appsre-stonesoup-vault
134+
target:
135+
creationPolicy: Owner
136+
deletionPolicy: Delete
137+
name: ibm-ppc64le-ssh-key-wkjg
138+
---
139+
apiVersion: external-secrets.io/v1beta1
140+
kind: ExternalSecret
118141
metadata:
119142
name: ibm-production-s390x-ssh-key
120143
namespace: multi-platform-controller

components/multi-platform-controller/production/stone-prd-rh01/host-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -672,49 +672,49 @@ data:
672672
host.s390x-static-16.concurrency: "4"
673673

674674
# PPC64LE 4cores(32vCPU) / 128GiB RAM / 2TB disk
675-
host.ppc64le-static-1.address: "10.244.9.113"
675+
host.ppc64le-static-1.address: "10.244.0.57"
676676
host.ppc64le-static-1.platform: "linux/ppc64le"
677677
host.ppc64le-static-1.user: "root"
678678
host.ppc64le-static-1.secret: "ibm-production-ppc64le-ssh-key"
679679
host.ppc64le-static-1.concurrency: "8"
680680

681-
host.ppc64le-static-2.address: "10.244.10.220"
681+
host.ppc64le-static-2.address: "10.244.0.4"
682682
host.ppc64le-static-2.platform: "linux/ppc64le"
683683
host.ppc64le-static-2.user: "root"
684684
host.ppc64le-static-2.secret: "ibm-production-ppc64le-ssh-key"
685685
host.ppc64le-static-2.concurrency: "8"
686686

687-
host.ppc64le-static-3.address: "10.244.8.96"
687+
host.ppc64le-static-3.address: "10.244.0.14"
688688
host.ppc64le-static-3.platform: "linux/ppc64le"
689689
host.ppc64le-static-3.user: "root"
690690
host.ppc64le-static-3.secret: "ibm-production-ppc64le-ssh-key"
691691
host.ppc64le-static-3.concurrency: "8"
692692

693-
host.ppc64le-static-4.address: "10.244.11.237"
693+
host.ppc64le-static-4.address: "10.244.0.6"
694694
host.ppc64le-static-4.platform: "linux/ppc64le"
695695
host.ppc64le-static-4.user: "root"
696696
host.ppc64le-static-4.secret: "ibm-production-ppc64le-ssh-key"
697697
host.ppc64le-static-4.concurrency: "8"
698698

699-
host.ppc64le-static-5.address: "10.244.9.117"
699+
host.ppc64le-static-5.address: "10.244.0.48"
700700
host.ppc64le-static-5.platform: "linux/ppc64le"
701701
host.ppc64le-static-5.user: "root"
702702
host.ppc64le-static-5.secret: "ibm-production-ppc64le-ssh-key"
703703
host.ppc64le-static-5.concurrency: "8"
704704

705-
host.ppc64le-static-6.address: "10.244.11.62"
705+
host.ppc64le-static-6.address: "10.244.0.46"
706706
host.ppc64le-static-6.platform: "linux/ppc64le"
707707
host.ppc64le-static-6.user: "root"
708708
host.ppc64le-static-6.secret: "ibm-production-ppc64le-ssh-key"
709709
host.ppc64le-static-6.concurrency: "8"
710710

711-
host.ppc64le-static-7.address: "10.244.11.17"
711+
host.ppc64le-static-7.address: "10.244.0.33"
712712
host.ppc64le-static-7.platform: "linux/ppc64le"
713713
host.ppc64le-static-7.user: "root"
714714
host.ppc64le-static-7.secret: "ibm-production-ppc64le-ssh-key"
715715
host.ppc64le-static-7.concurrency: "8"
716716

717-
host.ppc64le-static-8.address: "10.244.9.62"
717+
host.ppc64le-static-8.address: "10.244.0.54"
718718
host.ppc64le-static-8.platform: "linux/ppc64le"
719719
host.ppc64le-static-8.user: "root"
720720
host.ppc64le-static-8.secret: "ibm-production-ppc64le-ssh-key"

0 commit comments

Comments
 (0)