1d70f509e3
This is a follow up to I001defc75d1f1e6caa9b1e11246abc6ce17c775b. To maintain previous behaviour, and ensure we catch any host configuration changes, we should perform host configuration during upgrade. Change-Id: I79fcbf1efb02b7187406d3c3fccea6f200bcea69 Related-Bug: #1860161
15 lines
279 B
YAML
15 lines
279 B
YAML
---
|
|
- include_tasks: config-host.yml
|
|
|
|
- include_tasks: config.yml
|
|
|
|
- include_tasks: config-neutron-fake.yml
|
|
when:
|
|
- inventory_hostname in groups['compute']
|
|
- enable_nova_fake | bool
|
|
|
|
- include_tasks: bootstrap_service.yml
|
|
|
|
- name: Flush Handlers
|
|
meta: flush_handlers
|