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

Implement "oc_create_zosendpoint" OC SDK module #72

Open kberkos-public opened 7 months ago

kberkos-public commented 7 months ago

Feature

Describe the problem you need a feature to resolve.

This module should allow users to easily create a zos endpoint against a broker instance.

kberkos-public commented 7 months ago

Sample task:


name: Create ZosEndpoint
ibm.operator_collection_sdk.oc_create_zosendpoint:
  name: wazi-sandbox
  namespace: latrell-test
  host: api.z-stack-int.cp.fyre.ibm.com
  port: 32503
  endpointType: remote
  variables: remote
    - name: JAVA_HOME
       type: string
       value: /usr/lpp/java/J8.0_64
kberkos-public commented 7 months ago

Currently working locally, working on testing further