mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #57 from leseb/fix-readme
Highlight important facts (fsid and monitor key)pull/58/head
commit
06368d309a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue