Merge "Don't check api_interface for 'deployment' group"

This commit is contained in:
Zuul 2018-02-18 08:41:34 +00:00 committed by Gerrit Code Review
commit 96ede1eb55

View File

@ -1,10 +1,7 @@
---
- include: port_checks.yml
when:
- inventory_hostname in groups['control'] or
inventory_hostname in groups['network'] or
inventory_hostname in groups['compute'] or
inventory_hostname in groups['monitoring']
- inventory_hostname not in groups['deployment']
- include: service_checks.yml