IBM / operator-collection-sdk

The IBM Operator Collection SDK provides the resources and tools that are needed to develop Operator Collections against the IBM® z/OS® Cloud Broker as part of the IBM Z® and Cloud Modernization Stack.
https://ibm.github.io/operator-collection-sdk/
Apache License 2.0
7 stars 1 forks source link

Created oc_zoscloudbroker Module and Testing Infrastructure #99

Closed yemi-kelani closed 5 months ago

yemi-kelani commented 6 months ago

Created oc_zoscloudbroker module.

Verified Sanity, Unit, and Integration tests passed on Ansible v2.16

Example:

- name: Create ZosCloudBroker
  ibm.operator_collection_sdk.oc_zoscloudbroker:
      state: present
      name: zoscloudbroker
      namespace: yemi-test
      accept_license: true
      multi_namespace: true
      log_level: debug
      labels:
          - test=true
          - namespace=yemi-test
      storage:
          enabled: true
          pvc: zoscloudbroker