]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Doc: containerized deploy with custom admin secret 1663/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 7 Jul 2017 13:48:53 +0000 (15:48 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 7 Jul 2017 14:29:56 +0000 (16:29 +0200)
commitda755cb31753a93a2c7555a24ef75cf44c8601fb
treec92c0669c4a877fea1be07455e31dc86d30b686c
parent035846217e7ff21626d7d6cd1f03cdc32c79278e
Doc: containerized deploy with custom admin secret

In addition to ceph/ceph-docker@69d9aa6, this explains how to deploy a
containerized cluster with a custom admin secret.
Basically, just need to pass the `admin_secret` defined in your
`group_vars/all.yml` to the `ceph_mon_docker_extra_env` variable.

Eg:

`ceph_mon_docker_extra_env: -e CLUSTER={{ cluster }} -e FSID={{ fsid }}
-e MON_NAME={{ monitor_name }} -e ADMIN_SECRET={{ admin_secret }}`

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
group_vars/mons.yml.sample
roles/ceph-mon/defaults/main.yml