Browse Source

add necessary chdir

pull/2931/head
Sascha Marcel Schmidt 6 years ago
parent
commit
1253725975
No known key found for this signature in database GPG Key ID: D1D6CE184437796D
1 changed files with 1 additions and 0 deletions
  1. 1
      contrib/network-storage/heketi/roles/provision/tasks/setup/volumes.yml

1
contrib/network-storage/heketi/roles/provision/tasks/setup/volumes.yml

@ -17,6 +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 }}" }
when: "heketi_database_volume_exists is undefined"
- name: "Get heketi volume ids."
command: "heketi-cli -s http://localhost:48080 volume list --json"

Loading…
Cancel
Save