From 14b582b7371d3ca85b496f4eafcbfb43e43b54bd Mon Sep 17 00:00:00 2001 From: Gregory Thiemonge Date: Tue, 24 Jan 2023 11:08:06 +0100 Subject: [PATCH] Fix octavia_rsyslog container startup The octavia_rsyslog container fails to start because of a privilige issue ("could not transfer the specified internal posix capabilities settings to the kernel, capng_apply=-5"). It appears that the tripleo rsyslog service is created with "privileged: true", apply the same parameter to the octavia container. wallaby-backport-potential Change-Id: I1e5107c7e2a42e47cb3e14cf6db02482f7b0b331 Closes-Bug: #2003777 (cherry picked from commit bd6f0ddcbbbd2c08449ecf3a5bb8d0266a8e9e5b) (cherry picked from commit d5858a7828334612d9a0cee1db7aea07a9cb677a) --- deployment/octavia/octavia-health-manager-container-puppet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/octavia/octavia-health-manager-container-puppet.yaml b/deployment/octavia/octavia-health-manager-container-puppet.yaml index 93ca0cab56..8952b79be3 100644 --- a/deployment/octavia/octavia-health-manager-container-puppet.yaml +++ b/deployment/octavia/octavia-health-manager-container-puppet.yaml @@ -207,7 +207,7 @@ outputs: start_order: 2 image: {get_attr: [RoleParametersValue, value, ContainerOctaviaRsyslogImage]} net: host - privileged: false + privileged: true restart: always volumes: list_concat: