Commit Graph

13 Commits

Author SHA1 Message Date
Stefano Canepa a8a2bb845b Removed dependency on supervisor
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
2018-06-27 11:28:43 +02:00
Amir Mofakhar 4a30ba825e added virtenv in gitignore
Change-Id: Idca62506b9d03ef31ac0f112d95aa0ba8a44bd36
2017-09-27 09:33:21 +02:00
Amir Mofakhar f49b3824f5 added .stestr in gitignore
Change-Id: I728074a59074bb96266ce199156e77d91563e59d
2017-09-25 08:46:17 +02:00
Tomasz Trębski 0418111eaf Extend CI for monasca-agent
Following commit does several things:

* changes nose to ostestr
* enables coverage
* adds flake8 for tests
* adds bandit

Bandit note:
Multiple asserts of bandit had to be disabled at this
point because fixing them was not obvious. Several simple
asserts like B110 [try_except_pass] were fixed with

Closes-Bug: #1628740
Change-Id: I640857349008178e8a6f565e31ca2fde26ce8da7
2017-03-30 06:33:59 +02:00
Joe Keen d0af90fc7d Fixing keystone singleton problem
Change-Id: I15adbf83b8445e5c952fda846c9e2e5b3f975d35
2015-08-17 10:59:44 -06:00
Gary Hessler f9fd9c5a30 Converted the agent config file to yaml to match the plugin config files
Converted the config file to yaml and updated the config processing logic to match.
Cleaned up some deprecated config item processing.

Change-Id: I8c5d9ad841b22d20825608ac9f2c82d8011b04f0
2015-03-02 18:36:15 -07:00
Christian Berendt 531a6e24fe Let git ignore files in all egg directories
Change-Id: I834f9451a64ba16c5be358019ae977c5be0abe1f
2014-07-24 11:50:28 +02:00
gary-hessler 0bf17705bf Adding setup.cfg file
Adding manifest file
Removing CHANGELOG.md since pbr generates that

Change-Id: I17141859d6719f4226e819e88b972c7214326bc8
2014-07-21 18:37:06 -06:00
gary-hessler a60555cf32 Rename package to monasca-agent.
Change-Id: I713954bdb7ae1cacb98d0ed43bb90be6f1099964
2014-07-18 13:48:38 -06:00
Jonathan Halterman 6b10dcd350 Initial tox setup and misc pep8 fixes.
Change-Id: I433900b95b5e223c359e9cb55565655810139177
2014-07-17 17:08:36 -07:00
David Schroeder 089cd0a3d3 Add egg-info directory to .gitignore 2014-05-28 15:02:26 -06:00
gary-hessler f613a3425c Moving emitter from collector to forwarder 2014-04-08 10:29:25 -06:00
gary-hessler 11aec4cb99 Fixing dependency issue, import issue and adding .gitignore file 2014-03-11 14:50:39 -06:00