ceph-ansible/roles/ceph-rbd-mirror/tasks
Ivan Font 3ff17f1c8f Support containerized rolling update
- Update rolling update playbook to support containerized deployments
  for mons, osds, mdss, and rgws
- Skip checking if existing cluster is running when performing a rolling
  update
- Fixed bug where we were failing to start the mds container because it
  was missing the admin keyring. The admin keyring was missing because
  it was not being pushed from the mon host to the ansible host due to
  the keyring not being available before running the copy_configs.yml
  task include file. Now we forcefully wait for the admin keyring to be
  generated before continuing with the copy_configs.yml task include file
- Skip pre_requisite.yml when running on atomic host. This technically
  no longer requires specifying to skip tasks containing the with_pkg tag
- Add missing variables to all.docker.sample
- Misc. cleanup

Signed-off-by: Ivan Font <ifont@redhat.com>
2016-11-17 11:25:25 -08:00
..
docker Support containerized rolling update 2016-11-17 11:25:25 -08:00
configure_mirroring.yml ceph-rbd-mirror: add new role 2016-04-08 12:12:15 +02:00
main.yml rbd-mirror: container deployment support 2016-07-18 18:13:27 +02:00
pre_requisite.yml Unify formatting of when conditional 2016-05-09 14:08:33 +00:00
start_rbd_mirror.yml Added ceph_release generation and fixed missing whitespace in ceph_release checks 2016-09-09 18:16:41 -04:00