Issue #42: Upgrade to latest versions of Tower and AWX, switch RabbitMQ to Redis.

This commit is contained in:
Jeff Geerling
2020-05-26 15:26:37 -05:00
parent 152fe82954
commit e4510ff974
9 changed files with 99 additions and 75 deletions

View File

@@ -61,8 +61,8 @@ If you would like to deploy AWX (the open source upstream of Tower) into your cl
---
spec:
...
tower_task_image: ansible/awx_task:9.2.0
tower_web_image: ansible/awx_web:9.2.0
tower_task_image: ansible/awx_task:11.2.0
tower_web_image: ansible/awx_web:11.2.0
### Ingress Types
@@ -124,7 +124,7 @@ This environment is meant for headless testing (e.g. in a CI environment, or whe
#### Testing in Minikube
minikube start --memory 6g --cpus 4
minikube start --memory 8g --cpus 4
minikube addons enable ingress
molecule test -s test-minikube