Do not check api_interface for deployment group
Close-Bug: 1732846 Change-Id: I6489599453ae56a60281ecbae9ce85aa59b1162a
This commit is contained in:
parent
bf0e8a8d52
commit
1618962adf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user