IBM / cloud-pak-operations-cli

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.
Apache License 2.0
15 stars 2 forks source link

FYRE provisioning is broken due to extended schema #111

Closed frederic-pesquet-work closed 2 years ago

frederic-pesquet-work commented 2 years ago

cpo fyre cluster create fails with: <output json from fyre> is not valid under any of the given schemas

This is because Fyre response changed and now includes field 'initial_ocp_version' Need to add it: PR here: https://github.com/IBM/cloud-pak-operations-cli/pull/112

frederic-pesquet-work commented 2 years ago

@jensmueller-com while the associated PR fixes the issue, I think we should define "additionalProperties": True to allow future Fyre extensions. Make sense?

frederic-pesquet-work commented 2 years ago

Notice: initial_ocp_version is not a required field because Fyre does not return it in case of a new cluster apparently. => https://github.com/IBM/cloud-pak-operations-cli/pull/113

frederic-pesquet-work commented 2 years ago

all working now, closing