)]}'
{
  "log": [
    {
      "commit": "9604945f57dbff85cf7948b475d6e86a0e5a2c90",
      "tree": "95d2b108bc393fd156ea3c70e3c62acfef7d3179",
      "parents": [
        "f8a8afb0d14f5a23e6a4c5bd87d61fba5adc63d2"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Nov 20 11:56:43 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Nov 20 11:56:43 2018 -0300"
      },
      "message": "Refactors Prometheus exporter to group metrics correctly by name\n\nMetric names were appearing duplicated in the exporter which generated issues\nintegrating with external tools such as Metricbeat and Kibana.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "f8a8afb0d14f5a23e6a4c5bd87d61fba5adc63d2",
      "tree": "c8b91d1626f3194644f2c8581e79730bb80a7c89",
      "parents": [
        "ac526030dde1c6b6fc4a806050eb16656414d940"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Nov 20 11:18:43 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Nov 20 11:18:43 2018 -0300"
      },
      "message": "Adds use of uri in connection to MongoDB instead of host and port\n\nMON now uses a mongodb uri to connect to the database. This allows to use uris\nthat define either a single node db or a replica set, allowing for HA\nscenarios.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "ac526030dde1c6b6fc4a806050eb16656414d940",
      "tree": "0b4e5b8a2c14819ac21bdbb60aca5975fccd8277",
      "parents": [
        "2fa92533799dcac2fbb47db2e06579e951294e6a"
      ],
      "author": {
        "name": "lavado",
        "email": "glavado@whitestack.com",
        "time": "Tue Nov 20 16:10:37 2018 +0200"
      },
      "committer": {
        "name": "lavado",
        "email": "glavado@whitestack.com",
        "time": "Tue Nov 20 16:10:37 2018 +0200"
      },
      "message": "Revert \"Adds use of uri in connection to MongoDB instead of host and port\"\n\nThis reverts commit 2fa92533799dcac2fbb47db2e06579e951294e6a.\n\nChange-Id: Ief2dc8eb49577c9321b34f67efa5296edc281056\n"
    },
    {
      "commit": "2fa92533799dcac2fbb47db2e06579e951294e6a",
      "tree": "1fb1f92518159aa17a52958b7df67228c589b108",
      "parents": [
        "51f4486b06781541ee15ea332261247ed3e930f6"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Nov 20 09:14:09 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Nov 20 09:14:09 2018 -0300"
      },
      "message": "Adds use of uri in connection to MongoDB instead of host and port\n\nMON now uses a mongodb uri to connect to the database. This allows to use uris\nthat define either a single node db or a replica set, allowing for HA\nscenarios.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "51f4486b06781541ee15ea332261247ed3e930f6",
      "tree": "0b4e5b8a2c14819ac21bdbb60aca5975fccd8277",
      "parents": [
        "e27def0d99cc73c5c0b7550a28e95abd6c1cd996"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Nov 15 10:27:12 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Nov 16 19:59:27 2018 -0300"
      },
      "message": "Adds alarm engine\n\nAlarms are now created directly through mon-central. A new component called\nmon-evaluator evaluates the alarms and sends a notification in case it\ntriggers. Alarms are still created through the Kafka bus using the same model.\n\nIt also deletes all of the old unused code of the plugin model. There were\nthousands of lines dedicated to provide CRUD operations for metrics and alarms\nin the VIM plugins that were never used. MON only requires to collect metrics\nand insert them in the TSDB. VIMs manage their metrics autonomously. The tests\nfor that were also removed. This was done to make the codebase more\nmanageable. Support for VROPS and AWS will be added in a future patch. Neither\nof those two plugins worked correctly. They need to be adapted to the new\nconsumer plugin model.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I656c78be82ca21b760a83b478560d0c8ae680222\n"
    },
    {
      "commit": "e27def0d99cc73c5c0b7550a28e95abd6c1cd996",
      "tree": "cb0594b50b90067df30932891a5e025c2129b3a0",
      "parents": [
        "0e34244e420bd68e6acb0cf6bb4383fedb662070"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Nov 15 14:17:17 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Nov 15 14:17:17 2018 -0300"
      },
      "message": "Adds support for OSMMON_DATABASE_COMMONKEY to decrypt vim passwords\n\nWhen vim_accounts msgs arrive in the Kafka bus, vim password is decrypted\nand stored in the SQL database. The ideal scenario would be to store it\nencrypted in the SQL DB and decrypt it on demand, but that would require\nto store the schema_version, instantiate a DbMongo client everywhere it is\nneeded and a few other modifications that would severely pollute the codebase.\nThere needs to be a modification in the future on the osm_common side to make\nthis more doable.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "0e34244e420bd68e6acb0cf6bb4383fedb662070",
      "tree": "2ce072b48bba735e0285c7d3d7c32d1ca20a2e17",
      "parents": [
        "987f8f62bf405ac78a4a1ea3f6e634c686119e05"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Nov 09 17:52:08 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Nov 13 18:06:07 2018 -0300"
      },
      "message": "Changes way metrics are collected, removing the use of mon-proxy\n\nCollector now collects vim metrics directly, without to send kafka msgs\nto mon-proxy. Also a plugin/backend model has been implemented to ease\npossible inclusions of other vims and tsbds in the future.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I554a4f5e410a31ec70aa301c8aa819b1f03a3857\n"
    },
    {
      "commit": "987f8f62bf405ac78a4a1ea3f6e634c686119e05",
      "tree": "b8c1695d1e668f8daa64c85ac37062bd2c24b333",
      "parents": [
        "27784a805d77f11d049e9a16704e6977e6967e85"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 31 14:47:17 2018 -0700"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 31 15:11:48 2018 -0700"
      },
      "message": "Adds use of N2VC.FormatApplicationName in collector\n\nMonCollector was using its own method for generating the juju app name.\nIt is been replaced by the N2VC one that is also used by LCM on deployment.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Ic2a19825f055cc9b77404f8cf13152e5b6514214\n"
    },
    {
      "commit": "27784a805d77f11d049e9a16704e6977e6967e85",
      "tree": "3a137f0d38405c0ef16462313c8dcedaee3d54e5",
      "parents": [
        "cca77765cc8d43a0a5524e3754b7587b149300b4"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Oct 25 14:54:35 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Sat Oct 27 09:40:18 2018 -0300"
      },
      "message": "Adds OSMMON_VCA_USER and adds timeout and max.poll.interval to collector\nconsumer\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Ib4db9874d69bd72d7267542d7a1f149cb44faf41\n"
    },
    {
      "commit": "cca77765cc8d43a0a5524e3754b7587b149300b4",
      "tree": "b7bcda15d013897b9be8316bee57d3d511b5d8fc",
      "parents": [
        "e592e3ed8c0efa26a3b783163fe43696a4fb7a25",
        "c3b07c71978706a4187602ce1c5d1acdc3341901"
      ],
      "author": {
        "name": "Mike Marchetti",
        "email": "mmarchetti@sandvine.com",
        "time": "Thu Oct 25 15:06:21 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Thu Oct 25 15:06:21 2018 +0200"
      },
      "message": "Merge \"Set node to run on label docker\""
    },
    {
      "commit": "c3b07c71978706a4187602ce1c5d1acdc3341901",
      "tree": "128e1188d61f2c1bf68d1ca969e7f5326e6fa5ec",
      "parents": [
        "f315c3bf13c14d6a71c2909b4e4a8632f7df1c2e"
      ],
      "author": {
        "name": "Mike Marchetti",
        "email": "mmarchetti@sandvine.com",
        "time": "Thu Oct 25 09:05:29 2018 -0400"
      },
      "committer": {
        "name": "Mike Marchetti",
        "email": "mmarchetti@sandvine.com",
        "time": "Thu Oct 25 09:05:29 2018 -0400"
      },
      "message": "Set node to run on label docker\n\nSigned-off-by: Mike Marchetti \u003cmmarchetti@sandvine.com\u003e\n"
    },
    {
      "commit": "e592e3ed8c0efa26a3b783163fe43696a4fb7a25",
      "tree": "111b9136030842331594bc7bbdfe86c2dcb0e708",
      "parents": [
        "91b1018e1c84758bbc47394f50d04fe3ee81d812"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 24 16:52:42 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 24 16:52:42 2018 -0300"
      },
      "message": "Adds time.sleep in Kafka validation loop\n\nAdds max_poll_interval_ms\u003d900000 in KafkaConsumer\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "91b1018e1c84758bbc47394f50d04fe3ee81d812",
      "tree": "c1bddee0ebe5afed55debd390c33987f4b137689",
      "parents": [
        "4da146638bc3838270fa41c9f9fb91961f726c97"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 23 19:44:26 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 24 15:26:23 2018 -0300"
      },
      "message": "Adds support for Juju metrics in collector\n\nMON now collects VNF metrics defined in the VNFD in the metrics\nsection. This are obtained through N2VC.\nPrometheus exporter now exposes this metrics.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "4da146638bc3838270fa41c9f9fb91961f726c97",
      "tree": "2968d1d64f54a4187e1c79286b61610f29fba81f",
      "parents": [
        "2aec92e1eb52d5512c2acae9ce9878f2f3c8f782"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 17 14:44:36 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Oct 18 15:12:56 2018 -0300"
      },
      "message": "Adds use of CustomCollector in Prometheus exporter\n\nUsing a CustomCollector gives more control over the collection\nprocess, which allows handling the removal of metrics when a NS\nis deleted. Metrics now have a lifespan of a collection cycle, so\nmetrics of deleted vdus are now not visible in the exporter.\n\nIt also adds MonCollector class, which allows to abstract collection\nlogic and facilitates testing.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Idfdb86c1ee9facd07187e6582954ae4cab32a5b4\n"
    },
    {
      "commit": "2aec92e1eb52d5512c2acae9ce9878f2f3c8f782",
      "tree": "e788337b888dbafa78844595b405a44e4ab22b9c",
      "parents": [
        "8280121bd3684354e83cd43eb91ad616405e2e8d"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 17 13:20:16 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 17 13:20:16 2018 -0300"
      },
      "message": "Aodh notifier now uses port defined in OS_NOTIFIER_URI\n\nAodh notifier was using always port 8662, instead of\ngetting the port defined in config. That has been fixed.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "8280121bd3684354e83cd43eb91ad616405e2e8d",
      "tree": "8b541f84f0d49805127882b811aa3e90060b3a0b",
      "parents": [
        "93699898c51364cde193d8d441f4aed45670e7bf"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 17 12:45:02 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 17 12:45:02 2018 -0300"
      },
      "message": "Removes threading from common_consumer\n\nIt appears KafkaConsumer is not threadsafe, and it was generating\nissues regarding the sending of heartbeats, causing kafka to kill\nconnections and causing coordinator dead errors.\nAlso removes heartbeat and session timeouts from consumer config.\nThey were generating conflicts with different default request\ntimeouts, and were in place to leverage issues regarding what is\nmentioned above.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "93699898c51364cde193d8d441f4aed45670e7bf",
      "tree": "103ed22a76d2d610f2639fd274986dcc3b0942e4",
      "parents": [
        "e80db311a29dc8562dc84ae3336af167bac2ec5b"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Oct 12 17:37:30 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 16 16:52:26 2018 -0300"
      },
      "message": "Refactors codebase\n\nRefactors duplicated code. Renames and reorganizes classes and methods.\nRefactors tests.\nKafka message handling is removed from plugins. They now return response msg\ndict and top level code handles publishing.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I9826db9c4586d961f40af6cb194fc388fe855ae1\n"
    },
    {
      "commit": "e80db311a29dc8562dc84ae3336af167bac2ec5b",
      "tree": "74993129b36312d5ab0923b624af22c18db6369b",
      "parents": [
        "3729638a9d26e07d551cf4ad7ac92c553e64cc6d"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon Oct 08 15:34:12 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 16 16:52:00 2018 -0300"
      },
      "message": "Refactors code in OpenStack plugin\n\nContinues refactor process on OpenStack metrics plugin.\nDelegates exception handling to the main metric handler,\nremoving exception management from specific function calls.\nExtracts response generation code into single method.\nAdds \u0027status\u0027 param in message responses where it was missing.\nModifies tests accordingly.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I6ad27734f37708f5ccbef13e322723225545db4e\n"
    },
    {
      "commit": "3729638a9d26e07d551cf4ad7ac92c553e64cc6d",
      "tree": "f71109ba60ee13c3fadd1d6c761fb84a4cee7539",
      "parents": [
        "27153c4846a5caeee4a430527fd87cd322408f4b"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon Oct 08 15:31:14 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 16 16:51:27 2018 -0300"
      },
      "message": "Fixes discrepancies and missing params in JSON models\n\nUpdates JSON models to be up to date with the params required by MON.\nIt constitutes a first step in the process of converting JSON models\nto actual JSON Schema files.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I9c3c0b69ee59e98805fb3f92f69d01f4fb142913\n"
    },
    {
      "commit": "27153c4846a5caeee4a430527fd87cd322408f4b",
      "tree": "f3bd3d812d3f6f17af54348d118f55addd4e639c",
      "parents": [
        "2a1f7bc83b827fe3c11cbefd0c724e281d75b365"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon Oct 08 12:20:47 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Sun Oct 14 18:28:35 2018 -0300"
      },
      "message": "Refactor common_db client code\n\nCreates CommonDbClient which exposes methods to interact with the common\ndatabase, using osm_common module.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I98babcdb892e86fdb14d04873b2bbbdabbdad23f\n"
    },
    {
      "commit": "2a1f7bc83b827fe3c11cbefd0c724e281d75b365",
      "tree": "cf9e2bd8642ad70cf1cb1e916cd1bdf66a87140f",
      "parents": [
        "d9a55971b0b87f0d43883f840478f6fbc5f62fde"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Oct 11 10:32:46 2018 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Oct 11 10:32:46 2018 +0200"
      },
      "message": "Revert \"Revert \"Removes POL code from MON repo\"\"\n\nThis reverts commit 17ebe3794d0dc2712b1438f3fc5469ca10d752e1.\n"
    },
    {
      "commit": "d9a55971b0b87f0d43883f840478f6fbc5f62fde",
      "tree": "43b74b201671eb6783e0b557e4a6e596b7b4c823",
      "parents": [
        "dec1bb5edc73cc455d7b2c759c77c1dd4ca77ff3"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Sep 27 10:28:43 2018 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Oct 11 10:32:15 2018 +0200"
      },
      "message": "Added LICENSE file to root folder\n\nChange-Id: Iebe424b8d0f05d12840ef0911fd3dd2ccc9887fe\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "dec1bb5edc73cc455d7b2c759c77c1dd4ca77ff3",
      "tree": "42ed3610628b5cf3f7fef1d1f466d06eb53c8d9f",
      "parents": [
        "e01346dcc8e4e4986d7a475259b2e451a8fe45f6"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 10 16:50:44 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 10 18:41:35 2018 -0300"
      },
      "message": "Adds MON Prometheus exporter\n\nAdds a new MON component called mon-exporter, which collects\nvdu infra metrics and exposes them through a webservice\nby using prometheus_client. This webservice follows the Prometheus\nexporter format so it can be integrated as a target so that\nit polls metrics from there.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Iaf2073879d884d0597aa8341f7b6fbbbc3d86e7e\n"
    },
    {
      "commit": "e01346dcc8e4e4986d7a475259b2e451a8fe45f6",
      "tree": "82a5498ff9912ffb66301af2ff70281e83f00f4b",
      "parents": [
        "59c6f793318bb42f2b311b37ef9c6fc3ceebe36f"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 10 12:26:50 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 10 12:26:50 2018 -0300"
      },
      "message": "Sets repeat_action to True in OpenStack alarm creation\n\nAlarms created in OpenStack will be configured to retrigger actions\nduring each evaluation cycle if they are still in alarm state.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "59c6f793318bb42f2b311b37ef9c6fc3ceebe36f",
      "tree": "68efca4f8a8008fe64f5059fa56c9df300f70bf3",
      "parents": [
        "53ad3c4c5d87a5b392a74cf386c29c67276ed3cb"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 09 20:22:04 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 09 20:22:04 2018 -0300"
      },
      "message": "Increases Kafka session_timeout_ms and heartbeat_interval_ms\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "53ad3c4c5d87a5b392a74cf386c29c67276ed3cb",
      "tree": "f98267c862f58977b692907bf38e3ec04e7b7bbd",
      "parents": [
        "b5b7819197730f5000d90a60ed13b32ba4e18fad"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 09 18:16:25 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 09 18:47:30 2018 -0300"
      },
      "message": "Adds OSMMON_KAFKA_LOG_LEVEL env var\n\nAlso removes unnecessary code from producer.py and moves\nthe consumer in common_consumer inside run method to ease\nmocking during tests.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Ib7e0b9423a7c7d2acdd12f1bcb75b20eb3a7ea72\n"
    },
    {
      "commit": "b5b7819197730f5000d90a60ed13b32ba4e18fad",
      "tree": "630124c1640f087272dccc68d769d2f49b611e0f",
      "parents": [
        "cf507461d5f0d7e0121ef734d4ff70d40d6c61ec"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 09 14:01:54 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 09 14:01:54 2018 -0300"
      },
      "message": "Adds OSMMON_LOG_LEVEL env var to config log level\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "cf507461d5f0d7e0121ef734d4ff70d40d6c61ec",
      "tree": "31c2e5e2cc8e8a49e502744d7f576532ca98df8a",
      "parents": [
        "6a25034efeefc28121fa2cd16d655e5620bd8c47"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 09 11:38:51 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 09 11:38:51 2018 -0300"
      },
      "message": "Removes filter param from osm-common function calls\n\nThe filter argument was replaced to q_filter. Instead of\nrenaming the keyword arg, now functions are called using\nonly positional args.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "6a25034efeefc28121fa2cd16d655e5620bd8c47",
      "tree": "4770a2d5b2eba850815c1a61eedb6fbf22771684",
      "parents": [
        "3dd2f6e81fd4997d0d1bb655534677e464072215"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 03 12:37:09 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 03 13:54:02 2018 -0300"
      },
      "message": "Adds support for SSL verification option in OpenStack Aodh plugin\n\nAlarm management operations now consider the insecure option\nin vim config.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Id25a50a4f4a8db3775364b9639d1eb3926dab53a\n"
    },
    {
      "commit": "3dd2f6e81fd4997d0d1bb655534677e464072215",
      "tree": "f8f82bff2f68b43282df3e765cdc313ae968bce0",
      "parents": [
        "2059631502ca96da2dccac3450fc334c023c42cb"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 03 11:38:18 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 03 11:38:18 2018 -0300"
      },
      "message": "Replaces vdu-id-ref for name during VDU lookup\n\nVdus were being looked up using the vdu-id-ref param, which\ncorresponds to the name used in the vnfd to define that vdu.\nThat was not the intended behaviour, because that param is clearly\nnot unique. It has been replaced with the name param, which\nis unique to each vdu record.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "2059631502ca96da2dccac3450fc334c023c42cb",
      "tree": "306b686be7e37e6c4de074ae597e1b5ef7343a80",
      "parents": [
        "31c6f75e3de00a15174be49145f1a3bbe83063b1"
      ],
      "author": {
        "name": "lavado",
        "email": "glavado@whitestack.com",
        "time": "Mon Oct 01 09:59:17 2018 -0500"
      },
      "committer": {
        "name": "lavado",
        "email": "glavado@whitestack.com",
        "time": "Mon Oct 01 09:59:17 2018 -0500"
      },
      "message": "Add version schedule pep440-git-full\n\nChange-Id: I71a46fae027ba3faee2c5e0239a893ae75e8de25\nSigned-off-by: lavado \u003cglavado@whitestack.com\u003e\n"
    },
    {
      "commit": "31c6f75e3de00a15174be49145f1a3bbe83063b1",
      "tree": "1ff212bac106d8438b96e164a70a3e8992c6aa53",
      "parents": [
        "500962a597724c8851a64a94d40f073ea463cd57"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Sep 26 17:30:55 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Sep 26 18:41:45 2018 -0300"
      },
      "message": "Adds postinst script to deb package to install dependencies\n\nAdds stdeb.cfg file\nAdds Makefile to handle package building\nModifies Jenkins Dockerfile to handle package building\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Ia285307ae2350c4a79eb9fd4efaf4abedd181104\n"
    },
    {
      "commit": "500962a597724c8851a64a94d40f073ea463cd57",
      "tree": "20fb8de8c1a4ddcedd6f7e1bad8844a2c4aa766a",
      "parents": [
        "17ebe3794d0dc2712b1438f3fc5469ca10d752e1"
      ],
      "author": {
        "name": "kasar",
        "email": "pkasar@vmware.com",
        "time": "Mon Sep 24 23:51:30 2018 -0700"
      },
      "committer": {
        "name": "kasar",
        "email": "pkasar@vmware.com",
        "time": "Tue Sep 25 22:10:06 2018 -0700"
      },
      "message": "Modified vROPs install.sh to support python3 modules in MON\n\nChange-Id: Ieabbf723025aff6460ca88c8e6ecdbf4eef30729\nSigned-off-by: kasar \u003cpkasar@vmware.com\u003e\n"
    },
    {
      "commit": "17ebe3794d0dc2712b1438f3fc5469ca10d752e1",
      "tree": "b36a751d1fc4e89296fabbceafdf41d08c257e73",
      "parents": [
        "f315c3bf13c14d6a71c2909b4e4a8632f7df1c2e"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Tue Sep 25 16:16:31 2018 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Tue Sep 25 16:16:31 2018 +0200"
      },
      "message": "Revert \"Removes POL code from MON repo\"\n\nThis reverts commit f315c3bf13c14d6a71c2909b4e4a8632f7df1c2e.\n"
    },
    {
      "commit": "f315c3bf13c14d6a71c2909b4e4a8632f7df1c2e",
      "tree": "43e4fa54e316eb303ebab878786f0f0f041cd751",
      "parents": [
        "8ddd3b9ad9b588a712b040a0ebc6dfd4e019b7c3"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Sep 19 17:11:53 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Sep 19 17:11:53 2018 -0300"
      },
      "message": "Removes POL code from MON repo\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "8ddd3b9ad9b588a712b040a0ebc6dfd4e019b7c3",
      "tree": "b36a751d1fc4e89296fabbceafdf41d08c257e73",
      "parents": [
        "cbecb0d35d5da2b127c85c2c90515c4ad72a8467"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Sep 18 12:43:18 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Sep 18 12:43:18 2018 -0300"
      },
      "message": "Small fixes in Dockerfile, requirements and setup.py\n\nAdds envs in Dockerfile\nAdds version_command in setup.py\nCleans unused deps in requirements.txt\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "cbecb0d35d5da2b127c85c2c90515c4ad72a8467",
      "tree": "be5c80594124a50e74bcdb02e9f22587d37645a2",
      "parents": [
        "c8c3a7a343483751544b2cee0a97a54c2f164ac1"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Sep 14 14:12:00 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Sep 14 14:12:00 2018 -0300"
      },
      "message": "Removes obsolete files\n\nRemoves OpenStack plugin tests logger config\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "c8c3a7a343483751544b2cee0a97a54c2f164ac1",
      "tree": "99465e3c14938762cf5c3b1a2f6b02be6b17a9f7",
      "parents": [
        "86768539b9b6947aefc1a8bedc4aa9e3c0938fc0",
        "453aabf5daa107fb182702bc9f5b1e606f7a83f2"
      ],
      "author": {
        "name": "lavado",
        "email": "glavado@whitestack.com",
        "time": "Tue Sep 11 18:17:49 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Tue Sep 11 18:17:49 2018 +0200"
      },
      "message": "Merge \"Removes call to .lower on vnf_member_index in alarm creation\""
    },
    {
      "commit": "86768539b9b6947aefc1a8bedc4aa9e3c0938fc0",
      "tree": "b476e5c92687606ff8aa3262e2842eb4963a5f9b",
      "parents": [
        "4454d2e3234efc63b5dc6f3bf2cdd949db21e929",
        "a2a74d3467667f5cfd3f8e91edbf432df7dcc2d2"
      ],
      "author": {
        "name": "lavado",
        "email": "glavado@whitestack.com",
        "time": "Tue Sep 11 18:15:08 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Tue Sep 11 18:15:08 2018 +0200"
      },
      "message": "Merge \"Reduces kafka log level to WARN\""
    },
    {
      "commit": "4454d2e3234efc63b5dc6f3bf2cdd949db21e929",
      "tree": "f3e06cbb89b33b129249e5f8db912ae56b34e58d",
      "parents": [
        "ac3083b1174246d7aa29ef7dcf057f68e1639324",
        "e2598397eb54f1594aa5b8f05b4a6c5fa03edada"
      ],
      "author": {
        "name": "lavado",
        "email": "glavado@whitestack.com",
        "time": "Tue Sep 11 18:12:24 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Tue Sep 11 18:12:24 2018 +0200"
      },
      "message": "Merge \"Adds osm-common dependency\""
    },
    {
      "commit": "ac3083b1174246d7aa29ef7dcf057f68e1639324",
      "tree": "9636864869eb90fcb8287b52f86ce650757bc396",
      "parents": [
        "24dddb57c8aee6476fa29d499e1a8dde0d0954ac",
        "38d905ad4d53b3f070dc98a639a6082397f100f3"
      ],
      "author": {
        "name": "lavado",
        "email": "glavado@whitestack.com",
        "time": "Tue Sep 11 18:04:40 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Tue Sep 11 18:04:40 2018 +0200"
      },
      "message": "Merge \"Adds exception throwing when Openstack services missing\""
    },
    {
      "commit": "24dddb57c8aee6476fa29d499e1a8dde0d0954ac",
      "tree": "a228c8623ca614a9dc291b3c279542e584cd8d72",
      "parents": [
        "58834ab6fcbcc4039c479de89ecc82f0eb2fd2f3"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Sep 06 13:20:29 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Sep 06 13:32:53 2018 -0300"
      },
      "message": "Fixes recursive-include in MANIFEST\n\nThe MANIFEST was only including py and xml files from the osm_mon package.\nThe vROPs plugin uses a install.sh file to work. Added *.sh files to the\nrecursive include.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I23d5c844b6fbb99bbf41916cee2376a2c51fc6c6\n"
    },
    {
      "commit": "453aabf5daa107fb182702bc9f5b1e606f7a83f2",
      "tree": "21c0121a588c8e6c2fbc588aa6fe312c7b01ac61",
      "parents": [
        "a2a74d3467667f5cfd3f8e91edbf432df7dcc2d2"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Aug 22 17:31:58 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Aug 31 19:38:54 2018 -0300"
      },
      "message": "Removes call to .lower on vnf_member_index in alarm creation\n\nCurrently this does not produce an error just because vnf_member_index\nis been passed as a string in the kafka msg. Considering that in the IM\nit is a integer, this may change in the future, in which case this would\nfail. It also does not make any sense and can be considered a typo.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "a2a74d3467667f5cfd3f8e91edbf432df7dcc2d2",
      "tree": "0711e3872436c9dc3b735cc6bda9213582049b69",
      "parents": [
        "e2598397eb54f1594aa5b8f05b4a6c5fa03edada"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Aug 28 11:32:06 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Aug 28 13:05:47 2018 -0300"
      },
      "message": "Reduces kafka log level to WARN\n\nKafka was producing a considerable amount of logs, which in some cases\ncaused disk space issues.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Id9a392ae881a8fff6ab8fe33b044370557adfeeb\n"
    },
    {
      "commit": "e2598397eb54f1594aa5b8f05b4a6c5fa03edada",
      "tree": "c54654a9661bc0e05a14979c6ec89d677f792735",
      "parents": [
        "38d905ad4d53b3f070dc98a639a6082397f100f3"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon Aug 27 17:27:57 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Aug 28 13:01:35 2018 -0300"
      },
      "message": "Adds osm-common dependency\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I3fffdccba381b298d6d6d245d00f6db6b395b6a6\n"
    },
    {
      "commit": "38d905ad4d53b3f070dc98a639a6082397f100f3",
      "tree": "d381ab355e017963ea7e7c13f18a071dea74ce2e",
      "parents": [
        "58834ab6fcbcc4039c479de89ecc82f0eb2fd2f3"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Aug 22 17:18:21 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Aug 22 17:25:47 2018 -0300"
      },
      "message": "Adds exception throwing when Openstack services missing\n\nCurrently if MON can\u0027t find Gnocchi or Aodh services it fails obscurely.\nSame thing happens if it can\u0027t find endpoints for those services in the\nspecified region. This patch adds throwing an exception in those cases\nto ease troubleshooting.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "58834ab6fcbcc4039c479de89ecc82f0eb2fd2f3",
      "tree": "2ffe3cb48618586889aafd3ef6c06c6d13ff4045",
      "parents": [
        "6418f698822467c91e6685647297f3f606e00809"
      ],
      "author": {
        "name": "kasar",
        "email": "pkasar@vmware.com",
        "time": "Fri Aug 03 02:24:05 2018 -0700"
      },
      "committer": {
        "name": "kasar",
        "email": "pkasar@vmware.com",
        "time": "Wed Aug 15 21:58:33 2018 -0700"
      },
      "message": "Multi-VIM support for vmware vROPs plugin\n\nChange-Id: Ib4f3dfe0d3930f520fc217618b9ddf1e9b53cea5\nSigned-off-by: kasar \u003cpkasar@vmware.com\u003e\n"
    },
    {
      "commit": "6418f698822467c91e6685647297f3f606e00809",
      "tree": "45a3cf667fbef3b76133d9fd57a089e9b6be4f3a",
      "parents": [
        "a4ffa936b4f8a2bfcd1b64541e00c93aac449a56",
        "cae650341754311d90bc7c7a0321787b6c0e315a"
      ],
      "author": {
        "name": "lavado",
        "email": "glavado@whitestack.com",
        "time": "Fri Jul 06 21:14:23 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Fri Jul 06 21:14:23 2018 +0200"
      },
      "message": "Merge \"[MON] Fixes notifier bug during alarm triggering\""
    },
    {
      "commit": "a4ffa936b4f8a2bfcd1b64541e00c93aac449a56",
      "tree": "d4a9456eb0a312f982ac1a5c782ad5a22620ff5c",
      "parents": [
        "b9abb09cfd89efd47bdbd8672190d2dff5982099",
        "326907a0151bed5641a9e9e241bc3b05bf0b71b9"
      ],
      "author": {
        "name": "lavado",
        "email": "glavado@whitestack.com",
        "time": "Fri Jul 06 21:14:10 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Fri Jul 06 21:14:10 2018 +0200"
      },
      "message": "Merge \"[MON] Implements multithreading for message consumption\""
    },
    {
      "commit": "b9abb09cfd89efd47bdbd8672190d2dff5982099",
      "tree": "839b0d47a71555cb01ab9d2d04fbef0e8b312f53",
      "parents": [
        "97d7df670c46be95e707d276b05c70ad61fc4ab5",
        "4515b8f6f5e3548884828eb8d96ac750e37821e3"
      ],
      "author": {
        "name": "lavado",
        "email": "glavado@whitestack.com",
        "time": "Fri Jul 06 21:14:00 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Fri Jul 06 21:14:00 2018 +0200"
      },
      "message": "Merge \"[PM] Adds group-id to Kafka consumer in agent\""
    },
    {
      "commit": "cae650341754311d90bc7c7a0321787b6c0e315a",
      "tree": "4900c30eed0cf7dd00ab7fe22e187139facd260f",
      "parents": [
        "97d7df670c46be95e707d276b05c70ad61fc4ab5"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Jul 06 16:04:19 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Jul 06 16:05:03 2018 -0300"
      },
      "message": "[MON] Fixes notifier bug during alarm triggering\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "326907a0151bed5641a9e9e241bc3b05bf0b71b9",
      "tree": "181cce45445446de15bdcca9bbf7004fc83ea7f9",
      "parents": [
        "24b8309395b534ffe4bff9b07f665951555ac955"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon Jun 18 14:21:46 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Jul 06 12:27:14 2018 -0300"
      },
      "message": "[MON] Implements multithreading for message consumption\n\n[MON] Fixes errors in OpenStack plugin integration tests\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Ifbf85d5217244aa22655addd1a64c276746cda77\n"
    },
    {
      "commit": "4515b8f6f5e3548884828eb8d96ac750e37821e3",
      "tree": "abcfaa38112987dd9d6774aa9840ee9d4193b726",
      "parents": [
        "24b8309395b534ffe4bff9b07f665951555ac955"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Jul 06 12:03:35 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Jul 06 12:03:35 2018 -0300"
      },
      "message": "[PM] Adds group-id to Kafka consumer in agent\n\nFixes CPU spikes during OSM startup\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "97d7df670c46be95e707d276b05c70ad61fc4ab5",
      "tree": "394028463d5803d53934474092287e684e880e07",
      "parents": [
        "24b8309395b534ffe4bff9b07f665951555ac955"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Jul 06 11:52:19 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Jul 06 11:52:19 2018 -0300"
      },
      "message": "[MON] Includes xml files in MANIFEST\n\nRemoves package_data from setup.py\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "24b8309395b534ffe4bff9b07f665951555ac955",
      "tree": "9a2b89f72113c05b1494c234843e6395e125ca80",
      "parents": [
        "e2fe4582e9569ea8146e945f278179126821ab76"
      ],
      "author": {
        "name": "diazb",
        "email": "bdiaz@whitestack.com",
        "time": "Tue May 22 13:21:08 2018 -0700"
      },
      "committer": {
        "name": "diazb",
        "email": "bdiaz@whitestack.com",
        "time": "Mon Jun 18 13:11:55 2018 -0300"
      },
      "message": "Fixes log format bug when alarm action not present\n\nSigned-off-by: diazb \u003cbdiaz@whitestack.com\u003e\nChange-Id: I08b8476c2ffc3c89554fe77a11dbaabbd221d071\n"
    },
    {
      "commit": "e2fe4582e9569ea8146e945f278179126821ab76",
      "tree": "b7687dee53f98e4408dd7e3be4fca0a98af19bdf",
      "parents": [
        "9608081aa7b0ff8823ddbcd1144948ee0369160e"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Jun 13 18:14:12 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Jun 14 18:41:51 2018 -0300"
      },
      "message": "[MON] Refactor of alarming section of OpenStack plugin\n\nRefactor of alarming related tests\nRefactor of notifier tests\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I6dcbe8488b9aafb19718b121aaca964831200434\n"
    },
    {
      "commit": "9608081aa7b0ff8823ddbcd1144948ee0369160e",
      "tree": "ee92d40ba9096b8f8e33a85be413b075050ea1e1",
      "parents": [
        "5154baa6fd0a33b46ef5fedb0e954c96f82fae03"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Jun 06 17:08:26 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Jun 14 12:52:30 2018 -0300"
      },
      "message": "[MON] Adds check for \u0027insecure\u0027 vim config param in Openstack plugin\n\nCloses-Bug: Bug 504\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Ib16af4bb3cad2a525b011a8d856311a534149442\n"
    },
    {
      "commit": "5154baa6fd0a33b46ef5fedb0e954c96f82fae03",
      "tree": "545fe91d2675fa9f3ab89213287174f42e5c84a6",
      "parents": [
        "a2c06b12bae40e48ab989e0c75e5a3ad6fabe916"
      ],
      "author": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Wed May 23 12:20:36 2018 +0200"
      },
      "committer": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Thu May 24 07:28:35 2018 +0200"
      },
      "message": "Optimization of \"list_metrics\" function\n\nSigned-off-by: gcalvino \u003cguillermo.calvinosanchez@altran.com\u003e\nChange-Id: I815e0f11049d49ef0ed13e4180241923b4a58496\n"
    },
    {
      "commit": "a2c06b12bae40e48ab989e0c75e5a3ad6fabe916",
      "tree": "2cb49911d6c5388ba38e6c4525eb6031f7a02718",
      "parents": [
        "822fb1930b4abdf834462d0cd26247b0960dcac0"
      ],
      "author": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Tue May 22 10:00:16 2018 +0200"
      },
      "committer": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Tue May 22 16:57:58 2018 +0200"
      },
      "message": "Optimization of \"check_for_metric\" function\n\nSigned-off-by: gcalvino \u003cguillermo.calvinosanchez@altran.com\u003e\nChange-Id: I1beb698c564b21f3340d9e67947fe1031f57dfe7\n"
    },
    {
      "commit": "822fb1930b4abdf834462d0cd26247b0960dcac0",
      "tree": "a1a3d0458952b86a4201a5aca8ce89e0ddd63c78",
      "parents": [
        "ffe5a8e4e35d3fc7860eb9231618dc0e84e448b7"
      ],
      "author": {
        "name": "diazb",
        "email": "bdiaz@whitestack.com",
        "time": "Fri May 18 19:25:51 2018 -0300"
      },
      "committer": {
        "name": "diazb",
        "email": "bdiaz@whitestack.com",
        "time": "Fri May 18 19:25:51 2018 -0300"
      },
      "message": "Adds more alarm parameters to alarm notification log\n\nSigned-off-by: diazb \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "ffe5a8e4e35d3fc7860eb9231618dc0e84e448b7",
      "tree": "7b46875982adb99d9cc1e44cb1707cee9e7c3e27",
      "parents": [
        "2f1be6ba8722211068fb678bc1048283f275f0af"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu May 17 19:02:24 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri May 18 11:49:51 2018 -0300"
      },
      "message": "Adds vdu, ns, threshold and operation info to alarm notification\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Icbdfa11fa81bfda664e98d3cfc365ef1389fac46\n"
    },
    {
      "commit": "2f1be6ba8722211068fb678bc1048283f275f0af",
      "tree": "e0e907ff8aabbf4875f30aee2e01b32c931d8356",
      "parents": [
        "15537c47a6a2e505a1fdc8a163aa1a1f74a0e3d5"
      ],
      "author": {
        "name": "diazb",
        "email": "bdiaz@whitestack.com",
        "time": "Mon May 14 19:10:31 2018 -0300"
      },
      "committer": {
        "name": "diazb",
        "email": "bdiaz@whitestack.com",
        "time": "Tue May 15 12:30:36 2018 -0300"
      },
      "message": "Adds support for vdu_name and vnf_member_index in configure_scaling\nmessage\n\nHandles case when alarm is not registered in database\nAdds typing check for methods\n\nSigned-off-by: diazb \u003cbdiaz@whitestack.com\u003e\nChange-Id: I6a36e4abf936f0634064e3e69d95e8b5e94c7a88\n"
    },
    {
      "commit": "15537c47a6a2e505a1fdc8a163aa1a1f74a0e3d5",
      "tree": "ee91c2818ea992919eaee6a58339eb956e370a88",
      "parents": [
        "b726161f9fe605ceb418d9b5df12d295bff28c3a"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue May 15 11:03:56 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue May 15 11:03:56 2018 -0300"
      },
      "message": "Modifies stage-archive.sh\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "b726161f9fe605ceb418d9b5df12d295bff28c3a",
      "tree": "bd9d9fd8e85dde4f5a99f8af65cf0ca0dde655d3",
      "parents": [
        "e1c5c9ba4f44c3adc175421995e7171b6122b126"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri May 11 18:00:16 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon May 14 15:22:39 2018 -0300"
      },
      "message": "Adds support for vdu_name, ns_id and vnf_member_index\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I194753f7d581287dc85850378391dcf1585e78c3\n"
    },
    {
      "commit": "e1c5c9ba4f44c3adc175421995e7171b6122b126",
      "tree": "38fce5cfc31656e4ebf104fc2f7d99cec343da66",
      "parents": [
        "b85fc8cdf840080b10d01c33b4a57a2a39bcc0f1"
      ],
      "author": {
        "name": "diazb",
        "email": "bdiaz@whitestack.com",
        "time": "Tue May 08 14:16:40 2018 -0300"
      },
      "committer": {
        "name": "diazb",
        "email": "bdiaz@whitestack.com",
        "time": "Tue May 08 17:28:50 2018 -0300"
      },
      "message": "[PM] Adds support for logstash\n\n[PM] Modifies Dockerfile to optimize use of cache\n[MON] Fixes py3 compatibility issue in Aodh notifier\n[MON] Removes use of sudo in vrops webservice script\n\nSigned-off-by: diazb \u003cbdiaz@whitestack.com\u003e\nChange-Id: I93b4bb57f49238a57067cf035509c3e62da5ec2a\n"
    },
    {
      "commit": "b85fc8cdf840080b10d01c33b4a57a2a39bcc0f1",
      "tree": "b7ea0cac927e1e70564b49525e7b42cd3edfc683",
      "parents": [
        "75512477988ae5e287433c6c859c61de1bc82318"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu May 03 13:22:11 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon May 07 17:09:34 2018 -0300"
      },
      "message": "Adds vdu_id to message bus models\n\nLB Dockerfile now uses Python3\nRemoves obsolete parameters from models\nRefactors and fixes kafka integration tests\nRefactors deprecated log warnings\nAdds DATABASE env var to set MON database url\nFixes indentation and dependency issues in AWS plugin\nUse open from io package for Python 2 and 3 compatibility\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I70af22d2fbc2cb1bfd5d9632d9daa80e9d7f6b62\n"
    },
    {
      "commit": "75512477988ae5e287433c6c859c61de1bc82318",
      "tree": "924e3f5c3267744e24b39073ee20183ee7955da3",
      "parents": [
        "e69fe6fd4fca96b7e3f771cfbe7664bc0e8d727d"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Apr 27 14:32:31 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Apr 27 18:38:04 2018 -0300"
      },
      "message": "Adds granularity support in OpenStack vim config\n\nAdds global config class in core\nReorders common_consumer conditional blocks\nAdds support for OS_DEFAULT_GRANULARITY env var\nModifies tests to support changes\n\nChange-Id: I873b8d24814825bff6e628092942bf16fa5e2a03\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "e69fe6fd4fca96b7e3f771cfbe7664bc0e8d727d",
      "tree": "1d482efa84107f7884ef4f843107f726c584a733",
      "parents": [
        "17c7c53d7530ff8c4f1997d5119857626eb580b5"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Sat Apr 21 09:38:52 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Sat Apr 21 09:38:52 2018 -0300"
      },
      "message": "Fixes loading of vim config in OpenStack plugin\n\nChanges default value for region to RegionOne\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "17c7c53d7530ff8c4f1997d5119857626eb580b5",
      "tree": "f401f8bb040834d7389b8658595beada52be8826",
      "parents": [
        "695d92c3f4f18d14bb18f8f0d4618c3eb5f2390e"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Apr 18 15:27:31 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Apr 18 15:27:31 2018 -0300"
      },
      "message": "Removes git clone operation from Dockerfile\n\nAdds use of COPY statement\nModifies Dockerfile to optimize use of cache\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "695d92c3f4f18d14bb18f8f0d4618c3eb5f2390e",
      "tree": "c85d836960eec7edc3140011d22271090cf5cfbc",
      "parents": [
        "022f26af98045df7c51c8151712927b4f7b15a96"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Apr 18 11:46:05 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Apr 18 11:46:05 2018 -0300"
      },
      "message": "Removed logstash references from code\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "022f26af98045df7c51c8151712927b4f7b15a96",
      "tree": "ba1b8f3215ea91830a3c19653ae6727d702958c0",
      "parents": [
        "811031fbbdb7fa80d298453bb6f53fffd391912e",
        "54634e6c12b80111e20a10c4f258dd0bfd4a944b"
      ],
      "author": {
        "name": "lavado",
        "email": "glavado@whitestack.com",
        "time": "Wed Apr 18 15:41:12 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Wed Apr 18 15:41:12 2018 +0200"
      },
      "message": "Merge \"Adds yaml support in policy module\""
    },
    {
      "commit": "811031fbbdb7fa80d298453bb6f53fffd391912e",
      "tree": "d12ae09a1c9673df9063498072bbbf2026a8a3d5",
      "parents": [
        "341c33b98b4951c5d617e040cf856d4011a09266"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Tue Apr 17 17:22:46 2018 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Tue Apr 17 17:22:46 2018 +0200"
      },
      "message": "Updated Dockerfiles for MON and PM to use pip-9.0.3\n\nChange-Id: I20b59fb87ffdd0e3715dc1f0e8e188deea34c542\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "54634e6c12b80111e20a10c4f258dd0bfd4a944b",
      "tree": "06b77c772b8cff39228a953e4cf3d0c7975dd8bf",
      "parents": [
        "341c33b98b4951c5d617e040cf856d4011a09266"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Apr 17 11:21:51 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Apr 17 11:21:51 2018 -0300"
      },
      "message": "Adds yaml support in policy module\n\nAdds timeout for creation of alarm in mon client in policy module\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "341c33b98b4951c5d617e040cf856d4011a09266",
      "tree": "ebd0730fee5cd4ab4c1f18fd81719190c3e71d48",
      "parents": [
        "821a62e1e29bb603de56b028d92ad885f06fd68c",
        "9d31bd8e0ff2d143d4cdf532c65329845e47b87a"
      ],
      "author": {
        "name": "hoban",
        "email": "adrian.hoban@intel.com",
        "time": "Tue Apr 17 16:10:07 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Tue Apr 17 16:10:07 2018 +0200"
      },
      "message": "Merge \"Get Metric_UUID directly from VIM Change-Id: I9b8c47b2fd7987f8834dc7c90e826d9d2789ce51 Signed-off-by: gcalvino \u003cguillermo.calvinosanchez@altran.com\u003e\""
    },
    {
      "commit": "9d31bd8e0ff2d143d4cdf532c65329845e47b87a",
      "tree": "5edb9012679e15c2708ddf4f3d58a098af53333f",
      "parents": [
        "e4be37f562f1d0c394d1ccdd0238202ec8f6f949"
      ],
      "author": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Mon Apr 16 16:26:09 2018 +0200"
      },
      "committer": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Tue Apr 17 15:14:38 2018 +0200"
      },
      "message": "Get Metric_UUID directly from VIM\nChange-Id: I9b8c47b2fd7987f8834dc7c90e826d9d2789ce51\nSigned-off-by: gcalvino \u003cguillermo.calvinosanchez@altran.com\u003e\n"
    },
    {
      "commit": "821a62e1e29bb603de56b028d92ad885f06fd68c",
      "tree": "b7c620e8cdfac8f9fde8b775ff1bf324fa45a1d7",
      "parents": [
        "e4be37f562f1d0c394d1ccdd0238202ec8f6f949"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Apr 10 21:57:17 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon Apr 16 14:12:54 2018 -0300"
      },
      "message": "Adds yaml format in OpenStack plugin\n\nMakes config property in vimcredentials optional\nFixes mapping name of average_memory_utilization metric\nAdds support for config properties region_name and endpoint_type\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "e4be37f562f1d0c394d1ccdd0238202ec8f6f949",
      "tree": "3a22f2e6499ba10e73eb5555c508c58fa82088b0",
      "parents": [
        "f271068982efc8ce8b25ddd2ecef7b1bad06fb19"
      ],
      "author": {
        "name": "Gianpietro Lavado",
        "email": "glavado@whitestack.com",
        "time": "Thu Apr 12 13:39:50 2018 -0600"
      },
      "committer": {
        "name": "Gianpietro Lavado",
        "email": "glavado@whitestack.com",
        "time": "Thu Apr 12 13:40:11 2018 -0600"
      },
      "message": "adds yaml support in common consumer\n\nChange-Id: Ia6ae411cd4c3ad074455c0cae32d198c89d0f52e\nSigned-off-by: Gianpietro Lavado \u003cglavado@whitestack.com\u003e\n"
    },
    {
      "commit": "f271068982efc8ce8b25ddd2ecef7b1bad06fb19",
      "tree": "1c8310c99ffc253a73b11d959fc93f10fce35b24",
      "parents": [
        "6c10123aa1538801c01d20f659197918967a9b7f"
      ],
      "author": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Wed Apr 11 10:13:47 2018 +0200"
      },
      "committer": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Wed Apr 11 10:13:47 2018 +0200"
      },
      "message": "Region Name and endpoint type as parameters - bug  fix\n\nSigned-off-by: gcalvino \u003cguillermo.calvinosanchez@altran.com\u003e\n"
    },
    {
      "commit": "6c10123aa1538801c01d20f659197918967a9b7f",
      "tree": "9d8006bbada9bc41add6781d60c7a280d25c560c",
      "parents": [
        "07698bb92ade3527c03b56470e053510e6e5acfe"
      ],
      "author": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Tue Apr 10 00:04:16 2018 +0200"
      },
      "committer": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Tue Apr 10 00:04:16 2018 +0200"
      },
      "message": "Region Name and endpoint type as parameters\n\nSigned-off-by: gcalvino \u003cguillermo.calvinosanchez@altran.com\u003e\n"
    },
    {
      "commit": "07698bb92ade3527c03b56470e053510e6e5acfe",
      "tree": "94a6de3a3cdc4501f4db1650bd155780ca5ca820",
      "parents": [
        "d4f2f20c230d7f253d6e6072752ccbab0f49dc1c"
      ],
      "author": {
        "name": "dhumal",
        "email": "kdhumal@vmware.com",
        "time": "Fri Mar 30 05:26:13 2018 -0700"
      },
      "committer": {
        "name": "dhumal",
        "email": "kdhumal@vmware.com",
        "time": "Fri Apr 06 03:59:47 2018 -0700"
      },
      "message": "1.code changes related to latest pyvcloud lib\n2.Additional mock test cases for vROPs plugin\n\nChange-Id: I89efd0e41a6822a9ff69b986b22d79624f820017\nSigned-off-by: dhumal \u003ckdhumal@vmware.com\u003e\n"
    },
    {
      "commit": "d4f2f20c230d7f253d6e6072752ccbab0f49dc1c",
      "tree": "455363d8acf893e11440fe441f7f673c16c5044a",
      "parents": [
        "ef4db8d50ca45cc1d4cb9b2c78c39c9a992df588"
      ],
      "author": {
        "name": "diazb",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Apr 04 22:17:53 2018 -0300"
      },
      "committer": {
        "name": "diazb",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Apr 04 23:01:22 2018 -0300"
      },
      "message": "Adds Dockerfile\n\nAdds script to generate config from env vars to use in Dockerfile\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Ia6cb61320465769f6e2b628212d32adddf27e2b9\n"
    },
    {
      "commit": "ef4db8d50ca45cc1d4cb9b2c78c39c9a992df588",
      "tree": "920b4a8b08479723ec3b2eee7883148625225fa2",
      "parents": [
        "77b8b3f70d0bdb8faeeaab4fc8144f1d0a1e4732"
      ],
      "author": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Mon Apr 02 12:46:28 2018 +0200"
      },
      "committer": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Mon Apr 02 13:42:42 2018 +0200"
      },
      "message": "MON installation with Dockers\n\nSigned-off-by: gcalvino \u003cguillermo.calvinosanchez@altran.com\u003e\nChange-Id: I9ebc5a1b604d8fae2258c5c9ad75d44c5b1b23c6\n"
    },
    {
      "commit": "77b8b3f70d0bdb8faeeaab4fc8144f1d0a1e4732",
      "tree": "2b9e2709d5c1b7dbd3e978815a86863921c9adb8",
      "parents": [
        "034a5305e1535971979b842e4ee73bee40d8b1af",
        "ad1d76c5afc49644f7d864eee85d8e4d09a184cc"
      ],
      "author": {
        "name": "hoban",
        "email": "adrian.hoban@intel.com",
        "time": "Fri Mar 30 17:02:04 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Fri Mar 30 17:02:04 2018 +0200"
      },
      "message": "Merge \"Fixes bugs for integration with policy module\""
    },
    {
      "commit": "034a5305e1535971979b842e4ee73bee40d8b1af",
      "tree": "e6efbae2ee0ff7a825fea0696040ff9066b3a2fc",
      "parents": [
        "925ff50f55485470e3243c090d89ceb715e6518d"
      ],
      "author": {
        "name": "diazb",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Mar 29 19:17:09 2018 -0300"
      },
      "committer": {
        "name": "diazb",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Mar 29 19:17:09 2018 -0300"
      },
      "message": "Adds license header to python files\n\nSigned-off-by: diazb \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "ad1d76c5afc49644f7d864eee85d8e4d09a184cc",
      "tree": "48286ec98be986e993616c53077ef59bd83e78b5",
      "parents": [
        "181cce8e28a9b6c5c6fa1fa8aa515de3b187a2e1"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Mar 29 17:24:09 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Mar 29 17:24:09 2018 -0300"
      },
      "message": "Fixes bugs for integration with policy module\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "925ff50f55485470e3243c090d89ceb715e6518d",
      "tree": "a5ae9faedc580ec4f1e6a6f54e6c9270db08827d",
      "parents": [
        "62781ff00b30790610cf4cc2ef5ed5422c571e10"
      ],
      "author": {
        "name": "diazb",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Mar 29 17:23:48 2018 -0300"
      },
      "committer": {
        "name": "diazb",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Mar 29 17:23:48 2018 -0300"
      },
      "message": "Fixes bugs for integration with MON module\n\nSigned-off-by: diazb \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "62781ff00b30790610cf4cc2ef5ed5422c571e10",
      "tree": "07e041abf564828f554e59dee106e9157a77430a",
      "parents": [
        "181cce8e28a9b6c5c6fa1fa8aa515de3b187a2e1"
      ],
      "author": {
        "name": "diazb",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Mar 20 18:03:55 2018 -0300"
      },
      "committer": {
        "name": "diazb",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Mar 29 16:58:12 2018 -0300"
      },
      "message": "Policy Module first commit\n\nSigned-off-by: diazb \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "181cce8e28a9b6c5c6fa1fa8aa515de3b187a2e1",
      "tree": "fe4f1ff8f78b91f6f261a7dbe9fc1e6f8d4b9090",
      "parents": [
        "6439eb0e6f03b89629bbb8bad3e092133e56a614"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Mar 28 21:12:11 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Mar 28 21:12:11 2018 -0300"
      },
      "message": "Implements multivim support in the OpenStack plugin\n\nFixes bugs in OpenStack plugin and respective tests\nAdd table to database to keep track of relations between alarms and vim\ncredentials\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "6439eb0e6f03b89629bbb8bad3e092133e56a614",
      "tree": "cbe208053239d321445c3ef5fc99f9417b610c78",
      "parents": [
        "0215787170470859168d861b666c4e92b37e3743",
        "b3f86c9f43a0eb4d56487118a403c39f979ec042"
      ],
      "author": {
        "name": "hoban",
        "email": "adrian.hoban@intel.com",
        "time": "Mon Mar 26 21:50:25 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Mon Mar 26 21:50:25 2018 +0200"
      },
      "message": "Merge \"Adds support for storing and getting vim creds\""
    },
    {
      "commit": "b3f86c9f43a0eb4d56487118a403c39f979ec042",
      "tree": "74a4908a667a17f9a90a9433fd4f1e45f23da6bb",
      "parents": [
        "0e57d11ebb85637f38dd92a791abd6fe4889a565"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Sun Mar 25 23:45:55 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon Mar 26 15:00:49 2018 -0300"
      },
      "message": "Adds support for storing and getting vim creds\n\nAdds support for vim account create operation\nAdds local sqlite database\nAdds AuthManager and DatabaseManager classes\nModifies integration tests\n\nChange-Id: I0609b53835be94c8c36c12df905e09ce14eff3a7\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "0215787170470859168d861b666c4e92b37e3743",
      "tree": "1de80bf8e0468e6896192972a613a53ad1c1a9c8",
      "parents": [
        "0e57d11ebb85637f38dd92a791abd6fe4889a565",
        "6a230aeb2855aa02dc8d5b1bbf5bc148a0955c8a"
      ],
      "author": {
        "name": "hoban",
        "email": "adrian.hoban@intel.com",
        "time": "Mon Mar 26 11:49:14 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Mon Mar 26 11:49:14 2018 +0200"
      },
      "message": "Merge \"Additional mock tests for vROPs plugin\""
    },
    {
      "commit": "6a230aeb2855aa02dc8d5b1bbf5bc148a0955c8a",
      "tree": "31c2666ec41d3e7cee54358bbab7a7393e6a4829",
      "parents": [
        "030c8c720baf9e472efdd703bff6f4fdf29aa035"
      ],
      "author": {
        "name": "bhangare",
        "email": "sbhangare@vmware.com",
        "time": "Mon Feb 26 00:53:31 2018 -0800"
      },
      "committer": {
        "name": "sbhangare",
        "email": "sbhangare@vmware.com",
        "time": "Sun Mar 25 23:25:44 2018 -0700"
      },
      "message": "Additional mock tests for vROPs plugin\n\nChange-Id: I0c46fdbc860aaf92aa7e0425ab3d82283d648f19\nSigned-off-by: bhangare \u003csbhangare@vmware.com\u003e\n"
    },
    {
      "commit": "0e57d11ebb85637f38dd92a791abd6fe4889a565",
      "tree": "48804cf78e9ce2b0e3f27e6ab7fa23ef849153c5",
      "parents": [
        "030c8c720baf9e472efdd703bff6f4fdf29aa035"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Sun Mar 25 14:43:52 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Sun Mar 25 15:31:42 2018 -0300"
      },
      "message": "Minor bugs fix\n\nAlso-by: gcalvino \u003cguillermo.calvinosanchez@altran.com\u003e\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "030c8c720baf9e472efdd703bff6f4fdf29aa035",
      "tree": "83d8e7f7d59dc4f22e69551387a3a86da66bfa03",
      "parents": [
        "c8116ba4f5dd9bfa432329bdb0b50625ad08130b"
      ],
      "author": {
        "name": "Helena McGough",
        "email": "helena.mcgough@intel.com",
        "time": "Fri Feb 23 14:36:12 2018 +0000"
      },
      "committer": {
        "name": "Helena McGough",
        "email": "helena.mcgough@intel.com",
        "time": "Fri Feb 23 14:38:44 2018 +0000"
      },
      "message": ":Updated endpoint for gnocchi and aodh plugins.\n\nChange-Id: Id8c1081ac8d78e1445b764840e917ce893d85ca6\nSigned-off-by: Helena McGough \u003chelena.mcgough@intel.com\u003e\n"
    },
    {
      "commit": "c8116ba4f5dd9bfa432329bdb0b50625ad08130b",
      "tree": "766cdcd9d65dd81772186fc401542b9b1a3679fb",
      "parents": [
        "5fa711c9a4b3d4f4d857424e062bd2bdbc3f3293",
        "715eda01235b5051e4976ed60a363f14280868cc"
      ],
      "author": {
        "name": "hoban",
        "email": "adrian.hoban@intel.com",
        "time": "Thu Feb 22 22:50:10 2018 +0100"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Thu Feb 22 22:50:10 2018 +0100"
      },
      "message": "Merge \"Additional mock test cases for vROPs plugin\""
    },
    {
      "commit": "5fa711c9a4b3d4f4d857424e062bd2bdbc3f3293",
      "tree": "95ba0a72c3cda68cb7c7bef946aadea3ac3566b8",
      "parents": [
        "0b86db3943f770fd9114c37d677456052d85f55b"
      ],
      "author": {
        "name": "prithiv",
        "email": "prithiv.mohan@intel.com",
        "time": "Thu Feb 22 14:59:18 2018 +0000"
      },
      "committer": {
        "name": "prithiv",
        "email": "prithiv.mohan@intel.com",
        "time": "Thu Feb 22 14:59:18 2018 +0000"
      },
      "message": "Minor Model Changes\n\nThis change includes a new parameter in the model \"vim_uuid\"\nto facilitate the use of multiple instances of same VIM type.\n\nSigned-off-by: prithiv \u003cprithiv.mohan@intel.com\u003e\n"
    },
    {
      "commit": "715eda01235b5051e4976ed60a363f14280868cc",
      "tree": "4a9da494eeab8a79736f415cdac971ddf21046fd",
      "parents": [
        "0b86db3943f770fd9114c37d677456052d85f55b"
      ],
      "author": {
        "name": "kdhumal",
        "email": "kdhumal@vmware.com",
        "time": "Wed Feb 14 02:48:42 2018 -0800"
      },
      "committer": {
        "name": "dhumal",
        "email": "kdhumal@vmware.com",
        "time": "Wed Feb 14 02:53:57 2018 -0800"
      },
      "message": "Additional mock test cases for vROPs plugin\n\nChange-Id: I1d9e585f758736d06abcdb0d3fc06ca475cb4393\nSigned-off-by: dhumal \u003ckdhumal@vmware.com\u003e\n"
    },
    {
      "commit": "0b86db3943f770fd9114c37d677456052d85f55b",
      "tree": "0e5f85618ea1ca144c3385c90710b4d6bfe8eff7",
      "parents": [
        "e3f9dbefdf9c363b8b2174a8bfb77b1ae0273e75"
      ],
      "author": {
        "name": "dhumal",
        "email": "kdhumal@vmware.com",
        "time": "Tue Jan 23 03:28:17 2018 -0800"
      },
      "committer": {
        "name": "dhumal",
        "email": "kdhumal@vmware.com",
        "time": "Sun Jan 28 21:59:35 2018 -0800"
      },
      "message": "Mock tests for vROPs plugin receiver module\nCorrecting typo in sys path\n\nChange-Id: Idc59055997e853edf7873c68c5e69f4acc60f69c\nSigned-off-by: dhumal \u003ckdhumal@vmware.com\u003e\n"
    },
    {
      "commit": "e3f9dbefdf9c363b8b2174a8bfb77b1ae0273e75",
      "tree": "4d208cb4492ad4c5430112c94d19c035a330a3c0",
      "parents": [
        "c06281172c689bf63c3b5c962cd44ed507e5e086",
        "565745598ff16a20ed2bfbfabe8272ad40b3031b"
      ],
      "author": {
        "name": "hoban",
        "email": "adrian.hoban@intel.com",
        "time": "Fri Jan 26 18:04:29 2018 +0100"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Fri Jan 26 18:04:29 2018 +0100"
      },
      "message": "Merge \"Updated logging for CloudWatch plugin\""
    },
    {
      "commit": "c06281172c689bf63c3b5c962cd44ed507e5e086",
      "tree": "4d208cb4492ad4c5430112c94d19c035a330a3c0",
      "parents": [
        "079c73d1d0f0f6176a8089ea1b3bbd301e394334",
        "13b6a3d5198e119aa17a2d32c16642364a80250b"
      ],
      "author": {
        "name": "hoban",
        "email": "adrian.hoban@intel.com",
        "time": "Fri Jan 26 16:30:23 2018 +0100"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Fri Jan 26 16:30:24 2018 +0100"
      },
      "message": "Merge \"Path resolution for core producer\""
    }
  ],
  "next": "079c73d1d0f0f6176a8089ea1b3bbd301e394334"
}
