tripleo-ci/roles/ceph-loop-device
Gabriele Cerami 8a6293bde4 Removing queens and pike from the negative match for ceph-loop role
Changes
https://review.openstack.org/639351
https://review.openstack.org/#/c/639352
are switching the default for ceph to bluestore.
This patch removes the queens and pike from the negative match for the
ceph-loop role so the new set up will work with that branch too

Change-Id: I747ac3dca5afdc91538da40b9ed45591ac8d1662
2019-02-26 18:15:06 +00:00
..
defaults Add LVM option for ceph-loop-device role 2019-02-21 12:13:12 -05:00
tasks Removing queens and pike from the negative match for ceph-loop role 2019-02-26 18:15:06 +00:00
README.rst Add LVM option for ceph-loop-device role 2019-02-21 12:13:12 -05:00

README.rst

ceph-loop-device

This role creates the /dev/loop3 (default) loop device required when you have ceph services in the deployment. For Stein and newer it creates three logical volumes for use with bluestore.

Role Variables

ceph_loop_device: /dev/loop3 ceph_loop_device_file: /var/lib/ceph-osd.img ceph_logical_volume_group: ceph_vg ceph_logical_volume_wal: ceph_lv_wal ceph_logical_volume_db: ceph_lv_db ceph_logical_volume_data: ceph_lv_data

Requirements

  • ansible >= 2.4
  • python >= 2.6

Dependencies

None

Example Playbooks

- hosts: localhost
  roles:
    - ceph-loop-device

License

Apache 2.0