]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
introduce new role ceph-facts
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 10 Dec 2018 14:46:32 +0000 (15:46 +0100)
committerSébastien Han <seb@redhat.com>
Mon, 7 Jan 2019 08:14:10 +0000 (09:14 +0100)
commit416b503476c9859cf38db1d71a64cb77a4117a6b
tree76fc894ddc84701789b12e728da265dd8910f304
parentc3bb76b8e9cca8ae77894caf5fc14449ea736d09
introduce new role ceph-facts

sometimes we play the whole role `ceph-defaults` just to access the
default value of some variables. It means we play the `facts.yml` part
in this role while it's not desired. Splitting this role will speedup
the playbook.

Closes: #3282
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 0eb56e36f8ce52015aa6c343faccd589e5fd2c6c)
15 files changed:
infrastructure-playbooks/add-osd.yml
infrastructure-playbooks/purge-docker-cluster.yml
infrastructure-playbooks/rolling_update.yml
infrastructure-playbooks/shrink-mon.yml
infrastructure-playbooks/shrink-osd.yml
infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml
roles/ceph-defaults/tasks/facts.yml [deleted file]
roles/ceph-defaults/tasks/main.yml
roles/ceph-facts/README.md [new file with mode: 0644]
roles/ceph-facts/defaults/main.yml [new file with mode: 0644]
roles/ceph-facts/meta/main.yml [new file with mode: 0644]
roles/ceph-facts/tasks/facts.yml [new file with mode: 0644]
roles/ceph-facts/tasks/main.yml [new file with mode: 0644]
site-docker.yml.sample
site.yml.sample