Skip to content
Snippets Groups Projects
Commit 1d70f509 authored by Mark Goddard's avatar Mark Goddard
Browse files

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
parent fa49143f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
---
- include_tasks: config-host.yml
- include_tasks: config.yml
- name: Stopping all slave keepalived containers
......
---
- include_tasks: config-host.yml
- include_tasks: config.yml
- include_tasks: bootstrap_service.yml
......
---
- include_tasks: config-host.yml
# Pin release version
- include_tasks: config.yml
vars:
......
---
- include_tasks: config-host.yml
- include_tasks: config.yml
- name: Flush handlers
......
---
- include_tasks: config-host.yml
- include_tasks: config.yml
- include_tasks: config-neutron-fake.yml
......
---
- include_tasks: config-host.yml
- include_tasks: config.yml
- include_tasks: config-neutron-fake.yml
......
---
# Configure host settings.
- include_tasks: config-host.yml
# Create new set of configs on nodes
- include_tasks: config.yml
......
---
- include_tasks: config-host.yml
- include_tasks: config.yml
- name: Flush Handlers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment