[Add] add ceph inventory entries
This commit is contained in:
parent
d0a9be03e3
commit
8d5d54cc88
19
inventory
19
inventory
@ -42,3 +42,22 @@ consolemongi_bastion
|
|||||||
mongi_console_database
|
mongi_console_database
|
||||||
mongi_console_web
|
mongi_console_web
|
||||||
#---- end consolemongi inventory ----
|
#---- end consolemongi inventory ----
|
||||||
|
#---- start ceph inventory ----
|
||||||
|
[mons]
|
||||||
|
stg-cephmon-00 ansible_host=172.39.15.242 ansible_user=ubuntu
|
||||||
|
stg-cephmon-01 ansible_host=172.39.15.247 ansible_user=ubuntu
|
||||||
|
stg-cephmon-02 ansible_host=172.39.15.151 ansible_user=ubuntu
|
||||||
|
|
||||||
|
[osds]
|
||||||
|
stg-cephosd-00 ansible_host=172.39.15.62 ansible_user=ubuntu
|
||||||
|
stg-cephosd-01 ansible_host=172.39.15.154 ansible_user=ubuntu
|
||||||
|
stg-cephosd-02 ansible_host=172.39.15.57 ansible_user=ubuntu
|
||||||
|
|
||||||
|
[ceph_bastion]
|
||||||
|
stg-ceph-bastion-00 ansible_host=172.39.15.234 ansible_user=ubuntu
|
||||||
|
|
||||||
|
[ceph:children]
|
||||||
|
ceph_bastion
|
||||||
|
osds
|
||||||
|
mons
|
||||||
|
#---- end ceph inventory ----
|
||||||
|
Loading…
Reference in New Issue
Block a user