ceph-ansible/roles/ceph-rgw/tasks/docker
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
..
checks.yml moving to ansible v2.2 compatibility 2016-11-04 10:09:38 +01:00
copy_configs.yml moving to ansible v2.2 compatibility 2016-11-04 10:09:38 +01:00
dirs_permissions.yml Support for docker image tags 2016-07-12 15:49:07 -07:00
fetch_configs.yml moving to ansible v2.2 compatibility 2016-11-04 10:09:38 +01:00
main.yml Support containerized rolling update 2016-11-17 11:25:25 -08:00
pre_requisite.yml Revert "Change enabling of extras repo for CentOS to use ini_file" 2016-10-26 10:04:59 +02:00
selinux.yml Add proper permission for selinux 2015-10-21 12:11:32 +02:00
start_docker_rgw.yml Add option to enable ntp 2016-08-08 10:16:48 -07:00