Skip to content
54 changes: 51 additions & 3 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,21 @@
}
},
{
"key": "entitlement"
"key": "entitlement",
"type": "string",
"type_metadata": "string",
"options": [
{
"description": "Apply your OCP license entitlement to your worker pool. Specify only the number and size of worker nodes that you are entitled to use.",
"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 @@ -1426,13 +1440,47 @@
"key": "workers_per_zone"
},
{
"key": "wait_till"
"key": "wait_till",
"type": "string",
"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",
"description": "Reduces the cost of additional OCP licenses in OpenShift clusters. Use Cloud Pak entitlement only if you use the cluster with a Cloud Pak that has an OpenShift entitlement. The value is set only when the cluster is created and cannot be changed later.",
"type": "string",
"type_metadata": "string",
"options": [
{
"description": "Apply your OCP license entitlement to your worker pool. Specify only the number and size of worker nodes that you are entitled to use.",
"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