1c7ca29664
Depends-On: I561504160e5548c54d1af31821c3366ab34cf0ec Change-Id: I15e5c0e0a956ee181873cf002229532a15ff959d Co-Authored-By: jacky06 <zhang.min@99cloud.net>
48 lines
1.5 KiB
Django/Jinja
48 lines
1.5 KiB
Django/Jinja
{
|
|
"command": "/usr/local/bin/neutron-l3-agent-wrapper.sh",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/neutron-l3-agent-wrapper.sh",
|
|
"dest": "/usr/local/bin/neutron-l3-agent-wrapper.sh",
|
|
"owner": "root",
|
|
"perm": "0755"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/neutron.conf",
|
|
"dest": "/etc/neutron/neutron.conf",
|
|
"owner": "neutron",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/neutron_vpnaas.conf",
|
|
"dest": "/etc/neutron/neutron_vpnaas.conf",
|
|
"owner": "neutron",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/l3_agent.ini",
|
|
"dest": "/etc/neutron/l3_agent.ini",
|
|
"owner": "neutron",
|
|
"perm": "0600"
|
|
}{% if neutron_policy_file is defined %},
|
|
{
|
|
"source": "{{ container_config_directory }}/{{ neutron_policy_file }}",
|
|
"dest": "/etc/neutron/{{ neutron_policy_file }}",
|
|
"owner": "neutron",
|
|
"perm": "0600"
|
|
}{% endif %}
|
|
],
|
|
"permissions": [
|
|
{
|
|
"path": "/var/log/kolla/neutron",
|
|
"owner": "neutron:neutron",
|
|
"recurse": true
|
|
},
|
|
{
|
|
"path": "/var/lib/neutron/kolla",
|
|
"owner": "neutron:neutron",
|
|
"recurse": true
|
|
}
|
|
]
|
|
}
|