File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
kueue/production/kflux-osp-p01/queue-config
multi-platform-controller
production-downstream/kflux-osp-p01
production/kflux-prd-rh03 Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 91
91
- linux-ppc64le
92
92
- linux-root-amd64
93
93
- linux-root-arm64
94
+ - linux-s390x
94
95
- linux-x86-64
95
96
- local
96
97
- localhost
@@ -119,6 +120,8 @@ spec:
119
120
nominalQuota : ' 5'
120
121
- name : linux-root-arm64
121
122
nominalQuota : ' 5'
123
+ - name : linux-s390x
124
+ nominalQuota : ' 8'
122
125
- name : linux-x86-64
123
126
nominalQuota : ' 1000'
124
127
- name : local
Original file line number Diff line number Diff line change @@ -491,7 +491,19 @@ data:
491
491
restorecon -r /home/ec2-user
492
492
493
493
--//--
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
+
495
507
# PPC64LE 4cores(32vCPU) / 128GiB RAM / 2TB disk
496
508
host.pi-static-x0.address : " 10.130.81.249"
497
509
host.pi-static-x0.platform : " linux/ppc64le"
Original file line number Diff line number Diff line change @@ -788,6 +788,9 @@ data:
788
788
789
789
mkdir -p /etc/cdi
790
790
chmod a+rwx /etc/cdi
791
+
792
+ setsebool container_use_devices 1
793
+
791
794
su - ec2-user
792
795
nvidia-ctk cdi generate --output=/etc/cdi/nvidia.yaml
793
796
--//--
You can’t perform that action at this time.
0 commit comments