Skip to content
Snippets Groups Projects
Commit 6e06bee6 authored by Roman Krček's avatar Roman Krček
Browse files

Fix: Update Skyline stop task


Update Sykline stop task to use the
service-stop role to symplify the task
and make sure it is using kolla_container.

Authored-By: default avatarRoman Krček <roman.krcek@tietoevry.com>
Change-Id: I7b11359cee931273a058364160b64fe1fb606b5e
parent b8146efd
No related branches found
No related tags found
No related merge requests found
---
- name: "Stopping skyline containers"
- import_role:
name: service-stop
vars:
service: "{{ item.value }}"
docker_container:
name: "{{ service.container_name }}"
state: stopped
when:
- service.enabled | bool
- service.container_name not in skip_stop_containers
with_dict: "{{ skyline_services }}"
project_services: "{{ skyline_services }}"
service_name: "{{ project_name }}"
---
fixes:
- |
Fixes skyline's old format of stop task.
It used docker_container which would cause
problems with podman deployments.
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