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:
Mark Goddard 2020-04-08 17:03:04 +01:00
parent fa49143f10
commit 1d70f509e3
9 changed files with 19 additions and 0 deletions

View File

@ -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

View File

@ -1,4 +1,6 @@
---
- include_tasks: config-host.yml
- include_tasks: config.yml
- name: Stopping all slave keepalived containers

View File

@ -1,4 +1,6 @@
---
- include_tasks: config-host.yml
- include_tasks: config.yml
- include_tasks: bootstrap_service.yml

View File

@ -1,4 +1,6 @@
---
- include_tasks: config-host.yml
# Pin release version
- include_tasks: config.yml
vars:

View File

@ -1,4 +1,6 @@
---
- include_tasks: config-host.yml
- include_tasks: config.yml
- name: Flush handlers

View File

@ -1,4 +1,6 @@
---
- include_tasks: config-host.yml
- include_tasks: config.yml
- include_tasks: config-neutron-fake.yml

View File

@ -1,4 +1,6 @@
---
- include_tasks: config-host.yml
- include_tasks: config.yml
- include_tasks: config-neutron-fake.yml

View File

@ -1,4 +1,7 @@
---
# Configure host settings.
- include_tasks: config-host.yml
# Create new set of configs on nodes
- include_tasks: config.yml

View File

@ -1,4 +1,6 @@
---
- include_tasks: config-host.yml
- include_tasks: config.yml
- name: Flush Handlers