7f89522b94
Change-Id: Ic72b49275627aff239b23e9862966923555a464f Implements: blueprint octavia-ansible-role
30 lines
914 B
Django/Jinja
30 lines
914 B
Django/Jinja
{
|
|
"command": "octavia-worker --config-file /etc/octavia/octavia.conf",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/octavia.conf",
|
|
"dest": "/etc/octavia/octavia.conf",
|
|
"owner": "octavia",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/cakey.pem",
|
|
"dest": "/etc/octavia/certs/private/cakey.pem",
|
|
"owner": "octavia",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/ca_01.pem",
|
|
"dest": "/etc/octavia/certs/ca_01.pem",
|
|
"owner": "octavia",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/client.pem",
|
|
"dest": "/etc/octavia/certs/client.pem",
|
|
"owner": "octavia",
|
|
"perm": "0600"
|
|
}
|
|
]
|
|
}
|