mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
720 B
720 B
Tower Operator
An Ansible Tower operator for Kubernetes built with Operator SDK and Ansible.
Testing
This Operator includes a molecule-based test framework, which can be executed standalone in Docker (e.g. in CI or in a single Docker container anywhere), or inside any kind of Kubernetes cluster (e.g. Minikube).
Testing in Docker (standalone)
molecule converge -s test-local
Testing in Minikube
minikube startmolecule converge -s test-minikube