Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: ibm-production-ppc64le-ssh-key
name: ibm-ppc64le-ssh-key-wkjg
namespace: multi-platform-controller
labels:
build.appstudio.redhat.com/multi-platform-secret: "true"
Expand All @@ -103,15 +103,15 @@ metadata:
spec:
dataFrom:
- extract:
key: production/build/multi-platform-controller/ibm-production-ppc64le-ssh-key
key: production/platform/terraform/generated/stone-prd-rh01/ibm-ppc64le-ssh-key-wkjg
refreshInterval: 1h
secretStoreRef:
kind: ClusterSecretStore
name: appsre-stonesoup-vault
target:
creationPolicy: Owner
deletionPolicy: Delete
name: ibm-production-ppc64le-ssh-key
name: ibm-ppc64le-ssh-key-wkjg
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -672,52 +672,52 @@ data:
host.s390x-static-16.concurrency: "4"

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

host.ppc64le-static-2.address: "10.244.10.220"
host.ppc64le-static-2.address: "10.244.0.4"
host.ppc64le-static-2.platform: "linux/ppc64le"
host.ppc64le-static-2.user: "root"
host.ppc64le-static-2.secret: "ibm-production-ppc64le-ssh-key"
host.ppc64le-static-2.secret: "ibm-ppc64le-ssh-key-wkjg"
host.ppc64le-static-2.concurrency: "8"

host.ppc64le-static-3.address: "10.244.8.96"
host.ppc64le-static-3.address: "10.244.0.14"
host.ppc64le-static-3.platform: "linux/ppc64le"
host.ppc64le-static-3.user: "root"
host.ppc64le-static-3.secret: "ibm-production-ppc64le-ssh-key"
host.ppc64le-static-3.secret: "ibm-ppc64le-ssh-key-wkjg"
host.ppc64le-static-3.concurrency: "8"

host.ppc64le-static-4.address: "10.244.11.237"
host.ppc64le-static-4.address: "10.244.0.6"
host.ppc64le-static-4.platform: "linux/ppc64le"
host.ppc64le-static-4.user: "root"
host.ppc64le-static-4.secret: "ibm-production-ppc64le-ssh-key"
host.ppc64le-static-4.secret: "ibm-ppc64le-ssh-key-wkjg"
host.ppc64le-static-4.concurrency: "8"

host.ppc64le-static-5.address: "10.244.9.117"
host.ppc64le-static-5.address: "10.244.0.48"
host.ppc64le-static-5.platform: "linux/ppc64le"
host.ppc64le-static-5.user: "root"
host.ppc64le-static-5.secret: "ibm-production-ppc64le-ssh-key"
host.ppc64le-static-5.secret: "ibm-ppc64le-ssh-key-wkjg"
host.ppc64le-static-5.concurrency: "8"

host.ppc64le-static-6.address: "10.244.11.62"
host.ppc64le-static-6.address: "10.244.0.46"
host.ppc64le-static-6.platform: "linux/ppc64le"
host.ppc64le-static-6.user: "root"
host.ppc64le-static-6.secret: "ibm-production-ppc64le-ssh-key"
host.ppc64le-static-6.secret: "ibm-ppc64le-ssh-key-wkjg"
host.ppc64le-static-6.concurrency: "8"

host.ppc64le-static-7.address: "10.244.11.17"
host.ppc64le-static-7.address: "10.244.0.33"
host.ppc64le-static-7.platform: "linux/ppc64le"
host.ppc64le-static-7.user: "root"
host.ppc64le-static-7.secret: "ibm-production-ppc64le-ssh-key"
host.ppc64le-static-7.secret: "ibm-ppc64le-ssh-key-wkjg"
host.ppc64le-static-7.concurrency: "8"

host.ppc64le-static-8.address: "10.244.9.62"
host.ppc64le-static-8.address: "10.244.0.54"
host.ppc64le-static-8.platform: "linux/ppc64le"
host.ppc64le-static-8.user: "root"
host.ppc64le-static-8.secret: "ibm-production-ppc64le-ssh-key"
host.ppc64le-static-8.secret: "ibm-ppc64le-ssh-key-wkjg"
host.ppc64le-static-8.concurrency: "8"

# GPU Instances
Expand Down