]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
validate: add checks for interfaces
authorSébastien Han <seb@redhat.com>
Mon, 23 Jul 2018 14:02:43 +0000 (16:02 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 24 Jul 2018 15:59:30 +0000 (17:59 +0200)
commit235d1b3f557dcd9164d392050382398e1cda7084
tree7525866f22149c095f98b82b5c63931d9bb09981
parentb3266c5be2f88210589cfa56a5fe0a5092f79ee6
validate: add checks for interfaces

Check if the interface provided:

* exists in the gathered facts (thus on the system)
* is active
* has an IP address (depending on ip_version )

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1600227
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-validate/tasks/check_eth_mon.yml [new file with mode: 0644]
roles/ceph-validate/tasks/check_eth_rgw.yml [new file with mode: 0644]
roles/ceph-validate/tasks/main.yml