775d8019b6
Include custom policy.json files in service-api.json.j2 files Change-Id: Ic55bfc6f61131aa72c3497ce8b2282056bcc7f92 Partially-Implements: blueprint custom-policies
26 lines
679 B
Django/Jinja
26 lines
679 B
Django/Jinja
{
|
|
"command": "murano-api --config-file /etc/murano/murano.conf",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/murano.conf",
|
|
"dest": "/etc/murano/murano.conf",
|
|
"owner": "murano",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/policy.json",
|
|
"dest": "/etc/murano/policy.json",
|
|
"owner": "murano",
|
|
"perm": "0600",
|
|
"optional": true
|
|
}
|
|
],
|
|
"permissions": [
|
|
{
|
|
"path": "/var/log/kolla/murano",
|
|
"owner": "murano:murano",
|
|
"recurse": true
|
|
}
|
|
]
|
|
}
|