Skip to content

Commit b4ce763

Browse files
committed
make installing GPU and openshift ai operators the default
Signed-off-by: David Massey <David.Massey@ibm.com>
1 parent d36147a commit b4ce763

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

cp4d/5.0.x-tse-l4-base/cp4d-cloud-pak-deployer-pipeline.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -604,22 +604,22 @@ spec:
604604
Install the OpenShift AI operator and configure it for CP4D.
605605
{
606606
"options": [
607-
{"text": "No","value": "False", "default": "true"},
608-
{"text": "Yes","value": "True"}
607+
{"text": "No","value": "False"},
608+
{"text": "Yes","value": "True", "default": "true"}
609609
]
610610
}
611-
default: "False"
611+
default: "True"
612612
- name: configure-gpu
613613
type: string
614614
description: |
615615
Install the NVIDIA operator and Node Feature Discovery for GPU nodes.
616616
{
617617
"options": [
618-
{"text": "No","value": "False", "default": "true"},
619-
{"text": "Yes","value": "True"}
618+
{"text": "No","value": "False"},
619+
{"text": "Yes","value": "True", "default": "true"}
620620
]
621621
}
622-
default: "False"
622+
default: "True"
623623
- name: watsonx-ai-state
624624
type: string
625625
description: |

cp4d/5.0.x/cp4d-cloud-pak-deployer-pipeline.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -623,22 +623,22 @@ spec:
623623
Install the OpenShift AI operator and configure it for CP4D.
624624
{
625625
"options": [
626-
{"text": "No","value": "False", "default": "true"},
627-
{"text": "Yes","value": "True"}
626+
{"text": "No","value": "False"},
627+
{"text": "Yes","value": "True", "default": "true"}
628628
]
629629
}
630-
default: "False"
630+
default: "True"
631631
- name: configure-gpu
632632
type: string
633633
description: |
634634
Install the NVIDIA operator and Node Feature Discovery for GPU nodes.
635635
{
636636
"options": [
637-
{"text": "No","value": "False", "default": "true"},
638-
{"text": "Yes","value": "True"}
637+
{"text": "No","value": "False"},
638+
{"text": "Yes","value": "True", "default": "true"}
639639
]
640640
}
641-
default: "False"
641+
default: "True"
642642
- name: watsonx-ai-state
643643
type: string
644644
description: |

0 commit comments

Comments
 (0)