]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Allow deployer to customize openstack pools 984/head
authorPaulo Matias <matias@ufscar.br>
Wed, 21 Sep 2016 12:21:41 +0000 (09:21 -0300)
committerPaulo Matias <matias@ufscar.br>
Wed, 21 Sep 2016 17:49:42 +0000 (14:49 -0300)
commita13094b88863dda79434b90e23054467cbf2f85a
treedaaab5df2ae4149b047b472152d6b20f197b58b2
parent112a2b2970a4e6ed4ed8d32bd45ee13757c3cda7
Allow deployer to customize openstack pools

By overriding the openstack_pools variable introduced by this commit, the
deployer may choose not to create some of the openstack pools, or to add
new pools which were not foreseen by ceph-ansible, e.g. for a gnocchi
storage backend.

For backwards compatibility, we keep the openstack_glance_pool,
openstack_cinder_pool, openstack_nova_pool and
openstack_cinder_backup_pool variables, although the user may now choose
to specify the pools directly as dictionary literals inside the
openstack_pools list.
group_vars/mons.sample
roles/ceph-mon/defaults/main.yml
roles/ceph-mon/tasks/openstack_config.yml