The IBM Cloud Pak Operations CLI provides basic functionality to manage Red Hat OpenShift clusters and IBM Cloud Pak for Data on various cloud platforms.
Add command cpo cluster install-odf-storage-classes (in the future, there should be more configuration options)
Add Ansible playbook cpo/deps/playbooks/deploy_odf_playbook.yaml for deploying Red Hat OpenShift Data Foundation (ODF)
Add abstract class cpo.lib.ansible.modules.abstract_module.AbstractModule as a base class for Ansible modules
Add Ansible module WaitForCustomResourceDefinitionsModule, which allows waiting for the creation of a given sequence of custom resource definition names
Add Ansible module WaitForNamespacedCustomResourceModule, which allows waiting for the creation of a given namespaced custom resource and, optionally, until a given JMESPath expression matches
This pull request contains the following changes:
cpo cluster install-odf-storage-classes
(in the future, there should be more configuration options)cpo/deps/playbooks/deploy_odf_playbook.yaml
for deploying Red Hat OpenShift Data Foundation (ODF)cpo.lib.ansible.modules.abstract_module.AbstractModule
as a base class for Ansible modulesWaitForCustomResourceDefinitionsModule
, which allows waiting for the creation of a given sequence of custom resource definition namesWaitForNamespacedCustomResourceModule
, which allows waiting for the creation of a given namespaced custom resource and, optionally, until a given JMESPath expression matches