kolla-ansible/ansible/roles/prechecks/tasks/main.yml
Zhijiang Hu 1618962adf Do not check api_interface for deployment group
Close-Bug: 1732846

Change-Id: I6489599453ae56a60281ecbae9ce85aa59b1162a
2017-11-23 03:08:35 -05:00

14 lines
325 B
YAML

---
- 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
- include: package_checks.yml
- include: user_checks.yml