Merge "Perform host configuration during upgrade"
This commit is contained in:
commit
6cd0641edf
@ -50,6 +50,8 @@
|
||||
volumes: "{{ service.volumes }}"
|
||||
when: inventory_hostname in groups[service.group]
|
||||
|
||||
- include_tasks: config-host.yml
|
||||
|
||||
- include_tasks: config.yml
|
||||
|
||||
- name: Flush handlers
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
- include_tasks: config-host.yml
|
||||
|
||||
- include_tasks: config.yml
|
||||
|
||||
- name: Stopping all slave keepalived containers
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
- include_tasks: config-host.yml
|
||||
|
||||
- include_tasks: config.yml
|
||||
|
||||
- include_tasks: bootstrap_service.yml
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
- include_tasks: config-host.yml
|
||||
|
||||
# Pin release version
|
||||
- include_tasks: config.yml
|
||||
vars:
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
- include_tasks: config-host.yml
|
||||
|
||||
- include_tasks: config.yml
|
||||
|
||||
- name: Flush handlers
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
- include_tasks: config-host.yml
|
||||
|
||||
- include_tasks: config.yml
|
||||
|
||||
- include_tasks: config-neutron-fake.yml
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
- include_tasks: config-host.yml
|
||||
|
||||
- include_tasks: config.yml
|
||||
|
||||
- include_tasks: config-neutron-fake.yml
|
||||
|
@ -1,4 +1,7 @@
|
||||
---
|
||||
# Configure host settings.
|
||||
- include_tasks: config-host.yml
|
||||
|
||||
# Create new set of configs on nodes
|
||||
- include_tasks: config.yml
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
- include_tasks: config-host.yml
|
||||
|
||||
- include_tasks: config.yml
|
||||
|
||||
- name: Flush Handlers
|
||||
|
Loading…
Reference in New Issue
Block a user