kolla-ansible/ansible/roles/octavia/tasks/deploy.yml
caoyuan 517491a93a Optimize reconfiguration for octavia
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com>
Change-Id: If6a0d935df9f8b84d7628b2c8753aa12627e2c8a
Partially-implements: blueprint better-reconfigure
2017-01-27 21:02:02 +08:00

16 lines
474 B
YAML

---
- include: "register.yml"
when: inventory_hostname in groups['octavia-api']
- include: "config.yml"
when: inventory_hostname in groups['octavia-api'] or
inventory_hostname in groups['octavia-health-manager'] or
inventory_hostname in groups['octavia-housekeeping'] or
inventory_hostname in groups['octavia-worker']
- include: "bootstrap.yml"
when: inventory_hostname in groups['octavia-api']
- name: Flush handlers
meta: flush_handlers