3ccb176f13
This project [1] can provide a one-stop solution to log collection, cleaning, indexing, analysis, alarm, visualization, report generation and other needs, which involves helping operator or maintainer to quickly solve retrieve problems, grasp the operational health of the platform, and improve the level of platform management. [1] https://wiki.openstack.org/wiki/Venus Change-Id: If3562bbed6181002b76831bab54f863041c5a885
20 lines
494 B
Django/Jinja
20 lines
494 B
Django/Jinja
{
|
|
"command": "venus-manager --config-file /etc/venus/venus.conf task start",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/venus.conf",
|
|
"dest": "/etc/venus/venus.conf",
|
|
"owner": "venus",
|
|
"perm": "0644"
|
|
}
|
|
],
|
|
"permissions": [
|
|
{
|
|
"path":"/var/log/kolla/venus/venus-manager.log",
|
|
"owner": "venus:venus",
|
|
"recurse": true
|
|
}
|
|
]
|
|
}
|
|
|