ocp4 sops moved into sysadmin_guide

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2024-07-22 10:37:01 +01:00
parent 1d17fd8610
commit c0d6947dba
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D
35 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,14 @@
= Test the fas2discourse Operator
== Resources
- [1] Code: https://pagure.io/cpe/fas2discourse/
- [2] Molecule: https://molecule.readthedocs.io/en/latest/
== Installation
There is a molecule directory bundled with the code [1] of this operator. They currently are designed to only run against a code ready container cluster.
To run the operator molecule tests:
- Ensure that the molecule utility is installed `dnf install python3-molecule`
- From a terminal, be logged into the crc cluster with cluster-admin privileges.
- Run `molecule test`