Merge "opensearch-dashboard: fix permissions"

This commit is contained in:
Zuul 2023-06-13 08:56:50 +00:00 committed by Gerrit Code Review
commit 7f67352176
2 changed files with 10 additions and 0 deletions
ansible/roles/opensearch/templates
releasenotes/notes

@ -18,6 +18,11 @@
"path": "/usr/share/opensearch-dashboards/optimize/bundles",
"owner": "opensearch-dashboards:opensearch-dashboards",
"recurse": true
},
{
"path": "/var/lib/opensearch-dashboards",
"owner": "opensearch-dashboards:opensearch-dashboards",
"recurse": true
}
]
}

@ -0,0 +1,5 @@
---
fixes:
- |
Set correct permissions for opensearch-dashboard data location
`LP#2020152 https://bugs.launchpad.net/kolla-ansible/+bug/2020152`