summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml
diff options
context:
space:
mode:
authorTim Tindell <ttindell@isenpai.com>2017-09-13 14:49:57 -0400
committerRobert Tindell <tim.tindell@gmail.com>2017-09-18 13:50:16 -0400
commit62977f65b6aefb17a9a0ffd7e468cbe806251e71 (patch)
tree40ed8adf693f8db5f0063d3c661483a2ac254976 /roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml
parentf8393b7aef78c92437fe78092821a8d0a11c22cc (diff)
downloadopenshift-62977f65b6aefb17a9a0ffd7e468cbe806251e71.tar.gz
openshift-62977f65b6aefb17a9a0ffd7e468cbe806251e71.tar.bz2
openshift-62977f65b6aefb17a9a0ffd7e468cbe806251e71.tar.xz
openshift-62977f65b6aefb17a9a0ffd7e468cbe806251e71.zip
GlusterFS can now be run more than once. Ability to add devices to nodes
Diffstat (limited to 'roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml')
-rw-r--r--roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml2
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 afc04a537..54a6dd7c3 100644
--- a/roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml
+++ b/roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml
@@ -4,7 +4,7 @@
register: setup_storage
- name: Copy heketi-storage list
- shell: "{{ openshift.common.client_binary }} rsh --namespace={{ glusterfs_namespace }} {{ heketi_pod.results.results[0]['items'][0]['metadata']['name'] }} cat /tmp/heketi-storage.json > {{ mktemp.stdout }}/heketi-storage.json"
+ shell: "{{ openshift.common.client_binary }} rsh --namespace={{ glusterfs_namespace }} {{ deploy_heketi_pod.results.results[0]['items'][0]['metadata']['name'] }} cat /tmp/heketi-storage.json > {{ mktemp.stdout }}/heketi-storage.json"
# This is used in the subsequent task
- name: Copy the admin client config