Adds vdu_id to message bus models 60/6060/4 v3.1 v3.1.0
authorBenjamin Diaz <bdiaz@whitestack.com>
Thu, 3 May 2018 16:22:11 +0000 (13:22 -0300)
committerBenjamin Diaz <bdiaz@whitestack.com>
Mon, 7 May 2018 20:09:34 +0000 (17:09 -0300)
commitb85fc8cdf840080b10d01c33b4a57a2a39bcc0f1
treeb7ea0cac927e1e70564b49525e7b42cd3edfc683
parent75512477988ae5e287433c6c859c61de1bc82318
Adds vdu_id to message bus models

LB Dockerfile now uses Python3
Removes obsolete parameters from models
Refactors and fixes kafka integration tests
Refactors deprecated log warnings
Adds DATABASE env var to set MON database url
Fixes indentation and dependency issues in AWS plugin
Use open from io package for Python 2 and 3 compatibility

Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
Change-Id: I70af22d2fbc2cb1bfd5d9632d9daa80e9d7f6b62
55 files changed:
docker/Dockerfile
docker/scripts/runInstall.sh
osm_mon/core/auth.py
osm_mon/core/database.py
osm_mon/core/message_bus/producer.py
osm_mon/core/models/create_alarm.json
osm_mon/core/models/create_metric_req.json
osm_mon/core/models/delete_alarm_req.json
osm_mon/core/models/delete_metric_req.json
osm_mon/core/models/list_alarm_req.json
osm_mon/core/models/list_metric_req.json
osm_mon/core/models/notify_alarm.json
osm_mon/core/models/read_metric_data_req.json
osm_mon/core/models/update_alarm_req.json
osm_mon/core/models/update_metric_req.json
osm_mon/core/settings.py
osm_mon/plugins/CloudWatch/connection.py
osm_mon/plugins/CloudWatch/metric_alarms.py
osm_mon/plugins/CloudWatch/metrics.py
osm_mon/plugins/CloudWatch/plugin_alarm.py
osm_mon/plugins/CloudWatch/plugin_metric.py
osm_mon/plugins/OpenStack/Aodh/alarming.py
osm_mon/plugins/OpenStack/Aodh/notifier.py
osm_mon/plugins/OpenStack/Gnocchi/metrics.py
osm_mon/plugins/OpenStack/response.py
osm_mon/plugins/vRealiseOps/plugin_receiver.py
osm_mon/test/CloudWatch/unit_tests_alarms.py
osm_mon/test/OpenStack/integration/__init__.py [new file with mode: 0644]
osm_mon/test/OpenStack/integration/test_alarm_integration.py [new file with mode: 0644]
osm_mon/test/OpenStack/integration/test_metric_integration.py [new file with mode: 0644]
osm_mon/test/OpenStack/integration/test_notify_alarm.py [new file with mode: 0644]
osm_mon/test/OpenStack/integration/test_vim_account.py [new file with mode: 0644]
osm_mon/test/OpenStack/test_alarm_req.py [deleted file]
osm_mon/test/OpenStack/test_alarming.py [deleted file]
osm_mon/test/OpenStack/test_common.py [deleted file]
osm_mon/test/OpenStack/test_metric_calls.py [deleted file]
osm_mon/test/OpenStack/test_metric_req.py [deleted file]
osm_mon/test/OpenStack/test_notifier.py [deleted file]
osm_mon/test/OpenStack/test_responses.py [deleted file]
osm_mon/test/OpenStack/test_settings.py [deleted file]
osm_mon/test/OpenStack/unit/__init__.py [new file with mode: 0644]
osm_mon/test/OpenStack/unit/test_alarm_req.py [new file with mode: 0644]
osm_mon/test/OpenStack/unit/test_alarming.py [new file with mode: 0644]
osm_mon/test/OpenStack/unit/test_common.py [new file with mode: 0644]
osm_mon/test/OpenStack/unit/test_metric_calls.py [new file with mode: 0644]
osm_mon/test/OpenStack/unit/test_metric_req.py [new file with mode: 0644]
osm_mon/test/OpenStack/unit/test_notifier.py [new file with mode: 0644]
osm_mon/test/OpenStack/unit/test_responses.py [new file with mode: 0644]
osm_mon/test/OpenStack/unit/test_settings.py [new file with mode: 0644]
osm_mon/test/functional/test_vim_account.py [deleted file]
osm_mon/test/integration/__init__.py [deleted file]
osm_mon/test/integration/test_alarm_integration.py [deleted file]
osm_mon/test/integration/test_metric_integration.py [deleted file]
osm_mon/test/integration/test_notify_alarm.py [deleted file]
requirements.txt