This commit is contained in:
Sascha Marcel Schmidt 2018-07-04 18:58:45 +02:00
parent 78aeef074e
commit d7abdced05
No known key found for this signature in database
GPG key ID: D1D6CE184437796D

View file

@ -17,7 +17,7 @@
when: "volume.name == 'heketidbstorage'"
- name: "Provision database volume."
command: "heketi-cli -s http://localhost:48080 setup-openshift-heketi-storage"
args: { chdir: "{{ artifacts_dir }}", creates: "{{ artifacts_dir }}/{{ heketi-storage.json }}" }
args: { chdir: "{{ artifacts_dir }}", creates: "{{ artifacts_dir }}/heketi-storage.json" }
when: "heketi_database_volume_exists is undefined"
- name: "Get heketi volume ids."
command: "heketi-cli -s http://localhost:48080 volume list --json"