IBM / cloud-pak-deployer

Configuration-based installation of OpenShift and Cloud Pak for Data/Integration/Watson AIOps on various private and public cloud infrastructure providers. Deployment attempts to achieve the end-state defined in the configuration. If something fails along the way, you only need to restart the process to continue the deployment.
https://ibm.github.io/cloud-pak-deployer/
Apache License 2.0
130 stars 65 forks source link

Update sample configurations with openshift.gpu.install #667

Closed fketelaars closed 4 weeks ago

fketelaars commented 3 months ago

Describe the bug Some of the sample OopenShift configuration files do not have the openshift.gpu.install property.

openshift:
- name: "{{ env_id }}"
  ocp_version: 4.8
  cluster_name: "{{ env_id }}"
  domain_name: example.com
  gpu:
    install: False

Make sure that this property exists in all examples.