a8a2bb845b
To support python3 in the near future this was done: * Removed dependency on supervisor. * Added template configuration for systemd target that includes all services. * Added templates configuration for systemd service for every single service. * Changed monasca_setup to use the new templates. In the meanwhile code was formated to cope with pep8 settings and some other small changes were done to comply with pycodestyle and pydocstring. Task: 4126 Story: 2000975 Depends-On: https://review.openstack.org/#/c/566475/ Change-Id: I0d0c4ea41a830581d6b9f247fad6a2dda1f96cbe
6 lines
198 B
Python
6 lines
198 B
Python
"""Setup system service for monasca-agent and its dependencies.
|
|
|
|
Configure systemd to start monasca-collector, monasca-forwarder,
|
|
and monasca-statsd services using a target named monasca-agent.
|
|
"""
|