Skip to content

Commit 86f2a01

Browse files
KFLUXINFRA-1654: Adding IBM Z Nodes for OpenStack Environment (#7525)
This commit will add IBM Z Nodes for OpenStack Environment and add a command in user-data for a gpu instance in RH03 Environment
1 parent 0a1b908 commit 86f2a01

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

components/kueue/production/kflux-osp-p01/queue-config/cluster-queue.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ spec:
9191
- linux-ppc64le
9292
- linux-root-amd64
9393
- linux-root-arm64
94+
- linux-s390x
9495
- linux-x86-64
9596
- local
9697
- localhost
@@ -119,6 +120,8 @@ spec:
119120
nominalQuota: '5'
120121
- name: linux-root-arm64
121122
nominalQuota: '5'
123+
- name: linux-s390x
124+
nominalQuota: '8'
122125
- name: linux-x86-64
123126
nominalQuota: '1000'
124127
- name: local

components/multi-platform-controller/production-downstream/kflux-osp-p01/host-config.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,19 @@ data:
491491
restorecon -r /home/ec2-user
492492
493493
--//--
494-
494+
# S390X 8vCPU / 32GiB RAM / 1TB disk
495+
host.s390x-static-1.address: "10.130.78.4"
496+
host.s390x-static-1.platform: "linux/s390x"
497+
host.s390x-static-1.user: "root"
498+
host.s390x-static-1.secret: "ibm-s390x-ssh-key"
499+
host.s390x-static-1.concurrency: "4"
500+
501+
host.s390x-static-2.address: "10.130.78.20"
502+
host.s390x-static-2.platform: "linux/s390x"
503+
host.s390x-static-2.user: "root"
504+
host.s390x-static-2.secret: "ibm-s390x-ssh-key"
505+
host.s390x-static-2.concurrency: "4"
506+
495507
# PPC64LE 4cores(32vCPU) / 128GiB RAM / 2TB disk
496508
host.pi-static-x0.address: "10.130.81.249"
497509
host.pi-static-x0.platform: "linux/ppc64le"

components/multi-platform-controller/production/kflux-prd-rh03/host-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,9 @@ data:
788788
789789
mkdir -p /etc/cdi
790790
chmod a+rwx /etc/cdi
791+
792+
setsebool container_use_devices 1
793+
791794
su - ec2-user
792795
nvidia-ctk cdi generate --output=/etc/cdi/nvidia.yaml
793796
--//--

0 commit comments

Comments
 (0)