-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI Deploy - Operator deploy - Missing StorageCluster UI Workflow #467
Comments
Hi @penguinpages You will be able to see the missing workflow only if you refresh the browser and newly installed console plugin is triggered. You are seeing 2 of them because you have a custom catalog source created in your cluster. cc @SanjalKatiyar pls keep me honest here. |
That's correct. If operator is installed via CLI: After that a pop-up with a message, "Web console update is available" will appears on the user interface. Click "Refresh web console" from this pop-up for the console changes to reflect. This flow has been in place since ODF 4.9 release. |
Script: https://github.com/red-hat-storage/odf-console/blob/release-4.16/test-prow-e2e.sh is also how we install and dev test ODF e2e, if your end goal is to set up a CI pipeline you can take reference from here. |
OCP 4.16.8
ODF Operator GUI install you get: OpenShift Data Foundation and Client -> "Create StorageSystem" prompt as next step.
When you start to create storage you get wizard to offer more advanced options such as use of existing disk, or VMFS CSI, etc..
If you take deployment and build into YAML for CI, and run deploy it installs fine and again prompts for "Create StorageSystem" but only has simple YAML workflow option of kind "flashsystemcluster.odf.ibm.com/v1alpha1" vs "storagecluster.ocs.openshift.io/v1"
CI Result
GUI Result
Questions:
Ex: Operators -> Operator Hub
-- ODF -> RedHat ----> 4.17
-- ODF -> Openshift data Foundation --->
Seems to be a lot of querks with ODF deployment UI. And also, for shops with lots of deploy automation, what needs to be is documentation and or help on how to do this via CI.
The text was updated successfully, but these errors were encountered: