This repository hosts the Cloud Services Black Belt self paced workshop for Azure Red Hat Openshift (ARO) which is hosted at ws.mobb.cloud.
Contributions should follow the standard GitHub Pull Request workflow and should follow the MkDocs Markdown formatting. The menu is found in mkdocs.yml
which determines the Menus and flow of the workshop.
Note: You need to have python and virtualenv on your system, and be logged into an OpenShift cluster in order to proceed.
-
Clone the repo
git clone https://github.com/rh-mobb/aro-workshop-content cd aro-workshop-content
-
Run
make preview
to create a local preview of the workshop contentmake preview
-
Modify the repo to suit your environment
For example you can remove the
acs
sections inmkdocs.yml
to remove the ACS content. -
Update the
extra
section inmkdocs.yml
These values will be injected into the workshop content where appropriate to ensure the workshop matches your environment.
-
Deploy the workshop to an OpenShift cluster
make deploy
-
remove the workshop from the OpenShift cluster
make destroy