diff options
author | Tim Tindell <ttindell@isenpai.com> | 2017-09-27 13:27:42 -0400 |
---|---|---|
committer | Tim Tindell <ttindell@isenpai.com> | 2017-09-27 13:27:42 -0400 |
commit | 0ca3358e01bf0434280f2d99d4206155ef3008aa (patch) | |
tree | 8adb816934ad2eea2726c1b97b862215cde41acb /roles | |
parent | 62977f65b6aefb17a9a0ffd7e468cbe806251e71 (diff) | |
download | openshift-0ca3358e01bf0434280f2d99d4206155ef3008aa.tar.gz openshift-0ca3358e01bf0434280f2d99d4206155ef3008aa.tar.bz2 openshift-0ca3358e01bf0434280f2d99d4206155ef3008aa.tar.xz openshift-0ca3358e01bf0434280f2d99d4206155ef3008aa.zip |
Add --image flag to setup-openshift-heketi-storage
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml b/roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml index 54a6dd7c3..074904bec 100644 --- a/roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml +++ b/roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml @@ -1,6 +1,6 @@ --- - name: Create heketi DB volume - command: "{{ glusterfs_heketi_client }} setup-openshift-heketi-storage --listfile /tmp/heketi-storage.json" + command: "{{ glusterfs_heketi_client }} setup-openshift-heketi-storage --image {{ glusterfs_heketi_image}}:{{ glusterfs_heketi_version }} --listfile /tmp/heketi-storage.json" register: setup_storage - name: Copy heketi-storage list |