Deploy failed with absent handler for swift role when kolla_copy_ca_into_containers is true
Bug #1931097 reported by
Maksim Malchuk
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
Fix Released
|
Medium
|
Maksim Malchuk | ||
Ussuri |
Fix Committed
|
Medium
|
Maksim Malchuk | ||
Victoria |
Fix Committed
|
Medium
|
Maksim Malchuk | ||
Wallaby |
Fix Committed
|
Medium
|
Maksim Malchuk | ||
Xena |
Fix Released
|
Medium
|
Maksim Malchuk |
Bug Description
When deploying Swift with kolla_copy_
ERROR! The requested handler 'Restart swift-api container' was not found in either the main handlers list nor in the listening handlers list
This is because the 'swift' role now import the new role 'service-cert-copy' [1] and try to restart [2] the container via absent handler.
Changed in kolla-ansible: | |
status: | New → In Progress |
Changed in kolla-ansible: | |
assignee: | nobody → Maksim Malchuk (mmalchuk) |
summary: |
- Deploy failed with absent handler for swift role + Deploy failed with absent handler for swift role when + kolla_copy_ca_into_containers is true |
Changed in kolla-ansible: | |
importance: | Undecided → Medium |
description: | updated |
To post a comment you must log in.
Reviewed: https:/ /review. opendev. org/c/openstack /kolla- ansible/ +/795030 /opendev. org/openstack/ kolla-ansible/ commit/ 5c19f9a5e0fc02c cba52f327c3ea5c edb632788d
Committed: https:/
Submitter: "Zuul (22348)"
Branch: master
commit 5c19f9a5e0fc02c cba52f327c3ea5c edb632788d
Author: Maksim Malchuk <email address hidden>
Date: Mon Jun 7 10:43:52 2021 +0300
Add forgotten 'Restart container' handler for swift
Since I0474324b60a5f7 92ef5210ab33663 9edf7a8cd9e swift role uses the new cert-copy role introduced in the ff8b2ae629179a9 bc3bae2ebac9519 but the swift role itself
service-
I6351147dda
doesn't contain the handler used in the service-cert-copy. Right now,
restarting the swift container isn't necessary, but the handler should
exist. Also we should fix the name of the service used.
Closes-Bug: #1931097 f875a2647c8a95b 86dd17eeb22
Change-Id: I2d0615ce6914e1
Signed-off-by: Maksim Malchuk <email address hidden>