Issue #1: Add tower and task deployments, along with basic Tower config.

This commit is contained in:
Jeff Geerling
2019-11-05 18:24:52 -06:00
parent da675b7b59
commit 94ce7b49a2
7 changed files with 119 additions and 8 deletions

View File

@@ -15,9 +15,9 @@
- app=tower
register: tower_pods
- name: Verify there are two tower pods
- name: Verify there is one tower pod
assert:
that: '{{ (tower_pods.resources | length) == 2 }}'
that: '{{ (tower_pods.resources | length) == 1 }}'
- name: Verify tower functionality
hosts: k8s