Add CaaS Logging REST API and CLI plugins 42/1342/6
authorFerenc Tóth <ferenc.2.toth@nokia.com>
Wed, 7 Aug 2019 16:01:17 +0000 (18:01 +0200)
committerFerenc Tóth <ferenc.2.toth@nokia.com>
Tue, 13 Aug 2019 20:46:52 +0000 (22:46 +0200)
commit90e74b60a35a20d9a91e09672664022b64b619b9
tree7dd78477bdfd7d4c51b4f4d68be85661321efac9
parent3410504637647d5f7fbc0af7e21dbee4c72246b1
Add CaaS Logging REST API and CLI plugins

Change-Id: I7f22a113bfa215ff27cbdde5404385f170681d42
Signed-off-by: Ferenc Tóth <ferenc.2.toth@nokia.com>
SPECS/caas-logging.spec [new file with mode: 0644]
src/__init__.py [new file with mode: 0644]
src/caas_logging/__init__.py [new file with mode: 0644]
src/caas_logging/activator/caasactivator.py [new file with mode: 0644]
src/caas_logging/cli/__init__.py [new file with mode: 0644]
src/caas_logging/cli/caas.py [new file with mode: 0644]
src/caas_logging/rest-plugin/__init__.py [new file with mode: 0644]
src/caas_logging/rest-plugin/caas.ini [new file with mode: 0644]
src/caas_logging/rest-plugin/caashandler.py [new file with mode: 0644]
src/setup.py [new file with mode: 0644]