quipucords / camayoc

Test automation framework that facilitates functional testing of quipucords.
https://camayoc.readthedocs.io/
GNU General Public License v3.0
5 stars 4 forks source link

Creates an Ansible Playbook for OpenShift project deployment #380

Closed ruda closed 1 year ago

ruda commented 1 year ago

Creates an Ansible Playbook for provisioning an OpenShift (OCP) project for inspection.

Note: gave up using ocp modules for Ansible since most of them are deprecated. People are using community.k8s nowadays, but using shell with oc instead gave more freedom.

Co-authored-by: Ruda Moura rmoura@redhat.com