1b2bb2ef36
the zun-wsproxy image is exists in kolla[0], but kolla-ansible missing, this ps to add it. [0]: https://github.com/openstack/kolla/tree/master/docker/zun/zun-wsproxy Co-Authored-By: ZhijunWei <wzj334965317@outlook.com> Change-Id: I89ef3463dfa5df8cf2d963ff0f0c7ddc382fc79b Closes-Bug: #1765728
25 lines
685 B
Django/Jinja
25 lines
685 B
Django/Jinja
{
|
|
"command": "zun-wsproxy --config-file /etc/zun/zun.conf",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/zun.conf",
|
|
"dest": "/etc/zun/zun.conf",
|
|
"owner": "zun",
|
|
"perm": "0600"
|
|
}{% if zun_policy_file is defined %},
|
|
{
|
|
"source": "{{ container_config_directory }}/{{ zun_policy_file }}",
|
|
"dest": "/etc/zun/{{ zun_policy_file }}",
|
|
"owner": "zun",
|
|
"perm": "0600"
|
|
}{% endif %}
|
|
],
|
|
"permissions": [
|
|
{
|
|
"path": "/var/log/kolla/zun",
|
|
"owner": "zun:kolla",
|
|
"recurse": true
|
|
}
|
|
]
|
|
}
|