tripleo-ci/roles/ceph-loop-device
Sorin Sbarnea e01c5d5f82 Added become to losetup installation
Change-Id: I55774aecf305cd861682b7db90ed0e48c6e0cc5b
Closes-Bug: 1806481
2018-12-03 20:37:45 +00:00
..
defaults Move ceph-loop3 to ceph-loop-device role for standalone scenarios 2018-11-23 16:01:47 +02:00
tasks Added become to losetup installation 2018-12-03 20:37:45 +00:00
README.rst Move ceph-loop3 to ceph-loop-device role for standalone scenarios 2018-11-23 16:01:47 +02:00

ceph-loop-device

This role creates the /dev/loop3 (default) loop device required when you have ceph services in the deployment.

Role Variables

ceph_loop_device: /dev/loop3 ceph_loop_device_file: /var/lib/ceph-osd.img

Requirements

  • ansible >= 2.4
  • python >= 2.6

Dependencies

None

Example Playbooks

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

License

Apache 2.0