kolla-ansible/ansible/roles/neutron/tasks/deploy.yml
caoyuan ebf4afdad0 Move the ironic-check action into prechecks.yml
Change-Id: Ia1fa141acd7233f0c9dd30dd3d13e31cf1a2fb8e
2018-09-21 12:44:29 +08:00

17 lines
378 B
YAML

---
- include_tasks: register.yml
when: inventory_hostname in groups['neutron-server']
- include_tasks: config.yml
- include_tasks: config-neutron-fake.yml
when:
- enable_nova_fake | bool
- inventory_hostname in groups['compute']
- include_tasks: bootstrap.yml
when: inventory_hostname in groups['neutron-server']
- name: Flush Handlers
meta: flush_handlers