toolbox: Allow different users logging to ansible.log
Currently only operations done with default kolla_toolbox user are logged to /var/log/kolla/ansible.log. In order to fix logging, permissions to ansible.log must allow writing for other users in kolla group - and then a separate patch will follow to make custom ansible.cfg file usable by other toolbox users. Partial-Bug: #1942846 Change-Id: I1be60ac7647b1a838e97f05f15ba5f0e39e8ae3c
This commit is contained in:
parent
b16e676be7
commit
24e6a6ced0
@ -23,7 +23,8 @@
|
|||||||
"permissions": [
|
"permissions": [
|
||||||
{
|
{
|
||||||
"path": "/var/log/kolla/ansible.log",
|
"path": "/var/log/kolla/ansible.log",
|
||||||
"owner": "ansible:ansible"
|
"perm": "0664",
|
||||||
|
"owner": "ansible:kolla"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
5
releasenotes/notes/bug-1942846-8b9edb99a7e7c24f.yaml
Normal file
5
releasenotes/notes/bug-1942846-8b9edb99a7e7c24f.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixes kolla-toolbox ansible.log logging for different users than ansible.
|
||||||
|
`LP#1942846 <https://launchpad.net/bugs/1942846>`__
|
Loading…
Reference in New Issue
Block a user