add ceph groups to control process of ceph deployment
Change-Id: I1545ee70953d5c165eae9cd761820d2cf5c27563 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
This commit is contained in:
parent
ae756692d0
commit
b1a732f641
conf/templates/ansible_installer
openstack_juno/inventories
openstack_kilo/inventories
openstack_liberty/inventories
@ -103,3 +103,8 @@ $sec_patch_hostname ansible_ssh_host=$sec_patch_ip ansible_ssh_user=$username an
|
||||
#set ceph_osd_node_hostname = $ceph_osd_node.hostname
|
||||
$ceph_osd_node_hostname ansible_ssh_host=$ceph_osd_node_ip ansible_ssh_user=$username ansible_ssh_password=$password
|
||||
#end for
|
||||
|
||||
[ceph:children]
|
||||
ceph_adm
|
||||
ceph_mon
|
||||
ceph_osd
|
||||
|
@ -103,3 +103,7 @@ $sec_patch_hostname ansible_ssh_host=$sec_patch_ip ansible_ssh_user=$username an
|
||||
#set ceph_osd_node_hostname = $ceph_osd_node.hostname
|
||||
$ceph_osd_node_hostname ansible_ssh_host=$ceph_osd_node_ip ansible_ssh_user=$username ansible_ssh_password=$password
|
||||
#end for
|
||||
[ceph:children]
|
||||
ceph_adm
|
||||
ceph_mon
|
||||
ceph_osd
|
||||
|
@ -83,4 +83,8 @@ $ceph_mon_hostname ansible_ssh_host=$ceph_mon_ip ansible_ssh_user=$username ansi
|
||||
#set ceph_osd_hostname = $ceph_osd.hostname
|
||||
$ceph_osd_hostname ansible_ssh_host=$ceph_osd_ip ansible_ssh_user=$username ansible_ssh_password=$password
|
||||
#end for
|
||||
[ceph:children]
|
||||
ceph_adm
|
||||
ceph_mon
|
||||
ceph_osd
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user