-
Bug
-
Resolution: Done
-
Minor
-
CL170 - RHOSO18.0-en-1-20241127
-
None
-
False
-
-
False
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://rol.redhat.com/rol/app/courses/cl170-18.0/pages/ch03s04 |
Reporter RHNID: | gls-ftaylor |
Section Title: | h2. Guided Exercise: Configure OpenStack Services |
Issue description
Step 2 says:
Use the oc api-resources command to fetch short names, which you can use in place
of the OpenShiftControlPlane CR
CHANGE TO:
Use the oc api-resources command to fetch short names, which you can use in place
of the OpenStackControlPlane CR
(change OpenShift to OpenStack)
Step 5 command is:
[student@workstation ~]$ oc get OpenStackControlPlane -w
CHANGE TO:
[student@workstation ~]$ oc get oscp -w
In step 2, we showed students how to find the short names. In step 3 we use `oc get oscp`, but in step 5 we revert to OpenStackControlPlane for some reason. If there is a reason, please explain in step 5. Otherwise, just use `oscp`.
In step 7, we use jq to get the keys. Using a newer version of yq will allow you to do the same thing. It is best to keep the output to YAML format instead of changing to JSON just to get the list of items it has. I think I have another bug open for changing to a newer version of yq.