Fixing up molecule

* Limiting resources so that things can start in travis
* Making a dedicated molecule test CR
This commit is contained in:
Matthew Jones
2020-06-04 09:22:56 -04:00
parent 2e75e0eb9a
commit aef500d9c9
3 changed files with 39 additions and 15 deletions

View File

@@ -26,7 +26,7 @@
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_awx.yaml'])) | from_yaml }}"
custom_resource: "{{ lookup('file', '/'.join([deploy_dir, 'crds/tower_v1alpha1_tower_cr_molecule.yaml'])) | from_yaml }}"
tasks: