Skip to content
Snippets Groups Projects
Commit 6cd0641e authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Perform host configuration during upgrade"

parents 2d8edc37 1d70f509
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,8 @@ ...@@ -50,6 +50,8 @@
volumes: "{{ service.volumes }}" volumes: "{{ service.volumes }}"
when: inventory_hostname in groups[service.group] when: inventory_hostname in groups[service.group]
- include_tasks: config-host.yml
- include_tasks: config.yml - include_tasks: config.yml
- name: Flush handlers - name: Flush handlers
......
--- ---
- include_tasks: config-host.yml
- include_tasks: config.yml - include_tasks: config.yml
- name: Stopping all slave keepalived containers - name: Stopping all slave keepalived containers
......
--- ---
- include_tasks: config-host.yml
- include_tasks: config.yml - include_tasks: config.yml
- include_tasks: bootstrap_service.yml - include_tasks: bootstrap_service.yml
......
--- ---
- include_tasks: config-host.yml
# Pin release version # Pin release version
- include_tasks: config.yml - include_tasks: config.yml
vars: vars:
......
--- ---
- include_tasks: config-host.yml
- include_tasks: config.yml - include_tasks: config.yml
- name: Flush handlers - name: Flush handlers
......
--- ---
- include_tasks: config-host.yml
- include_tasks: config.yml - include_tasks: config.yml
- include_tasks: config-neutron-fake.yml - include_tasks: config-neutron-fake.yml
......
--- ---
- include_tasks: config-host.yml
- include_tasks: config.yml - include_tasks: config.yml
- include_tasks: config-neutron-fake.yml - include_tasks: config-neutron-fake.yml
......
--- ---
# Configure host settings.
- include_tasks: config-host.yml
# Create new set of configs on nodes # Create new set of configs on nodes
- include_tasks: config.yml - include_tasks: config.yml
......
--- ---
- include_tasks: config-host.yml
- include_tasks: config.yml - include_tasks: config.yml
- name: Flush Handlers - 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