]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Create OpenStack pools with crush rule 1597/head
authorChristian Zunker <christian.zunker@codecentric.de>
Mon, 12 Jun 2017 08:36:29 +0000 (08:36 +0000)
committerChristian Zunker <christian.zunker@codecentric.de>
Mon, 3 Jul 2017 13:30:38 +0000 (15:30 +0200)
commit0050f8e6efdf3e8532072f08dde25f7d862808b2
tree9e3b4099f0b86764fe450b5b201b79e2530d0de9
parent15b81bd255d0ab82e18ad15484008ba8b9dbaadb
Create OpenStack pools with crush rule

Add an extra variable to the openstack pools, which creates them with
defined rules. This will allow to place different pools on e.g.
different type of disks.

This commit will also set a new default rule when defined and move
the rbd pool to the new rule.
group_vars/mons.yml.sample
group_vars/rgws.yml.sample
roles/ceph-mon/defaults/main.yml
roles/ceph-mon/tasks/ceph_keys.yml
roles/ceph-mon/tasks/crush_rules.yml [new file with mode: 0644]
roles/ceph-mon/tasks/openstack_config.yml