From b202df711a0de388d6c80a698238690a436a90b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Wed, 19 Mar 2014 19:36:22 +0100 Subject: [PATCH] Highlight important facts (fsid and monitor key) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2101ca6e6..3509e3b01 100644 --- 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 -- 2.39.5