Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

watsonx.ai and various other changes #600

Merged
merged 18 commits into from
Dec 15, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
#596 Document GPU configuration + sample configs
fketelaars committed Dec 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 46d3da728b5beed4b47412f6d24259c803170cfd
4 changes: 4 additions & 0 deletions docs/src/30-reference/configuration/openshift.md
Original file line number Diff line number Diff line change
@@ -475,6 +475,8 @@ openshift:
- example.com
dns_servers:
- 172.31.2.73:53
gpu:
install: False
mcg:
install: True
storage_type: storage-class
@@ -500,6 +502,8 @@ openshift:
| infrastructure.processor_architecture | Architecture of the processor that the OpenShift cluster is deployed on | No | amd64 (default), ppc64le, s390x |
| openshift_logging[] | Logging attributes for OpenShift cluster, see [OpenShift logging](logging-auditing.md) | No | |
| upstream_dns[] | Upstream DNS servers(s), see [Upstream DNS Servers](./dns.md) | No | |
| gpu | Control Node Feature Discovery and NVIDIA GPU operators | No | |
| gpu.install | Must Node Feature Discovery and NVIDIA GPU operators be installed (Once installed, False does not uninstall) | Yes | True, False |
| mcg | Multicloud Object Gateway properties | No | |
| mcg.install | Must Multicloud Object Gateway be installed (Once installed, False does not uninstall) | Yes | True, False |
| mcg.storage_type | Type of storage supporting the object Noobaa object storage | Yes | storage-class |
Original file line number Diff line number Diff line change
@@ -222,6 +222,8 @@ cp4d:
# noobaa_cert_secret: noobaa-s3-serving-cert
state: removed

# Please note that for watsonx.ai foundation models, you neeed to install the
# Node Feature Discovery and NVIDIA GPU operators. You can do so by setting the openshift.gpu.install property to True
- name: watsonx_ai
description: watsonx.ai
state: removed
Original file line number Diff line number Diff line change
@@ -14,6 +14,8 @@ openshift:
install: True
storage_type: storage-class
storage_class: managed-nfs-storage
gpu:
install: False
openshift_storage:
- storage_name: auto-storage
storage_type: auto
Original file line number Diff line number Diff line change
@@ -18,6 +18,8 @@ openshift:
domain_name: example.com
infrastructure:
type: ibm-roks
gpu:
install: False
mcg:
install: False
storage_type: storage-class
Original file line number Diff line number Diff line change
@@ -10,6 +10,8 @@ openshift:
ocp_version: 4.8
cluster_name: "{{ env_id }}"
domain_name: example.com
gpu:
install: False
mcg:
install: False
storage_type: storage-class
Original file line number Diff line number Diff line change
@@ -10,6 +10,8 @@ openshift:
ocp_version: 4.8
cluster_name: "{{ env_id }}"
domain_name: example.com
gpu:
install: False
mcg:
install: True
storage_type: storage-class
Original file line number Diff line number Diff line change
@@ -25,11 +25,10 @@ cp4d:
# All tested cartridges. To install, change the "state" property to "installed". To uninstall, change the state
# to "removed" or comment out the entire cartridge. Make sure that the "-" and properties are aligned with the lite
# cartridge; the "-" is at position 3 and the property starts at position 5.
#
# If a cartridge has dependencies and you want to install it, you must ensure that the dependent cartridge is also
# installed.
#

# Please note that for watsonx.ai foundation models, you neeed to install the
# Node Feature Discovery and NVIDIA GPU operators. You can do so by setting the openshift.gpu.install property to True
- name: watsonx_ai
description: watsonx.ai
state: removed