Perform host configuration during upgrade
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
This commit is contained in:
parent
fa49143f10
commit
1d70f509e3
@ -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