]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Highlight important facts (fsid and monitor key) 57/head
authorSébastien Han <sebastien.han@enovance.com>
Wed, 19 Mar 2014 18:36:22 +0000 (19:36 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Wed, 19 Mar 2014 18:36:22 +0000 (19:36 +0100)
Update the README with an entry for the fsid and monitor keys. We
dediced to remove every key from the default variables.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
README.md

index 2101ca6e64fb4c64e02b59c53019aee36fed88d0..3509e3b01c51ead6542137f266de12533ee6972f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -95,6 +95,15 @@ ceph-rgw | success >> {
 }
 ```
 
+** DON'T FORGET TO GENERATE A FSID FOR THE CLUSTER AND A KEY FOR THE MONITOR**
+
+For this go to `group_vars/all` and `group_vars/mons` and append the fsid and key.
+
+These are **ONLY** examples, **DON'T USE THEM IN PRODUCTION**:
+
+* fsid: 4a158d27-f750-41d5-9e7f-26ce4c9d2d45
+* monitor: AQAWqilTCDh7CBAAawXt6kyTgLFCxSvJhTEmuw==
+
 Ready to deploy? Let's go!
 
 ```bash