5d3ebc0452
- bind health manager port to ovs - create a octavia-interface.service (used for creating health manager interface after reboot) - used for ci, test or poc Implements: blueprint implement-automatic-deploy-of-octavia Change-Id: I8ac30dea6c8402d97189c6b05032c608936b0ff2 Co-Authored-By: wu.chunyang <wuchunyang@yovole.com>
20 lines
338 B
YAML
20 lines
338 B
YAML
---
|
|
- import_tasks: register.yml
|
|
|
|
- include_tasks: prepare.yml
|
|
when: octavia_auto_configure | bool
|
|
|
|
- import_tasks: config-host.yml
|
|
|
|
- import_tasks: config.yml
|
|
|
|
- import_tasks: check-containers.yml
|
|
|
|
- include_tasks: clone.yml
|
|
when: octavia_dev_mode | bool
|
|
|
|
- import_tasks: bootstrap.yml
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|