mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
Issue #1: Get a minikube configuration working for local Molecule testing.
This commit is contained in:
15
README.md
15
README.md
@@ -2,4 +2,17 @@
|
||||
|
||||
[](https://travis-ci.com/geerlingguy/tower-operator)
|
||||
|
||||
A Tower operator for Kubernetes built with Operator SDK.
|
||||
An [Ansible Tower](https://www.ansible.com/products/tower) operator for Kubernetes built with [Operator SDK](https://github.com/operator-framework/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)
|
||||
|
||||
1. `molecule converge -s test-local`
|
||||
|
||||
### Testing in Minikube
|
||||
|
||||
1. `minikube start`
|
||||
1. `molecule converge -s test-minikube`
|
||||
|
||||
Reference in New Issue
Block a user