aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/ceph-deploy/tasks/ceph_install_RedHat.yml
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2015-11-06 01:20:27 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-11-06 01:20:27 +0000
commit793809d04553f3acae27f3d9ca386ddebecc704e (patch)
tree2ace09c619b3c91a5e8a12bf71f3367867d2ae97 /deploy/adapters/ansible/roles/ceph-deploy/tasks/ceph_install_RedHat.yml
parent525a683d55f11d41a18403fb0db620843a101ba1 (diff)
parent22d0a715c27523194af870d633852910cd26279f (diff)
Merge "[ceph]deploy mon nodes on controller nodes"
Diffstat (limited to 'deploy/adapters/ansible/roles/ceph-deploy/tasks/ceph_install_RedHat.yml')
-rw-r--r--deploy/adapters/ansible/roles/ceph-deploy/tasks/ceph_install_RedHat.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/ceph-deploy/tasks/ceph_install_RedHat.yml b/deploy/adapters/ansible/roles/ceph-deploy/tasks/ceph_install_RedHat.yml
index 04ab1b5b..97d925d6 100644
--- a/deploy/adapters/ansible/roles/ceph-deploy/tasks/ceph_install_RedHat.yml
+++ b/deploy/adapters/ansible/roles/ceph-deploy/tasks/ceph_install_RedHat.yml
@@ -1,6 +1,6 @@
---
- name: create ceph cluster
- shell: cd {{ ceph_cluster_dir[0] }} && ceph-deploy new {{ ceph_cluster_hosts.stdout_lines[0] }}
+ shell: cd {{ ceph_cluster_dir[0] }} && ceph-deploy new {{ controller_nodes.stdout_lines[0] }}
tags:
- create_ceph_cluster