ecc022177c
Tacker has included a new conductor service to manage mistral workflows for VIM monitoring. Without conductor, Tacker cannot create VIMs. This change reworks tacker to include tacker-conductor service. Depends-On: I52778e86e4f2c297ead8d4b09983e5e38ca88c70 Closes-Bug: #1710874 Change-Id: I6901e919887551bedc9dba8983ac904e8c48c9ce
14 lines
346 B
YAML
14 lines
346 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['tacker-server']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['tacker-server'] or
|
|
inventory_hostname in groups['tacker-conductor']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['tacker-server']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|