ceph-ansible/roles/ceph-restapi/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
main.yml Ability to collocate bare metal and container 2015-10-21 23:18:22 +02:00
pre_requisite.yml ceph: implement cluster name support 2016-03-30 18:08:38 +02:00
start_restapi.yml Failed_when instead of ignore_errors 2015-07-29 13:35:46 -05:00