ef85df2335
octavia-housekeeping container need certifications to create spare amphore instances. octavia-health-manager container need certifications to create stable amphore instances. Change-Id: I90b9c4c39f6542bb1ee5f40a8d0a39ae8d0ab2b0 Closes-Bug: #1719063
30 lines
922 B
Django/Jinja
30 lines
922 B
Django/Jinja
{
|
|
"command": "octavia-health-manager --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"
|
|
}
|
|
]
|
|
}
|