Merge "Perform host configuration during upgrade"

This commit is contained in:
Zuul
2020-04-09 19:53:12 +00:00
committed by Gerrit Code Review
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