Issue #1: Get a minikube configuration working for local Molecule testing.

This commit is contained in:
Jeff Geerling
2019-11-06 16:24:11 -06:00
parent 94ce7b49a2
commit 2c527990fa
11 changed files with 254 additions and 140 deletions

View File

@@ -8,7 +8,7 @@
tasks:
- name: Get tower Pod data
k8s_facts:
k8s_info:
kind: Pod
namespace: example-tower
label_selectors:
@@ -18,10 +18,3 @@
- name: Verify there is one tower pod
assert:
that: '{{ (tower_pods.resources | length) == 1 }}'
- name: Verify tower functionality
hosts: k8s
vars: []
tasks: []