Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 47 additions & 3 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,20 @@
}
},
{
"key": "entitlement"
"key": "entitlement",
"type_metadata": "string",
"options": [
{
"description": "Use Cloud Pak with OCP License entitlement to create the OpenShift cluster. Select this option only if you use the cluster with a Cloud Pak that has an OpenShift entitlement.",
"displayname": "Cloud Pak",
"value": "cloud_pak"
},
{
"description": "Purchase an OCP license for your worker pool. The license will be provided by IBM Cloud and there is no need to handle OpenShift licensing separately.",
"displayname": "None",
"value": "__NULL__"
}
]
}
],
"iam_permissions": [
Expand Down Expand Up @@ -1399,13 +1412,44 @@
"key": "workers_per_zone"
},
{
"key": "wait_till"
"key": "wait_till",
"type_metadata": "string",
"options": [
{
"description": "Wait for ingress controller to be operational.",
"displayname": "Ingress Ready",
"value": "IngressReady"
},
{
"description": "At least one worker node is fully ready.",
"displayname": "One Worker Ready",
"value": "OneWorkerNodeReady"
},
{
"description": "Master node components are operational.",
"displayname": "Master Ready",
"value": "MasterNodeReady"
}
]
},
{
"key": "kms_wait_for_apply"
},
{
"key": "entitlement"
"key": "entitlement",
"type_metadata": "string",
"options": [
{
"description": "Use Cloud Pak with OCP License entitlement to create the OpenShift cluster. Select this option only if you use the cluster with a Cloud Pak that has an OpenShift entitlement.",
"displayname": "Cloud Pak",
"value": "cloud_pak"
},
{
"description": "Purchase an OCP license for your worker pool. The license will be provided by IBM Cloud and there is no need to handle OpenShift licensing separately.",
"displayname": "None",
"value": "__NULL__"
}
]
},
{
"key": "secondary_storage"
Expand Down