kolla-ansible/ansible/roles/zun/templates/zun-compute.json.j2
root 2364bee3cc Add zun ansible role
Change-Id: I13cf03d6a97fb94dd7cb309e99a417ad101dc21a
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com>
Partially-implements: bp add-zun-ansible-role
2017-03-30 04:15:17 -04:00

26 lines
647 B
Django/Jinja

{
"command": "zun-compute --config-file /etc/zun/zun.conf",
"config_files": [
{
"source": "{{ container_config_directory }}/zun.conf",
"dest": "/etc/zun/zun.conf",
"owner": "zun",
"perm": "0600"
},
{
"source": "{{ container_config_directory }}/policy.json",
"dest": "/etc/zun/policy.json",
"owner": "zun",
"perm": "0600",
"optional": true
}
],
"permissions": [
{
"path": "/var/log/kolla/zun",
"owner": "zun:zun",
"recurse": true
}
]
}