Do not check api_interface for deployment group

Close-Bug: 1732846

Change-Id: I6489599453ae56a60281ecbae9ce85aa59b1162a
This commit is contained in:
Zhijiang Hu 2017-11-17 02:54:02 -05:00
parent bf0e8a8d52
commit 1618962adf
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
---
- 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']
- include: service_checks.yml