kolla-ansible/docker/kolla-ansible
Qiu Yu 428b484397 Enable find_disks module to match by filesystem label
Currently the only consumer of ansible find_disks module is Ceph. And
Ceph OSD deployment in kolla uses GPT partition label to detect and
identify disks for Ceph OSD use. This is not always true for all the
deployment.

The change here extended the find_disks module by:
- adding `name` argument to find disk by either partition name or
  filesystem label matching
- `partition_name` argument now becomes an alias to `name`
- adding `match_mode` argument to allow prefix matching. It is used for
  swift disk detection.
- return `fs_label` key / value in result for disk mounting purpose

Change-Id: I9c93400c1826f5148acf09e9fbe555e358dfdfcc
Partially-Implements: blueprint swift-physical-disk
2016-01-28 04:34:16 +00:00
..
Dockerfile.j2 Revert "Pin the pip version to 7.1.2" 2016-01-25 17:29:07 +08:00
ansible.cfg Drop root for kolla-ansible 2015-11-11 18:04:02 +00:00
find_disks.py Enable find_disks module to match by filesystem label 2016-01-28 04:34:16 +00:00
kolla_keystone_service.py pep8 the ansible modules 2015-12-22 04:29:13 +00:00
kolla_keystone_user.py pep8 the ansible modules 2015-12-22 04:29:13 +00:00
kolla_sanity.py pep8 the ansible modules 2015-12-22 04:29:13 +00:00
kolla_zookeeper.py pep8 the ansible modules 2015-12-22 04:29:13 +00:00