mirror of https://github.com/ceph/ceph-ansible.git
Update ceph-common README
parent
6b5f278da1
commit
36052b15fb
|
@ -17,7 +17,7 @@ Have a look at `defaults/main.yml`.
|
||||||
|
|
||||||
## Mandatory variables
|
## Mandatory variables
|
||||||
|
|
||||||
* Installating source, chose one of these:
|
* Install source, choose one of these:
|
||||||
* `ceph_stable`
|
* `ceph_stable`
|
||||||
* `ceph_dev`
|
* `ceph_dev`
|
||||||
* `ceph_stable_ice`
|
* `ceph_stable_ice`
|
||||||
|
@ -29,11 +29,13 @@ Have a look at `defaults/main.yml`.
|
||||||
|
|
||||||
## Handlers
|
## Handlers
|
||||||
|
|
||||||
|
* update apt cache
|
||||||
* restart ceph-mon
|
* restart ceph-mon
|
||||||
* restart ceph-osd
|
* restart ceph-osd
|
||||||
* restart ceph-mds
|
* restart ceph-mds
|
||||||
* restart ceph-rgw
|
* restart ceph-rgw
|
||||||
* restart ceph-restapi
|
* restart ceph-restapi
|
||||||
|
* restart apache2
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
|
@ -50,7 +52,7 @@ None.
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
|
|
||||||
This role is a **mandatory** dependancy for the following roles:
|
This role is a **mandatory** dependency for the following roles:
|
||||||
|
|
||||||
* ceph-mon
|
* ceph-mon
|
||||||
* ceph-osd
|
* ceph-osd
|
||||||
|
|
Loading…
Reference in New Issue