diff --git a/ansible/roles/murano/templates/murano-api.json.j2 b/ansible/roles/murano/templates/murano-api.json.j2 index c67b1ef1f3..38a81f5448 100644 --- a/ansible/roles/murano/templates/murano-api.json.j2 +++ b/ansible/roles/murano/templates/murano-api.json.j2 @@ -7,5 +7,12 @@ "owner": "murano", "perm": "0644" } + ], + "permissions": [ + { + "path": "/var/log/kolla/murano", + "owner": "murano:murano", + "recurse": true + } ] } diff --git a/ansible/roles/murano/templates/murano-engine.json.j2 b/ansible/roles/murano/templates/murano-engine.json.j2 index a56bc16d42..2c25cd0f43 100644 --- a/ansible/roles/murano/templates/murano-engine.json.j2 +++ b/ansible/roles/murano/templates/murano-engine.json.j2 @@ -7,5 +7,12 @@ "owner": "murano", "perm": "0644" } + ], + "permissions": [ + { + "path": "/var/log/kolla/murano", + "owner": "murano:murano", + "recurse": true + } ] }