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

@@ -34,7 +34,8 @@
deploy_dir: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') }}/deploy"
pull_policy: Never
operator_image: tower.ansible.com/tower-operator:testing
custom_resource: "{{ lookup('file', '/'.join([deploy_dir, 'crds/tower_v1alpha1_tower_cr_tower.yaml'])) | from_yaml }}"
# Change this to _awx to test AWX, _tower to test Tower.
custom_resource: "{{ lookup('file', '/'.join([deploy_dir, 'crds/tower_v1alpha1_tower_cr_awx.yaml'])) | from_yaml }}"
tasks:
- block: