aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/ceph-deploy/tasks/ceph_install_RedHat.yml
diff options
context:
space:
mode:
authorgraiss <grakiss.wanglei@huawei.com>2015-11-05 16:18:43 +0800
committergraiss <grakiss.wanglei@huawei.com>2015-11-05 16:18:43 +0800
commit22d0a715c27523194af870d633852910cd26279f (patch)
tree0cc2ed4f6d1c7923f7657c33296c81a75fbabbcf /deploy/adapters/ansible/roles/ceph-deploy/tasks/ceph_install_RedHat.yml
parentce4cf93c1f0e3ee58cb8a99000c28b64521d4de0 (diff)
[ceph]deploy mon nodes on controller nodes
JIRA:COMPASS-138 - deploy mon nodes on all nodes is bad and waste of resource,so just delpoy on controller nodeswq Change-Id: I1987a4571225fe3a6b3bebbb9fec921d1dffa9b5 Signed-off-by: graiss <grakiss.wanglei@huawei.com>
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 6ce01b86..65455392 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