actually use heketi auth

This commit is contained in:
Sascha Marcel Schmidt 2018-09-05 15:59:56 +02:00
parent 949984601f
commit ce776f0f6a
No known key found for this signature in database
GPG key ID: D1D6CE184437796D

View file

@ -23,7 +23,7 @@
- name: "Test heketi topology."
changed_when: false
register: "heketi_topology"
command: "{{ bin_dir }}/kubectl exec {{ initial_heketi_pod_name }} -- heketi-cli topology info --json"
command: "{{ bin_dir }}/kubectl exec {{ initial_heketi_pod_name }} -- heketi-cli --user admin --secret {{ heketi_admin_key }} topology info --json"
- name: "Load heketi topology."
when: "heketi_topology.stdout|from_json|json_query(\"clusters[*].nodes[*]\")|flatten|length == 0"
include_tasks: "bootstrap/topology.yml"