From 92a0b41f3f2c518296fdd2db67a79ad36101add6 Mon Sep 17 00:00:00 2001 From: Mihai Plasoianu Date: Fri, 21 Jun 2019 02:29:59 +0200 Subject: [PATCH] Resolve symlinks when copying undercloud.conf to container. If undercloud.conf is a symlink, the mistral-executor container crashes. This change adds "local_follow: true", which fixes the problem. Closes-Bug: #1833635 Change-Id: Iffb232212e0a952538f95f54ccd55b68737e99e1 Signed-off-by: Mihai Plasoianu --- deployment/mistral/mistral-executor-container-puppet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/mistral/mistral-executor-container-puppet.yaml b/deployment/mistral/mistral-executor-container-puppet.yaml index 9b9b1e09d5..ef9dc17110 100644 --- a/deployment/mistral/mistral-executor-container-puppet.yaml +++ b/deployment/mistral/mistral-executor-container-puppet.yaml @@ -205,6 +205,7 @@ outputs: dest: /var/lib/mistral/undercloud.conf mode: 0444 setype: svirt_sandbox_file_t + local_follow: true - name: mistral logs readme copy: dest: /var/log/mistral/readme.txt