Closed gbengataylor closed 1 year ago
There's an ifdef that is causing the operator installation details to be omitted.
Suggested fix: Replace https://github.com/rhpds/roadshow_ocpvirt_instructions/blob/summit/workshop/content/09_metallb.adoc?plain=1#L111
with: Navigate to Operators -> Installed Operators. Select Project metallb-system
Thanks @dlbewley - There are several other occurrences where the preinstall_operators flag is evaluated, so this is a problem in other sections too. Updating the issue to properly describe the problem
solved
https://github.com/rhpds/roadshow_ocpvirt_instructions/blob/summit/workshop/content/09_metallb.adoc#define-ip-addresspool
There is no mention of how to get to the tab. A seasoned OpenShift user can find it via the APIExplorer but might be difficult for a workshop attendee. There should be explicit instructions to open it from the Installed Operators->MetalLBOperator->IpAddressPool
UPDATE: The problem is not just in section but throughout the .adoc. There are several places where it tries to evaluate and generate content based on the preinstall_operators flag that is set when the lab is provisioned. As a result, none of the content is generated. the fix should be to evaluate the flag correctly or update the instructions to ignore the flag and guide the attendee to either install the operator if it doesn't exist and then proceed. There are also sections at the top of the instructions that will also need to be modified if this route is taken