]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Cleanup plugins directories and references
authorAndy McCrae <andy.mccrae@gmail.com>
Tue, 13 Mar 2018 11:30:09 +0000 (11:30 +0000)
committerSébastien Han <seb@redhat.com>
Wed, 14 Mar 2018 10:15:39 +0000 (11:15 +0100)
commit60d4b75f519c03fca91384f231b071793f582376
tree88c12813dce1b3c00f2a8c8f114439137c9aded4
parent691f7c51469b5e0a24f25a59ff533caa7d769d8a
Cleanup plugins directories and references

Having callback_plugins, and action plugins in random locations causes
a lot of disparity.

We should centralize this into one place in the plugins directory and
fix up the ansible.cfg to reflect this.

Additionally, since the ansible.cfg already reflects action_plugins, we
don't need a link to action_plugins in the base of the repository.
action_plugins [deleted symlink]
ansible.cfg
callback_plugins/installer_checkpoint.py [deleted file]
infrastructure-playbooks/ansible.cfg
plugins/callback/installer_checkpoint.py [new file with mode: 0644]
tox.ini