]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-defaults: set is_atomic variable
authorAndrew Schoen <aschoen@redhat.com>
Tue, 20 Mar 2018 19:13:28 +0000 (14:13 -0500)
committerAlfredo Deza <alfredo@deza.pe>
Thu, 22 Mar 2018 00:03:38 +0000 (20:03 -0400)
commit4e87a53ada0131ed93d031db081b23792c1bbfca
treefd587c540976d16597fcd7dea47ccb22a4b6b175
parent8eda84644a6acaead8564af31822042d55353aa1
ceph-defaults: set is_atomic variable

This variable is needed for containerized clusters and is required for
the ceph-docker-common role. Typically the is_atomic variable is set in
site-docker.yml.sample though so if ceph-docker-common is used outside
of that playbook it needs set in another way. Moving the creation of
the variable inside this role means playbooks don't need to worry
about setting it.

fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1558252

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 6cffbd5409353fc1ce05b3a4a6246d6ef244e731)
roles/ceph-defaults/tasks/facts.yml