ceph-ansible/roles/ceph-rbd-mirror
Guillaume Abrioux d363b0f741 rbd: fix bug when trying to fetch key
With jewel, `bootstrap_rbd_keyring` is not set because of this condition:

```
when:
  - ceph_release_num.{{ ceph_release }} >= ceph_release_num.luminous
```

Therefore, the task `try to fetch ceph config and keys` will fail.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2017-10-06 11:34:29 +02:00
..
defaults container: introduce resource limitation for containers 2017-09-06 14:52:21 +02:00
meta update meta for ansible galaxy 2017-08-25 00:05:44 +02:00
tasks rbd: fix bug when trying to fetch key 2017-10-06 11:34:29 +02:00
templates docker: simplify variable declaration 2017-09-09 01:22:06 +02:00
LICENSE ceph-rbd-mirorr: add license file 2016-04-08 12:17:46 +02:00
README.md rbd-mirror: fix readme title 2016-04-08 12:32:05 +02:00

README.md

Ansible role: Ceph RBD mirror agent

This role bootstraps the Ceph RBD mirror agent.

Requirements

Nothing, it runs out of the box.

Role variables

Have a look at: defaults/main.yml.

Mandatory variables

None.

Dependencies

The role ceph.ceph-common must be installed.

Example Playbook

- hosts: servers
  remote_user: ubuntu
  roles:
     - { role: ceph.ceph-rbd-mirror }

Contribution

THIS REPOSITORY DOES NOT ACCEPT PULL REQUESTS PULL REQUESTS MUST GO THROUGH CEPH-ANSIBLE

License

Apache

Author Information

This role was created by S2bastien Han.