7f7bb1b448
kolla-ansible upgrade failed when octavia_auto_configure set to true. because upgrade action don't register the resources info. this change adds some tasks to query the resources info for upgrade action in octavia role. Change-Id: I4b0ac001b38bee81d983dd68534b9d0e78b4f6d7
13 lines
234 B
YAML
13 lines
234 B
YAML
---
|
|
- include_tasks: get_resources_info.yml
|
|
when: octavia_auto_configure | bool
|
|
|
|
- import_tasks: config.yml
|
|
|
|
- import_tasks: check-containers.yml
|
|
|
|
- import_tasks: bootstrap_service.yml
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|