43900bc8b6
This patch introduces the ansible materials to deploy the skydive service, that can be used to monitor and troubleshoot networking in an openstack deployment. Implements: blueprint skydive-service Co-Authored-By: Nicolas Bouron <nicolas.bouron@gmail.com> Signed-off-by: Mathieu Rohon <mathieu.rohon@gmail.com> Change-Id: I53051a1b0c85380416288e17040a398b6efb62c0
19 lines
521 B
Django/Jinja
19 lines
521 B
Django/Jinja
{
|
|
"command": "skydive agent --conf /etc/skydive/skydive.conf --listen={{ api_interface_address }}:{{ skydive_agents_port }}",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/skydive.conf",
|
|
"dest": "/etc/skydive/skydive.conf",
|
|
"owner": "skydive",
|
|
"perm": "0600"
|
|
}
|
|
],
|
|
"permissions": [
|
|
{
|
|
"path": "/var/log/kolla/skydive",
|
|
"owner": "skydive:skydive",
|
|
"recurse": true
|
|
}
|
|
]
|
|
}
|