]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Update ceph-common README
authorMichael Sambol <sambol.michael@gmail.com>
Thu, 6 Aug 2015 13:13:46 +0000 (08:13 -0500)
committerMichael Sambol <sambol.michael@gmail.com>
Thu, 6 Aug 2015 13:13:46 +0000 (08:13 -0500)
roles/ceph-common/README.md

index aa2c5ddf39432014730e1686b67759a44a8007dd..e28b11b35141221e4bdb1a1a8720423521bd061d 100644 (file)
@@ -1,11 +1,11 @@
-# Ansible role: Ceph common
+# Ansible role: Ceph Common
 
-This role does several things prior to bootstrap your Ceph cluster:
+This role does several things prior to bootstrapping your Ceph cluster:
 
-* Checks the system and validate that Ceph can be installed
+* Checks the system and validates that Ceph can be installed
 * Tunes the operating system if the node is an OSD server
 * Installs Ceph
-* Generates the `ceph.conf`
+* Generates `ceph.conf`
 
 # Requirements
 
@@ -13,7 +13,7 @@ Nothing, it runs out of the box.
 
 # Role variables
 
-Have a look at: `defaults/main.yml`.
+Have a look at `defaults/main.yml`.
 
 ## Mandatory variables
 
@@ -24,6 +24,7 @@ Have a look at: `defaults/main.yml`.
   * `ceph_stable_rh_storage`
 * `journal_size`
 * `monitor_interface`
+* `public_network`
 * `cluster_network`
 
 ## Handlers
@@ -59,7 +60,7 @@ This role is a **mandatory** dependancy for the following roles:
 
 # Contribution
 
-**THIS REPOSITORY DOES NOT ACCEPT PULL REQUESTS**
+**THIS REPOSITORY DOES NOT ACCEPT PULL REQUESTS**.
 **PULL REQUESTS MUST GO THROUGH [CEPH-ANSIBLE](https://github.com/ceph/ceph-ansible)**
 
 # License