)]}'
{
  "log": [
    {
      "commit": "bbb9099842759a0904349d4a79930b148feb259a",
      "tree": "6446934a01156d34acf0b43014ecc60c26b42aae",
      "parents": [
        "29dd1987b0e63d3ba500b8cb92aafd0b0a1b13c9"
      ],
      "author": {
        "name": "sathishg",
        "email": "sathish.govindasamy@radisys.com",
        "time": "Fri Jun 23 09:52:29 2017 +0530"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Thu Jun 29 06:33:49 2017 -0700"
      },
      "message": "Commit to support OF Version negotiation\nhttps://jira.opencord.org/browse/VOL-38\nAddressed review comments\nChange-Id: Ia731e7da3167dec01d87c6c61f1e37c96bffd55d\n"
    },
    {
      "commit": "29dd1987b0e63d3ba500b8cb92aafd0b0a1b13c9",
      "tree": "94ba9132317b06816eef2567180e28b40655f079",
      "parents": [
        "b96ee0a30bcf98ee09208e857bcc172dfee36ff1"
      ],
      "author": {
        "name": "Richard Jankowski",
        "email": "rjankows@ciena.com",
        "time": "Wed Jun 28 13:30:18 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Wed Jun 28 18:38:07 2017 -0700"
      },
      "message": "VOL-211: Integrate a clustered Consul service with all Voltha components that use it\n\nThe Dockerfile for the CLI container runs a setup.sh script at container startup.\nThis script hard-codes the Consul lookup (-L) and endpoint (-C) arguments passed\nto /cli/cli/main.py. In Docker swarm mode, Consul is no longer used for service\nlookup; instead, Docker\u0027s DNS is used. It is desirable that the lookup argument\nbe specified in the compose file. For v2 -L is supplied and the Voltha gRPC and\nSIM endpoints are specified by Consul service name. For v3 -L is withheld and the\nVoltha gRPC and SIM endpoints are specified by Docker service name. Therefore, in\naddition to a new v3 compose file for use by Docker swarm, the existing v2 compose\nfile used by the single-node Voltha implementation must be changed.\n\nChange-Id: Ifef3e06ef9479594bfb11328dd1b1004e4f6c74f\n"
    },
    {
      "commit": "b96ee0a30bcf98ee09208e857bcc172dfee36ff1",
      "tree": "b2eb84e2652e4fd5ba958589506eed6d060671fb",
      "parents": [
        "e69ecd1c54596c978e2a192fe1bb513662bff96a"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Wed Jun 28 15:39:16 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Wed Jun 28 15:39:16 2017 -0400"
      },
      "message": "Add a readme.md file to document how integration tests would be run.\nFix the rest tests as well as the cold activation tests for them to\nwork with the latest code.\nAllow the simulated_olt to create simulated_onus - needed for the\nintegration tests.\n\nChange-Id: Id98e648f95e598bf9556d5114e4df52b62e2b8bf\n"
    },
    {
      "commit": "e69ecd1c54596c978e2a192fe1bb513662bff96a",
      "tree": "d45eacc0a0e438d893af480f686131d95ab60ef2",
      "parents": [
        "f74fa07176f2695e95acd5258ae09b0e803c085a"
      ],
      "author": {
        "name": "rshetty",
        "email": "rshetty@radisys.com",
        "time": "Wed Jun 21 12:11:06 2017 +0530"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Wed Jun 28 07:05:21 2017 -0700"
      },
      "message": "Adding get rpc for edgecore adapter\n\nChange-Id: Ic15ebe9b3d963bd9b8e721844f1ac4e3895711bc\n"
    },
    {
      "commit": "f74fa07176f2695e95acd5258ae09b0e803c085a",
      "tree": "36a558ca1c3913ff6813aa32fe2b701ada963083",
      "parents": [
        "b32e31c1cd6900d126ab396a4e7f521f9505a2bb"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed Jun 28 09:33:24 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Wed Jun 28 06:59:08 2017 -0700"
      },
      "message": "Addressed comments from reviewers from the last commit. Cleaned up color\ncoding in the installer messages. Added explicit command line parsing to\nsupport future arguments. Lowered the privilage of the user that starts\nthe cluster services.\n\nChange-Id: Ia287890548bfc9096e1919641b2f4c1f39f443e2\n"
    },
    {
      "commit": "b32e31c1cd6900d126ab396a4e7f521f9505a2bb",
      "tree": "19327c82e0445945f3de9646b9a28875b1faa6c4",
      "parents": [
        "6128779ae36dd02ea7ef1002d977e66f50e5151f"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@onlab.us",
        "time": "Wed Jun 28 01:55:50 2017 -0700"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Wed Jun 28 06:47:51 2017 -0700"
      },
      "message": "VOL-217 Initial implementation of device handler for asfvolt16\n\nThis commit is a copy-paste of the maple_olt device handler.\nThis is not elegant but it is being pushed to the repo to\nenable others to start integrating with the gRPC protobuf\nbackend. Subsequent commits will introduce a base device\nhandler class which will abstract out the generic functions.\n\nChange-Id: I7cfb25ece6cce0ab399d4b4083593ff9215c5270\n"
    },
    {
      "commit": "6128779ae36dd02ea7ef1002d977e66f50e5151f",
      "tree": "504c1fb86e14419d01fe22197b1eac6cec37f3c2",
      "parents": [
        "d1aa9e7051bad6bc725b9688a427360e39fbafb7"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Tue Jun 27 12:14:05 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Tue Jun 27 12:28:33 2017 -0400"
      },
      "message": "Updated the installer such that in test mode all built containers are\ntransferred to the install targets. This allows new containers to be\ntested before they are added to the production list.\nChanged the order in which some install steps were executed in test mode\nto allow walking away from the process more quickly by prompting for\ninformation earlier.\nUpdated the docker service instantiation to use the newly sumbmitted\ncompose files rather than the command line.\nOnce the installer is built in test mode it\u0027s started automatically\nrather than requiring intervention and then exists when it\u0027s completed\nthe deployment of the cluster. This will be useful when integrating into\nthe automated build process later.\n\nChange-Id: Id978cae69b53c605abefeb9b55f2671f9b9cfd20\n"
    },
    {
      "commit": "d1aa9e7051bad6bc725b9688a427360e39fbafb7",
      "tree": "76f9430dfef8bad5332955f954416ee85c500066",
      "parents": [
        "236bd95e15753ca56e7e443a8960a24cea240a21"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@onlab.us",
        "time": "Fri Jun 23 21:34:25 2017 -0700"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@onlab.us",
        "time": "Mon Jun 26 10:29:29 2017 -0700"
      },
      "message": "VOL-217 - Introduce OltAdapter and OnuAdapter classes\n\nChange-Id: I914f1cb73aba41b1c1aaa27d5deba7a6f991951f\n"
    },
    {
      "commit": "236bd95e15753ca56e7e443a8960a24cea240a21",
      "tree": "d0a89a597faf9d56dd267faccf89ee4a02a9530d",
      "parents": [
        "ba9cbd8c494b46da2004c9241296ec53665ae894"
      ],
      "author": {
        "name": "ggowdru",
        "email": "ggowdru@radisys.com",
        "time": "Tue Jun 20 20:32:55 2017 -0700"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Thu Jun 22 10:41:40 2017 -0700"
      },
      "message": "  https://jira.opencord.org/browse/VOL-167\n  Device Management: Retrieve Software Version on the device\n\n  Provides a framework in voltha to retrieve the software\n  details on the device.\n\n  Addressed Review Comments\n\nChange-Id: I2938e6e1a57f95d41cc8f548a5ebad9c952a23db\n"
    },
    {
      "commit": "ba9cbd8c494b46da2004c9241296ec53665ae894",
      "tree": "c2e64f790db5e9b748854ef0d4f303da7989d408",
      "parents": [
        "d908496fffde59b2f9436d8ab9c2dc9b0cfd9d82"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Thu Jun 22 11:45:49 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Thu Jun 22 11:45:49 2017 -0400"
      },
      "message": "VOL-241 VOL-239 VOL-257 VOL-258 This update solves multiple problems\nand cleans up the ansible tree somewhat.\nVOL-241 Removes the error messages during dependent software installation\nVOL-239 Removes the dependency on apt-get -y -f\nVOL-257 Adds a config file to specify the docker containers required for\n        a production deployment of vOLT-HA\nVOL-258 Adds error checking after the voltha VM executes the vOLT-HA\n        build to stop on errors rather than continuing and having the\n        installer fail much later when docker containers are missing.\n- General cleanup of the ansible tree.\n  - Removal of ansible centos conditionals since they\u0027re not required.\n  - Removal of the check for puppet and chef, not required.\n- Adds a cleanup script that will remove temporary files added\n  during an install so they don\u0027t get submitted to the repo by\n  accident.\n\nNote there are lots of commented out lines in the ansible scripts.\nThese will be removed in a subsequent update.\n\nChange-Id: I92da352408dbfed1a05d13a1e10003f169be6a66\n"
    },
    {
      "commit": "d908496fffde59b2f9436d8ab9c2dc9b0cfd9d82",
      "tree": "25cde83404e5df362fafb354397f613de7af564f",
      "parents": [
        "88518e86d0b45ae0943258446c75775b3d8dd3d7"
      ],
      "author": {
        "name": "schowdhury",
        "email": "schowdhury@radisys.com",
        "time": "Wed Jun 21 14:51:49 2017 -0700"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Thu Jun 22 07:51:07 2017 -0700"
      },
      "message": "Enabled Overlay Encryption docker containers.\n\nChange-Id: I0b63ccc7600fcd7b08af7acaf9399407bd618463\n"
    },
    {
      "commit": "88518e86d0b45ae0943258446c75775b3d8dd3d7",
      "tree": "64c42241e23bc5f14d8ed76cc065aaeca581dfe9",
      "parents": [
        "7a7091c075f30fe8273f0bcb730a4d0fca697484"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Wed Jun 21 15:42:26 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Thu Jun 22 05:49:01 2017 -0700"
      },
      "message": "VOL-244 Fixing build issue to have enough time for the smoke test to wait for all voltha services to be ready\n\nChange-Id: Id1016720be836d343a30ad87c0cab9b93a8589a8\n"
    },
    {
      "commit": "7a7091c075f30fe8273f0bcb730a4d0fca697484",
      "tree": "a7f95b0005aaf1c35aaa09c6df1abf7a8feafb29",
      "parents": [
        "88d29b99b37c40ad02fae4a8d581c3db779fadd8"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed Jun 21 23:45:45 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Thu Jun 22 00:01:42 2017 -0400"
      },
      "message": "Added a production target to the makefile that only builds the\ncontainers that are required for a production deployment of\nvoltha.\n\nChange-Id: Ic0a72ca290f3804f731eb59f46a2fb61d9d99e5f\n"
    },
    {
      "commit": "88d29b99b37c40ad02fae4a8d581c3db779fadd8",
      "tree": "cf6e6f5812cdebda6d279ea8519b564e44f3f421",
      "parents": [
        "96f817b8adaa25bc1341ed4b0b6f55324ddc898a"
      ],
      "author": {
        "name": "Stephane Barbarie",
        "email": "sbarbari@ciena.com",
        "time": "Wed Jun 21 16:43:37 2017 -0400"
      },
      "committer": {
        "name": "Stephane Barbarie",
        "email": "sbarbari@ciena.com",
        "time": "Wed Jun 21 16:43:37 2017 -0400"
      },
      "message": "VOL-245, VOL-246: Fix for alarm filter deletion and suppression\n\nChange-Id: I034a3d8267ae4370656f672fa5b2f22abe2b089c\n"
    },
    {
      "commit": "96f817b8adaa25bc1341ed4b0b6f55324ddc898a",
      "tree": "45c6b8d30611ee321224fa7922792c03b0f53ba1",
      "parents": [
        "a186796f49eeb748d818d6d2334dfaa46ef80432"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@onlab.us",
        "time": "Sun Jun 18 23:17:44 2017 -0700"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Tue Jun 20 12:11:22 2017 -0700"
      },
      "message": "VOL-217 - Move devices_handlers to IAdapter base class.\n\nThis change allows all adapters to share the base device_handlers\nfunctionality.\n\nChange-Id: If467be418f239a1747769d186a2719df45ac2249\nSigned-off-by: Shad Ansari \u003cshad@onlab.us\u003e\n"
    },
    {
      "commit": "a186796f49eeb748d818d6d2334dfaa46ef80432",
      "tree": "80bf730f6729b22949857509e06c1d016f7437f1",
      "parents": [
        "7ba064f8acd3e1de19f364d794ee6faa2342a31a"
      ],
      "author": {
        "name": "Richard Jankowski",
        "email": "rjankows@ciena.com",
        "time": "Tue Jun 20 13:35:31 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Tue Jun 20 11:51:42 2017 -0700"
      },
      "message": "VOL-56: Update consul to run in a multi-host swarm mode docker engine\n\nChange-Id: I46613cc580a21e2b32654a4d857662a4b0f3a0c2\n"
    },
    {
      "commit": "7ba064f8acd3e1de19f364d794ee6faa2342a31a",
      "tree": "85c16bddf3b3e8b699379e18116cbef8ef3078f5",
      "parents": [
        "5c54579c2a2a0146de30cf2cd007958dd33b484d"
      ],
      "author": {
        "name": "Stephane Barbarie",
        "email": "sbarbari@ciena.com",
        "time": "Tue Jun 20 10:57:20 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Tue Jun 20 11:51:30 2017 -0700"
      },
      "message": "VOL-212, VOL-213: Added support for a kafka cluster within swarm\n\nAmendment:\n- Added reference to voltha-net network\n\nChange-Id: Ia6beaa564325f531d09b93c46a8867139e78e63a\n"
    },
    {
      "commit": "5c54579c2a2a0146de30cf2cd007958dd33b484d",
      "tree": "d709236f88143a0b865ee51dbb34bd70a21302d6",
      "parents": [
        "5507851cd161226010575927780b036f22baad25"
      ],
      "author": {
        "name": "Andrew Chagnon",
        "email": "andrew.chagnon@tibitcom.com",
        "time": "Tue Jun 20 13:48:06 2017 -0400"
      },
      "committer": {
        "name": "Andrew Chagnon",
        "email": "andrew.chagnon@tibitcom.com",
        "time": "Tue Jun 20 13:48:06 2017 -0400"
      },
      "message": "Correct EPON link support\n\nChange-Id: I1284a903aa0d7677e55e29a6c39b13aac082c3db\n"
    },
    {
      "commit": "5507851cd161226010575927780b036f22baad25",
      "tree": "c22c706a91692da9f426dd443f7dc3a9a5932cc2",
      "parents": [
        "96e37a7916e0a28f8f4809a21d91c5e5b13fab59"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Tue Jun 20 10:29:03 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Tue Jun 20 10:30:30 2017 -0400"
      },
      "message": "VOL-237 Added information on configuring the location of the cord\ndirectory as required by the installer creator.\n\nChange-Id: I3c1b413919e23ff5cce3b6af1926d7c34cccc593\n"
    },
    {
      "commit": "96e37a7916e0a28f8f4809a21d91c5e5b13fab59",
      "tree": "c3b08525580dd3f4c3954861099efd69d2e05282",
      "parents": [
        "9be9e5e50bd5c7fbbf0a29e12832552af294a151"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Mon Jun 19 17:19:21 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Tue Jun 20 06:41:18 2017 -0700"
      },
      "message": "Missing file from previous commit\n\nChange-Id: I79d1f63052eb2d65d6c9726ed0340c1d57997e53\n"
    },
    {
      "commit": "9be9e5e50bd5c7fbbf0a29e12832552af294a151",
      "tree": "729a404a518b0be518572b2db78739cb0bae2e4e",
      "parents": [
        "260c0766a27a83563963bdecafeed6eaaef8b0f4"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Jun 19 23:06:41 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Jun 19 23:09:09 2017 -0400"
      },
      "message": "VOL-236 Updates to the documentation to include the need to configure\nssh and ansible for the creation of the installer to function correctly.\n\nChange-Id: I4aaa12e21b615426e537c0eefd9f8b3397f96731\n"
    },
    {
      "commit": "260c0766a27a83563963bdecafeed6eaaef8b0f4",
      "tree": "1005f99c12ebc85aeb01740d368f86aa389fc1a4",
      "parents": [
        "8110b61e600172d1474f5f21114bfb79b4167992"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Jun 19 22:28:14 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Jun 19 22:28:14 2017 -0400"
      },
      "message": "VOL-235 this update adds a .gitignore file to the\ninstall/ansible/host_vars directory to ensure that it exists in the\nrepo and is downloaded when the repo is cloned or synced.\n\nChange-Id: I585d6e271b86d2b3ce1f38b6a7cf6801dd9c60ab\n"
    },
    {
      "commit": "8110b61e600172d1474f5f21114bfb79b4167992",
      "tree": "169a4622ac77cf9d9dc00572cf9ce5a1e5576a55",
      "parents": [
        "36e165563a2dbdd4324155909f1a1897025b0e4a"
      ],
      "author": {
        "name": "rshetty",
        "email": "rshetty@radisys.com",
        "time": "Thu Jun 15 18:41:56 2017 +0530"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Mon Jun 19 09:36:36 2017 -0700"
      },
      "message": "Adding proto message to handle clear on BAL objects\n\nChange-Id: Ie219683234b426e11c592cbe220e603332b59b49\n"
    },
    {
      "commit": "36e165563a2dbdd4324155909f1a1897025b0e4a",
      "tree": "532cb161f762e1adc972cd199b3f315444c6c3aa",
      "parents": [
        "a8588f2d702d46c5feb9de574ae610a36171acf3"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Jun 19 11:00:45 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Jun 19 11:00:45 2017 -0400"
      },
      "message": "VOL-234. This update fixes issues seen with unresolved symbolic links\nin the voltha tree when building and using the installer. There are\nalso updates to the documentation based on feedback receive from\nmultiple parties.\n\nChange-Id: I21c7920cd52c42c7d5f4b48e064eafd04dd52203\n"
    },
    {
      "commit": "a8588f2d702d46c5feb9de574ae610a36171acf3",
      "tree": "7f9b576ed221dc282de7b32cb40e15bad7a76309",
      "parents": [
        "263900e32ee86eb7a7012f8159d1bf50c7ae2c8c"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Fri Jun 16 12:13:34 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Jun 19 06:47:12 2017 -0700"
      },
      "message": "This commit lays the groudwork for inter-core request forwarding.\nIt includes: 1) adding global ids for both logical and device ids\nand 2) keep a mapping of vore instances along with their respective\ndocker IPs.\n\nChange-Id: I124b883cd639d6b507adef77ae09af7ca486fb14\n"
    },
    {
      "commit": "263900e32ee86eb7a7012f8159d1bf50c7ae2c8c",
      "tree": "2692fb68802e2dd08a88a1f42fa1886a0d9e72b6",
      "parents": [
        "7bca172f45f4d06f73c379f4b9a64ce1ed56edc4"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Fri Jun 16 21:39:04 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Fri Jun 16 21:39:04 2017 -0400"
      },
      "message": "Added the deployment and initialization of base services required for\nvOLT-HA. These are consul, zookeeper, and kafka. All services are\ndeployed in 3 member clusters. voltha is also started as a single\ninstance to demonstrate that it interacts with the consul cluster and\ncreates the keys in the KV store as expected.\nAdded updates to the documentation to ensure it\u0027s crystal clear how the\nbare metal server needs to be set up.\nThis update continues to address VOL-6.\n\nChange-Id: I909f2e70b117589ba7e119a9840a2c810a7991cb\n"
    },
    {
      "commit": "7bca172f45f4d06f73c379f4b9a64ce1ed56edc4",
      "tree": "9e6a00590db0874edd9cf66a67b02055f3e96eb7",
      "parents": [
        "14bcd99bc219daf793a7f055ce2b3e6685082c96"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@onlab.us",
        "time": "Fri Jun 16 13:24:22 2017 -0700"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Fri Jun 16 15:06:24 2017 -0700"
      },
      "message": "VOL-217 - Add check in adapter loader to skip over IAdapter class\n\nIn _find_adapters(), getattr() returns the IAdapter as an attribute\nwhich the loader tries to load as well (and fails). Adding a\ncheck to skip if attribute is IAdapter.\n\nChange-Id: If6ad0e93f9919905eef304e767c8fc8ac967d4d6\nSigned-off-by: Shad Ansari \u003cshad@onlab.us\u003e\n"
    },
    {
      "commit": "14bcd99bc219daf793a7f055ce2b3e6685082c96",
      "tree": "031e922b1b0c8bb7d50e1cdad0ae0ace85d1214b",
      "parents": [
        "a260f5b2b90d8a07463e2e7d196557ff7a2eee26"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@onlab.us",
        "time": "Tue Jun 13 14:27:20 2017 -0700"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Fri Jun 16 08:39:20 2017 -0700"
      },
      "message": "VOL-217 - Initial implementation of Adapter base class\n\nChange-Id: Ia719374877902e804ba85f18e2005c63579ac8f3\n"
    },
    {
      "commit": "a260f5b2b90d8a07463e2e7d196557ff7a2eee26",
      "tree": "57ca7778b3e7719788a3061d37640a227aa98916",
      "parents": [
        "f8b2377ca16a50a6d49cff384533ea0cb96c8c44"
      ],
      "author": {
        "name": "schowdhury",
        "email": "schowdhury@radisys.com",
        "time": "Wed Jun 14 15:54:25 2017 -0700"
      },
      "committer": {
        "name": "schowdhury",
        "email": "schowdhury@radisys.com",
        "time": "Wed Jun 14 15:54:25 2017 -0700"
      },
      "message": "Multiple Fixes in Registrator to Consul Communication.\n   - TLS works with Certificate Verififcation on both sides.\n   - registrator changed from latest to master , docker pull gliderlabs/registrator:master\n   - A source code fix is needed in Registrator to make TLS work.\n\nChange-Id: Ib23e0c790b9edd303d2292e87b4ea8149aa0311f\n"
    },
    {
      "commit": "f8b2377ca16a50a6d49cff384533ea0cb96c8c44",
      "tree": "47c5dd89e763e475ff49fd58c966c52ce64e578a",
      "parents": [
        "a638ae397551225d6c17666604a05ff33a444bee"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed Jun 14 13:30:45 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed Jun 14 13:30:45 2017 -0400"
      },
      "message": "Added additional information relating to a workaround for Ubutu and\nvagrant. Also converted from dos to unix mode.\n\nChange-Id: If5e22976df414a7c731738901db8c02308284e75\n"
    },
    {
      "commit": "a638ae397551225d6c17666604a05ff33a444bee",
      "tree": "e2bbca37f45f8a78d6f0820c0a738de30e26ce25",
      "parents": [
        "e37300e27241ac246e5c9723af0801de76b037c0"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed Jun 14 09:57:05 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed Jun 14 09:58:34 2017 -0400"
      },
      "message": "Updated the documentation after a trial run with some team members.\nAlso added a note about a known Ubuntu issue and vagrant VMs.\nThis update continues to address VOL-6\n\nChange-Id: I85d53e44193b103a0535f8b02a19096d14f581eb\n"
    },
    {
      "commit": "e37300e27241ac246e5c9723af0801de76b037c0",
      "tree": "a5ff268ce0c69fd9afe872dffb1b65878a254ad1",
      "parents": [
        "37f4a0e2eb4e12f1ba706f437a9aaddac86d97ae"
      ],
      "author": {
        "name": "Stephane Barbarie",
        "email": "sbarbari@ciena.com",
        "time": "Thu Jun 08 11:22:16 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Wed Jun 14 06:50:57 2017 -0700"
      },
      "message": "Voltha Alarm Filters: Added new integration test\n- Also fixed alarm events test\n\nAmendments:\n- Execution should succeed when the topic does not exist\n- Send msg to the kafka bus to ensure the topic gets created\n- Optimized the executed kafka commands\n\nChange-Id: Iebafddf5da8f46acd4bf77e1a9fae823f085c70e\n"
    },
    {
      "commit": "37f4a0e2eb4e12f1ba706f437a9aaddac86d97ae",
      "tree": "4f00d12dfaf0f7bad28002a1f3ab32e5070caa7c",
      "parents": [
        "eae587dd26087d070f2d4e21dd6374e3150a658d"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed Jun 14 07:50:01 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Wed Jun 14 06:50:24 2017 -0700"
      },
      "message": "Added the necessary code to reboot the target servers after the\ninstallation in case the kernel is upgraded during the install which is\nlikely if the servers are installed as recommended.\nAlso fixed a small issue where the key files required for swarm\ninitialization were nested 2 directories deep.\nThis update contnues to address VOL-6.\n\nChange-Id: I5d0e8b26be8028e68dcd382acf851a3ffa5bac85\n"
    },
    {
      "commit": "eae587dd26087d070f2d4e21dd6374e3150a658d",
      "tree": "c5a8fc4a9e897fcd662a388df972a2091fec695c",
      "parents": [
        "7c483622177cf7a8ec83fa08e588f3c366697b7c"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@onlab.us",
        "time": "Tue Jun 13 22:02:22 2017 -0700"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@onlab.us",
        "time": "Tue Jun 13 22:03:33 2017 -0700"
      },
      "message": "VOL-159 - Add missing reconcile_device() in asfvolt16_olt\n\nChange-Id: I7355df039080112516cbb27ae04e55e41fe2f0a4\n"
    },
    {
      "commit": "7c483622177cf7a8ec83fa08e588f3c366697b7c",
      "tree": "b6b9997990f1f8091b25ed7e6e4c5dbee65827a6",
      "parents": [
        "9048eb7f3334d2f2232bcbbb7418b4960e961085"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Tue Jun 13 15:51:34 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Tue Jun 13 15:51:34 2017 -0400"
      },
      "message": "Enhanced the installer\u0027s test mode such that multiple development users\ncan create independent vagrant VM based clusters on the same bare metal\nserver. This reduces the number of servers required to do development\nand testing of the voltha HA cluster.\nUpdated the production installer to start a 3 node docker swarm cluster\nonce installation is completed.\nAdded an option to the production installer to use a different QEMU/KVM\nnetwork to enable testing of the installer using vagrant based VMs on\nthe same server as the installer. The production installer will use the\ndefault network otherwise.\nFurther provisioning of the installed environment will be submitted in\nsubsequent updates as the HA implementation progresses.\n\nChange-Id: I62424e882d4a7f322acb9e26a9ee588c6fa91ca1\n"
    },
    {
      "commit": "9048eb7f3334d2f2232bcbbb7418b4960e961085",
      "tree": "7930fff8b179d1476bc0376a82ec9ff2ff36eff2",
      "parents": [
        "ce68104ba6924f676e86c0b2835d7916624f43f2"
      ],
      "author": {
        "name": "Suhas Gururaj Rao",
        "email": "sgururaj@radisys.com",
        "time": "Mon Jun 12 04:33:01 2017 -0700"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Tue Jun 13 08:54:38 2017 -0700"
      },
      "message": "proto buff for bal indications\n\nReview comments addressed\n\nChange-Id: I1dc0fbfec429a38d645b164f3587e7e344415a24\n"
    },
    {
      "commit": "ce68104ba6924f676e86c0b2835d7916624f43f2",
      "tree": "3a04f4b8d6088ae4b1de1a52c199d4676c5add2e",
      "parents": [
        "2fc4864e11b8daa4345c13655107633ee2b1da16"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Mon Jun 12 11:25:34 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Tue Jun 13 08:08:20 2017 -0700"
      },
      "message": "Adding reconcile_device() API to newly added adtran OLT\n\nChange-Id: Ibc5175b501a2a8ca598e470416471da74a9aeb85\n"
    },
    {
      "commit": "2fc4864e11b8daa4345c13655107633ee2b1da16",
      "tree": "81d808fdffd05c00dfae268fb4d961f9f7067ae9",
      "parents": [
        "90b224d843ba99161ba5e1a5aa7496bc3346ea03"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@onlab.us",
        "time": "Sat Jun 10 01:40:32 2017 -0700"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Tue Jun 13 08:01:13 2017 -0700"
      },
      "message": "VOL-159: Stubbed initial commit of asvolt16_olt adapter\n\nChange-Id: Id7bf2bd72028daacb3a2f77c59d0bc7df7791913\nSigned-off-by: Shad Ansari \u003cshad@onlab.us\u003e\n"
    },
    {
      "commit": "90b224d843ba99161ba5e1a5aa7496bc3346ea03",
      "tree": "b31387eb1eb9f805d6474eea59ba67ec5e2c4b55",
      "parents": [
        "407392144c327a41ce65d251c8bcf6be2d8156aa"
      ],
      "author": {
        "name": "Chip Boling",
        "email": "chip.boling@adtran.com",
        "time": "Fri Jun 02 11:51:48 2017 -0500"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Tue Jun 13 07:41:41 2017 -0700"
      },
      "message": "https://jira.opencord.org/browse/VOL-137\n\nChange-Id: I3c62f05e10a036e402efc92a8710606df0b505de\n"
    },
    {
      "commit": "407392144c327a41ce65d251c8bcf6be2d8156aa",
      "tree": "d5e4eee5baf17c6e0cc684d75620c31fe46e6126",
      "parents": [
        "4cad268ecdb5c34b1e6872c06ef7c4b039831993"
      ],
      "author": {
        "name": "schowdhury",
        "email": "schowdhury@radisys.com",
        "time": "Mon Jun 12 07:40:31 2017 -0700"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Tue Jun 13 07:39:35 2017 -0700"
      },
      "message": "Build voltha/consul Container Image with its own file system, not mounted volume from the Host.\n\n  -- Added --data-dir Option in Consul Launch Command\n  -- Added --config-dir Option Consul Launch Command\n  -- Fixed the Launch issue and removed --data-dir \u0026 --config-dir Option from launch command.\n\nBuild voltha/registrator Comtainer Image with its own file system.\n\n  -- Fixed nginx volume path (typo)\n\nChange-Id: I4640e81feaac683b057bdfa5cda5e16579f58a37\n"
    },
    {
      "commit": "4cad268ecdb5c34b1e6872c06ef7c4b039831993",
      "tree": "ca5c30ec6d46f0e1cbe8b41fdde919b7472d804f",
      "parents": [
        "032d3307fb72066fbdfb8b5b2cdf010c649876d8"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Mon Jun 12 21:42:39 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Mon Jun 12 21:42:39 2017 -0400"
      },
      "message": "Add YANG specific annotations to voltha.proto for alarmfilterkey.  Without it YANG parsing of the voltha proto file will fail\n\nChange-Id: I7b3a53de4c2e451937583471ea15b019931100f1\n"
    },
    {
      "commit": "032d3307fb72066fbdfb8b5b2cdf010c649876d8",
      "tree": "36c8bf11cf3add1a8c2a76d362fc8c9ae92a89ae",
      "parents": [
        "d24189ec6bb130c4d517a31ceb9864a64c83a4de"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Fri Jun 09 14:50:04 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Jun 12 06:37:05 2017 -0700"
      },
      "message": "[ 4222 ] Minor changes after code review\n\nThis is the initial commit for Persistence and Voltha restart.\nIt consists of the following:\n1) Introduction of a store config id which represents the data of\n   a Voltha instance.\n2) The Coordinator service dynamically allocates a store config id\n   to each voltha instance on startup.  It also reallocates the same id\n   to another voltha instance in the event the previous voltha instance\n   with that store id went down.\n3) All voltha data is stored in Consul as KV\n4) When a Voltha instance is started and get allocated a config id that\n   refers to existing data (from an instance that went down), then it will\n   load all the data from Consul into its own memory and start a reconciliation\n   process.\n5) During the reconciliation process, the necessary agents and\n   callbacks are created as per the data.  A reconcile() API is also\n   invoked on the adapters to perform their side of the reconciliation.\n6) The Reconciliation process is implemented in ponsim OLT and ONU\n7) A set of integration tests focussed on persistence and voltha\n   restarts.\n8) Fix a few bugs along the way\n\nChange-Id: I8c2bbae3b2fc79d0afd8ce3b7b0be6bde93e492a\n"
    },
    {
      "commit": "d24189ec6bb130c4d517a31ceb9864a64c83a4de",
      "tree": "97621cba406b1f840e77c15799aa2cbcc535a528",
      "parents": [
        "b4d604fc27daf9b9bbfadc643032371887291b33"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Sat Jun 10 23:27:15 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Sat Jun 10 23:27:15 2017 -0400"
      },
      "message": "Added the required initialization to start the docker swarm cluster.\nConverted yet more dos format files to unix format. Updated the\ndocument on building voltha on a QEMU/KVM virtualization environment\nusing vagrant. Added a configuration file for the install vagrant to\neventually enable multiple users on a single compute node all able to\nrun independent voltha docker swarm clusters as VMs. More work is\nrequired to finalize multi-user test mode which will be submitted in a\nsubsequent update.\n\nThis update continues to address Jira VOL-6\n\nChange-Id: I88bc41aa6484877cb76ad38f8bab894f141cebdb\n"
    },
    {
      "commit": "b4d604fc27daf9b9bbfadc643032371887291b33",
      "tree": "9de6c2f03bf1b123cbcfa13a66260a7451f978b7",
      "parents": [
        "33763f47f088b278a01c6995c9e61642ad204937"
      ],
      "author": {
        "name": "Andrew Chagnon",
        "email": "andrew.chagnon@tibitcom.com",
        "time": "Fri Jun 09 15:45:39 2017 -0400"
      },
      "committer": {
        "name": "Paul Gray",
        "email": "paul.gray@tibitcom.com",
        "time": "Fri Jun 09 12:58:14 2017 -0700"
      },
      "message": "Change reported Hardware Revision\nCorrect bug when no links are present on OLT\n\nChange-Id: I6f22474f6891a7d00b3c89c220501d06e6cdafb9\n"
    },
    {
      "commit": "33763f47f088b278a01c6995c9e61642ad204937",
      "tree": "31b31999326f9f7685acb77ef01687766d84bc16",
      "parents": [
        "4f2646f930597eb7c8377b8c7f2c243ea3fb6446"
      ],
      "author": {
        "name": "schowdhury",
        "email": "schowdhury@radisys.com",
        "time": "Fri Jun 09 02:05:42 2017 -0700"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Fri Jun 09 12:14:46 2017 -0700"
      },
      "message": "Moved Encryption Related Configs to a different Compose file\n\nChange-Id: I1b6555db2f643fb5f7438b64bee62422d6a3dfaa\n"
    },
    {
      "commit": "4f2646f930597eb7c8377b8c7f2c243ea3fb6446",
      "tree": "1c8b1bdcf9f5a1f14cc199cdd66481a267ab1639",
      "parents": [
        "83777cb4d9a7dc7cc347ee87d6af48925075f2d4"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Fri Jun 09 11:42:58 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Fri Jun 09 11:42:58 2017 -0400"
      },
      "message": "Update jenkinsfile to use make build instead of make\n\nChange-Id: I9c162fc5bb35863f89843dc3ac53ad4e475c7b3c\n"
    },
    {
      "commit": "83777cb4d9a7dc7cc347ee87d6af48925075f2d4",
      "tree": "e45829f669028103cf8f1924b35babf965a7a4e0",
      "parents": [
        "bf77c86932b3b823912360c0d09ae5f8bfe969ae"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@onlab.us",
        "time": "Fri Jun 02 14:56:08 2017 -0700"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Thu Jun 08 11:27:40 2017 -0700"
      },
      "message": "VOL-162 - Initial commit of BAL-API protobuf\n\nChange-Id: Iea2bc0070515da143c6fd5afc915e839681d1af0\nSigned-off-by: Shad Ansari \u003cshad@onlab.us\u003e\n"
    },
    {
      "commit": "bf77c86932b3b823912360c0d09ae5f8bfe969ae",
      "tree": "518bed14109777fa5660ec5dc6ce21c6c8331a20",
      "parents": [
        "c5477710862bb4bfeb37c4a67e159664dc43dc35"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Thu Jun 08 13:24:27 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Thu Jun 08 13:24:27 2017 -0400"
      },
      "message": "Fix to the vagrantfile to support both virtualbox and KVM boxes based\non a configuration file. This is required because the build environment\nis using virtualbox and most customers us KVM. The real solution would\nbe to update the build environment.\n\nChange-Id: I7ddd8921f45cefcbadb1b6bbabea11bb925c1a43\n"
    },
    {
      "commit": "c5477710862bb4bfeb37c4a67e159664dc43dc35",
      "tree": "b087d8c8e3e82bb60f04ba35b8043168de7c6463",
      "parents": [
        "9974f21dc5239d1ba19ecade7bb284df0d5a5ff6"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed Jun 07 11:56:56 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Thu Jun 08 08:30:30 2017 -0700"
      },
      "message": "Multiple updates. Converted many of the Yaml files from \"dos\" format to\n\"unix\" format. Finalized the creation of the final installer file set\nthat can be copied to a USB Flash drive or other removable media.\nUpdated the config file with comments to make it more user friendly.\nDeleted ansible files that were no longer needed. This update continues\nto address the requirements laid out by Jira VOL-6.\n\nChange-Id: I7434d2ec01768121e8d2ec50bb633c515281b37a\n"
    },
    {
      "commit": "9974f21dc5239d1ba19ecade7bb284df0d5a5ff6",
      "tree": "085a6a27ad31fb225d8662d0b903dc71d7620b93",
      "parents": [
        "9d027c0437f0aacca4a2f3572ca4944278eb2928"
      ],
      "author": {
        "name": "ggowdru",
        "email": "ggowdru@radisys.com",
        "time": "Tue Jun 06 23:31:25 2017 -0700"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Thu Jun 08 05:57:10 2017 -0700"
      },
      "message": "https://jira.opencord.org/browse/VOL-48\n\nPrevent accidental full builds.\nChange the default make target to print out the list of targets.\nIf you then want to build particular target, specify them in make command\n\nReview comments addressed\n\nChange-Id: I4a20398ef0ca18de7314639bf45a2e822bdcc7b9\n"
    },
    {
      "commit": "9d027c0437f0aacca4a2f3572ca4944278eb2928",
      "tree": "4282d784438b56d2af43cfa18175239eb664d9a9",
      "parents": [
        "14088966d928548d30f83b4acc61e6e7f63d9854"
      ],
      "author": {
        "name": "schowdhury",
        "email": "sisir.chowdhury@radisys.com",
        "time": "Tue Jun 06 23:14:33 2017 -0700"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Thu Jun 08 04:52:10 2017 -0700"
      },
      "message": "iMoving HTTP Communication back to port 8500, HTTPS to 8501.\nThis will allow the existing HTTP communication to work.\n\nChange-Id: Ica70266bd1a744907cdb2584188b8635f67ade29\n"
    },
    {
      "commit": "14088966d928548d30f83b4acc61e6e7f63d9854",
      "tree": "e2f794f82150f6c95af55a77a3a3f17f17501f70",
      "parents": [
        "ee4b2bc5cbba39e6950c00eeb1738e6a8f353f20"
      ],
      "author": {
        "name": "Stephane Barbarie",
        "email": "sbarbari@ciena.com",
        "time": "Thu Jun 01 16:56:55 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Wed Jun 07 07:36:31 2017 -0700"
      },
      "message": "Netopeer NETCONF server integration\n\nAmendments:\n\n- Removed local copy of golang package. Added instructions to download it.\n- Removed cached files which are created when transapi is built.\n- Added netopeer as a build-able Makefile component.\n  Updated documentation.\n\nChange-Id: I532e813b81a0531648c5a6bcb048208700cf57a4\n"
    },
    {
      "commit": "ee4b2bc5cbba39e6950c00eeb1738e6a8f353f20",
      "tree": "4b5b2e39b1cd50b8d410111bf4f66ed8d5dc97a8",
      "parents": [
        "87b2329e3725a684d7a5f69934467ebf98b73a24"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Jun 05 10:08:59 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed Jun 07 09:08:09 2017 -0400"
      },
      "message": "Initial commit of the voltha installer. There are several things that\nneed to be cleaned up but the installer is fully functional in test\nmode and creates 3 non-clustered VMs with identical voltha installs\nuntil such time as HA is ready. Once HA is ready, the scripts will be\nmodified to deploy the full HA cluster.\nThis update partially addresses Epic VOL-6.\n\nMade changes requested by the reviewers.\n\nChange-Id: I083239e1f349136d2ec1e51e09391da341177076\n"
    },
    {
      "commit": "87b2329e3725a684d7a5f69934467ebf98b73a24",
      "tree": "a6d0d6d54ff2353deff6a24827f2709daaccda68",
      "parents": [
        "1b285e892f0c3e36bffd5547f7597e8e9c212bed"
      ],
      "author": {
        "name": "schowdhury",
        "email": "sisir.chowdhury@radisys.com",
        "time": "Thu Jun 01 07:14:11 2017 -0700"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Tue Jun 06 15:40:18 2017 -0700"
      },
      "message": "Preliminary Commit to secure communication between Registrator and Consul\n\n -- This is just a prep work for :\n        https://jira.opencord.org/browse/VOL-155,\n      \u0026 https://jira.opencord.org/browse/VOL-154.\n    Consul \u0026 Registrator - We just have to package the PKI files and Enable TLS.\n\n -- Consul Start-Up Logs\n \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\nssl.josn\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n{\n  \"ca_file\": \"/consul/config/voltha-CA-template.pem\",\n  \"cert_file\": \"/consul/config/voltha-cert-template.crt\",\n  \"key_file\": \"/consul/config/voltha-pvt-template.key\",\n  \"verify_incoming\": true,\n  \"verify_outgoing\": true\n}\nConsul Start-up logs..\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n\n\u003d\u003d\u003e Starting Consul agent...\n\u003d\u003d\u003e Consul agent running!\n           Version: \u0027v0.8.3\u0027\n           Node ID: \u0027fc5cb7d0-106a-fa68-441f-251c5952d16c\u0027\n         Node name: \u0027ca6ebcd10ce5\u0027\n        Datacenter: \u0027dc1\u0027\n            Server: true (bootstrap: true)\n       Client Addr: 0.0.0.0 (HTTP: 8501, HTTPS: 8500, DNS: 8600)\n      Cluster Addr: 172.18.0.4 (LAN: 8301, WAN: 8302)\n    Gossip encrypt: true, RPC-TLS: true, TLS-Incoming: true\n             Atlas: \u003cdisabled\u003e\n\n\u003d\u003d\u003e Log data will now stream in as it occurs:\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n\nssl.josn\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n{\n  \"ca_file\": \"/consul/config/voltha-CA-template.pem\",\n  \"cert_file\": \"/consul/config/voltha-cert-template.crt\",\n  \"key_file\": \"/consul/config/voltha-pvt-template.key\",\n  \"verify_incoming\": false,\n  \"verify_outgoing\": false\n}\nConsul Start-up logs..\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n\n\u003d\u003d\u003e WARNING: LAN keyring exists but -encrypt given, using keyring\n\u003d\u003d\u003e WARNING: WAN keyring exists but -encrypt given, using keyring\n\u003d\u003d\u003e WARNING: Bootstrap mode enabled! Do not enable unless necessary\n\u003d\u003d\u003e Starting Consul agent...\n\u003d\u003d\u003e Consul agent running!\n           Version: \u0027v0.8.3\u0027\n           Node ID: \u0027fc5cb7d0-106a-fa68-441f-251c5952d16c\u0027\n         Node name: \u0027ca6ebcd10ce5\u0027\n        Datacenter: \u0027dc1\u0027\n            Server: true (bootstrap: true)\n       Client Addr: 0.0.0.0 (HTTP: 8501, HTTPS: 8500, DNS: 8600)\n      Cluster Addr: 172.18.0.6 (LAN: 8301, WAN: 8302)\n    Gossip encrypt: true, RPC-TLS: false, TLS-Incoming: false\n             Atlas: \u003cdisabled\u003e\n\nChange-Id: I8acc9b680019076843f8b9b331c72d7a9b973bb1\n"
    },
    {
      "commit": "1b285e892f0c3e36bffd5547f7597e8e9c212bed",
      "tree": "c74c4d226285840fddf4e386f21280767a62e9d8",
      "parents": [
        "ac4850d83262f4eea038d3b7c5f145c41b5cf647"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Jun 05 08:45:02 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Jun 05 08:45:02 2017 -0400"
      },
      "message": "Corrected some errors in the procedure and cleaned it up a bit with the\naddition of a table of contents and title page.\n\nChange-Id: I316bc08b9087e7675dfc4f22e00bafc052ee687d\n"
    },
    {
      "commit": "ac4850d83262f4eea038d3b7c5f145c41b5cf647",
      "tree": "6fffa908fbb2cf3d9f6cf085e71f590c535a4634",
      "parents": [
        "00433e51c9f784bfeed65138f9dfc4a53dfd9cc4"
      ],
      "author": {
        "name": "Paul Gray",
        "email": "paul.gray@tibitcom.com",
        "time": "Fri Jun 02 14:53:40 2017 -0700"
      },
      "committer": {
        "name": "Paul Gray",
        "email": "paul.gray@tibitcom.com",
        "time": "Fri Jun 02 14:53:40 2017 -0700"
      },
      "message": "Tibit OLT and ONU Adapter Updates\n\nChange-Id: I75820681dc55f6ba6988beae449b21612df20ae7\n"
    },
    {
      "commit": "00433e51c9f784bfeed65138f9dfc4a53dfd9cc4",
      "tree": "06ab90dbaf0b753ddbf0f17ccf5b7aa795523222",
      "parents": [
        "2f1a3f8a4694c0b2916f02f8c7e1d36850d8637e"
      ],
      "author": {
        "name": "sathishg",
        "email": "sathish.govindasamy@radisys.com",
        "time": "Tue May 23 16:07:41 2017 +0530"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Fri Jun 02 06:50:06 2017 -0700"
      },
      "message": "https://jira.opencord.org/browse/CORD-1174\nInclusion of generation_id validation during master/slave election.\nAddressed Review comments\nChange-Id: Ib9e15617fb70204d47cf5f3b06ae94fa3e0e7ea3\n"
    },
    {
      "commit": "2f1a3f8a4694c0b2916f02f8c7e1d36850d8637e",
      "tree": "3455c1bc8c4b4fca673c21777163367b57e52bb0",
      "parents": [
        "cfc2dc352235a7382f1756469e92aa4821017d37"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed May 31 10:35:00 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Thu Jun 01 05:55:38 2017 -0700"
      },
      "message": "Modified the Vagrantfile such that it can be used to create a voltha VM\nunder QEMU/KVM. Also included the documentation on how to get a bare\nmetal server set up to utilize the modified Vagrantfile to create a\nrunning voltha virtual machine under QEMU/KVM.\n\nChange-Id: Ice922d9617b3b626d1cdf977d0aba944e211c703\n"
    },
    {
      "commit": "cfc2dc352235a7382f1756469e92aa4821017d37",
      "tree": "59b71bd0d8e7275f50d9b8c1e5e710fb770ce1dc",
      "parents": [
        "9521fed0e156efee42d55f8c9e3ff0c7f8df344e"
      ],
      "author": {
        "name": "Paul Gray",
        "email": "paul.gray@tibitcom.com",
        "time": "Wed May 31 12:58:43 2017 -0700"
      },
      "committer": {
        "name": "Paul Gray",
        "email": "paul.gray@tibitcom.com",
        "time": "Wed May 31 12:58:43 2017 -0700"
      },
      "message": "Updates to Tibit Adapters\n\nChange-Id: I8bd15d2a1a7c5d56da0923f50876017a56cee49f\n"
    },
    {
      "commit": "9521fed0e156efee42d55f8c9e3ff0c7f8df344e",
      "tree": "6319a485621c6ff6d34c7d371ac5556ff1a551a6",
      "parents": [
        "d7f33777caa8fdc68ede844ff56d39690618e47b"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Tue May 30 16:31:21 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Tue May 30 16:31:21 2017 -0400"
      },
      "message": "This update adds the required ansible task, templates, and variables to\nenable a running voltha VM to push images to an insecure registry on a\nserver named vinstall. This is specifically to support the creation of\na voltha installer VM. This update is one of many to suppor the\ninstallation of voltha without external network access. Ref Jira VOL-6.\n\nChange-Id: I7c442f0af02e5f3d59a931ecb6fc5a0222e01585\n"
    },
    {
      "commit": "d7f33777caa8fdc68ede844ff56d39690618e47b",
      "tree": "67be8b4c9966e4bb1bb4c067e2bfae080ed2443b",
      "parents": [
        "7a312e4554453b8b18a25dee20842e70c9b6082d"
      ],
      "author": {
        "name": "Peter Shafik",
        "email": "pshafik@ciena.com",
        "time": "Wed May 17 13:56:34 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Tue May 30 11:13:15 2017 -0700"
      },
      "message": "Forward ONU events received by the maple_olt adapter to\nthe broadcom_onu adapter and handle them as required.\n\nChange-Id: I7128cef40ab2a093ebbd72e8fb50a17e85e44a36\n"
    },
    {
      "commit": "7a312e4554453b8b18a25dee20842e70c9b6082d",
      "tree": "d4620431121b1bc737ddd5fd8b6a5b923e222339",
      "parents": [
        "8655f145dedc09bcc28dcfcb4a0a1fdf73d5f31c"
      ],
      "author": {
        "name": "Paul Gray",
        "email": "paul.gray@tibitcom.com",
        "time": "Thu May 25 15:08:00 2017 -0700"
      },
      "committer": {
        "name": "Paul Gray",
        "email": "paul.gray@tibitcom.com",
        "time": "Thu May 25 15:08:00 2017 -0700"
      },
      "message": "- Support disable_device/reenable_device/reboot_device on the OLT\n- Support reboot_device on the ONU\n\nChange-Id: I4a25c687def0e6bc3c02602b2599bf8c49f86179\n"
    },
    {
      "commit": "8655f145dedc09bcc28dcfcb4a0a1fdf73d5f31c",
      "tree": "0b6a27823efea762aacfab8cad9c86a883b92155",
      "parents": [
        "934d288488cba51c1513c38405f5bc0b243d4879"
      ],
      "author": {
        "name": "Paul Gray",
        "email": "paul.gray@tibitcom.com",
        "time": "Thu May 25 06:47:04 2017 -0700"
      },
      "committer": {
        "name": "Paul Gray",
        "email": "paul.gray@tibitcom.com",
        "time": "Thu May 25 06:47:04 2017 -0700"
      },
      "message": "Fix Merge Issue\n\nChange-Id: I7b30452e05f89fb2c9de7feb6ffde6c1d231c699\n"
    },
    {
      "commit": "934d288488cba51c1513c38405f5bc0b243d4879",
      "tree": "077ec3d18a157c05924071f131671dbbf39cf8f0",
      "parents": [
        "990048860c8f2da196bc81a459a496189a33837a"
      ],
      "author": {
        "name": "Paul Gray",
        "email": "paul.gray@tibitcom.com",
        "time": "Thu May 25 04:44:49 2017 -0700"
      },
      "committer": {
        "name": "Paul Gray",
        "email": "paul.gray@tibitcom.com",
        "time": "Thu May 25 04:57:20 2017 -0700"
      },
      "message": "\u003e - (OLT/ONU) Replace hard-coded dpoe_opcode values with a dictionary lookup\n\u003e - (OLT/ONU) Consolidate Set Response processing into a common routine\n\u003e - (OLT) Remove extra NULL character from Vendor \u0026 Hardware Version fields\n\u003e - (ONU) Add Get Version Info OAM message and use response data to update VOLTHA ONU device fields\n\u003e - (ONU) Added OAM to clear Static MAC Table and Add IGMP MAC Address every time bulk_flow_updates() is called.\n\u003e - (ONU) Removed Get Device Id and Add IGMP MAC Address OAM messages from initial ONU message exchange\n\u003e - (ONU) Added code to only send Multicast Register OAM when in GPON mode\n\nChange-Id: I0634e5b30f74d4985271bc54d4c5a0d7f2d1d23b\n"
    },
    {
      "commit": "990048860c8f2da196bc81a459a496189a33837a",
      "tree": "070e61a708baec9640a4f5e88979304e5c440114",
      "parents": [
        "3e3b1a94b73c154ea6e38e9a877b23c8f49b68ed"
      ],
      "author": {
        "name": "Chip Boling",
        "email": "chip.boling@adtran.com",
        "time": "Fri May 19 15:36:19 2017 -0500"
      },
      "committer": {
        "name": "Chip Boling",
        "email": "chip.boling@adtran.com",
        "time": "Fri May 19 15:36:19 2017 -0500"
      },
      "message": "Added alarm suppression methods\n\nChange-Id: I0975060bae22686de19ddf55896ff860ff4f797a\n"
    },
    {
      "commit": "3e3b1a94b73c154ea6e38e9a877b23c8f49b68ed",
      "tree": "99a94d2121cef42a94fd7432d22b10fa0119937d",
      "parents": [
        "3d7d1ab9f9c9e9cfef9ad53463a05e63602fcb5b"
      ],
      "author": {
        "name": "Chip Boling",
        "email": "chip.boling@adtran.com",
        "time": "Tue May 16 11:51:18 2017 -0500"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Fri May 19 07:06:16 2017 -0700"
      },
      "message": "Initial Adtran XGS-PON OLT Check-In\n\nChange-Id: I07e4c4a6692d4c3497f4a639a3136f2022d795fe\n"
    },
    {
      "commit": "3d7d1ab9f9c9e9cfef9ad53463a05e63602fcb5b",
      "tree": "50cba55945bb9d820f469d30c62300334996984d",
      "parents": [
        "ef008895054dc5bc216e670f227158b763563eb1"
      ],
      "author": {
        "name": "Paul Gray",
        "email": "paul.gray@tibitcom.com",
        "time": "Thu May 18 12:33:28 2017 -0700"
      },
      "committer": {
        "name": "Paul Gray",
        "email": "paul.gray@tibitcom.com",
        "time": "Thu May 18 12:41:36 2017 -0700"
      },
      "message": "Remove unnecssary debug code in tibit_olt.c and tibit_onu.c\n\nChange-Id: I0e8b8268972a16a0d24a58a26b37fa80780d5764\n"
    },
    {
      "commit": "ef008895054dc5bc216e670f227158b763563eb1",
      "tree": "8f9966a0840d01b253d79b6bac15c1f2f2a64521",
      "parents": [
        "cc73678ec078bcc0046345ace35c7ebfa4c37fb3"
      ],
      "author": {
        "name": "Paul Gray",
        "email": "paul.gray@tibitcom.com",
        "time": "Wed May 17 12:28:45 2017 -0700"
      },
      "committer": {
        "name": "Paul Gray",
        "email": "paul.gray@tibitcom.com",
        "time": "Wed May 17 12:38:23 2017 -0700"
      },
      "message": "Adding several updates to the Tibit Adapters\n\nChange-Id: I15c7cf4fc4a1caaa67851fd8bab4fb2e592c20ba\n"
    },
    {
      "commit": "cc73678ec078bcc0046345ace35c7ebfa4c37fb3",
      "tree": "383baa69aaab60782fce7a2c2c2bd95dfdfa4948",
      "parents": [
        "980a091aac891262c1069ad06577459ffe1f5a6d"
      ],
      "author": {
        "name": "sgovinda",
        "email": "sathish.govindasamy@radisys.com",
        "time": "Tue May 02 20:06:37 2017 +0530"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Wed May 17 05:35:01 2017 -0700"
      },
      "message": "https://jira.opencord.org/browse/CORD-824\n\nSupport for connecting multiple controllers in voltha provided.\n\nAddressed review comments patch 7\n\nChange-Id: I2d2375c7754014743c305a0f3841debe5eb3e795\n"
    },
    {
      "commit": "980a091aac891262c1069ad06577459ffe1f5a6d",
      "tree": "de0fb913ed459d251fac2f2022263c18593b46fa",
      "parents": [
        "9107f2e1db6f544b5640f505dd214660ac3b40c7"
      ],
      "author": {
        "name": "Stephane Barbarie",
        "email": "sbarbari@ciena.com",
        "time": "Thu May 11 11:27:06 2017 -0400"
      },
      "committer": {
        "name": "Stephane Barbarie",
        "email": "sbarbari@ciena.com",
        "time": "Tue May 16 13:50:51 2017 -0400"
      },
      "message": "Voltha Alarm Filters: Added hooks to suppress alarms at the adapter\n\n- Updates based on review comments\n- Fixed indentation\n\nChange-Id: Icd1c35919d1c23b86094d4684aaaafb7bae57754\n"
    },
    {
      "commit": "9107f2e1db6f544b5640f505dd214660ac3b40c7",
      "tree": "aa124e2d42eaa0a608b76d884e78efd32b2bf776",
      "parents": [
        "ba59b25753473375e6e40f5bb7b5bddab7a9175f"
      ],
      "author": {
        "name": "Peter Shafik",
        "email": "pshafik@ciena.com",
        "time": "Tue May 02 15:54:39 2017 -0400"
      },
      "committer": {
        "name": "Peter Shafik",
        "email": "pshafik@ciena.com",
        "time": "Fri May 05 10:38:46 2017 -0400"
      },
      "message": "Adding infrastructure to allow sending messages between adapters\nusing the adapter-agent event bus.\n\nChange-Id: Ia3654b8944745bc76f8ac4ea3c1439a082979dd4\n"
    },
    {
      "commit": "ba59b25753473375e6e40f5bb7b5bddab7a9175f",
      "tree": "f630bdd819ca69effa481ec85cc5d1b8e4b60402",
      "parents": [
        "7d7bb964c1f6abd2e8614a089c70ed09b635cd5b"
      ],
      "author": {
        "name": "Chip Boling",
        "email": "chip.boling@adtran.com",
        "time": "Fri Apr 21 14:49:41 2017 -0500"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Thu May 04 07:58:18 2017 -0700"
      },
      "message": "The Adtran OLT Adapter requires the zeroMQ protocol provided by the twisted txZMQ package\n\nChange-Id: If2e5ee9ba8b01d1b938ad5e8c3261d4123720a77\n"
    },
    {
      "commit": "7d7bb964c1f6abd2e8614a089c70ed09b635cd5b",
      "tree": "b3084ac53422e39af6b90d734487987d12633e1f",
      "parents": [
        "02af133b6be2e9569ff9de77bc5aba3e26be768c"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Thu May 04 09:54:39 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Thu May 04 09:54:39 2017 -0400"
      },
      "message": "Altered the build process for the portainer container to make it more\ncompatible with older docker releases. Old releases would complain that\nthe options -d and --rm were incompatible. Also altered the way the\nproxy behaves to minimize upstream re-writes, this was moved to the\ncontainer build process.\n\nChange-Id: I5c897ed02e556201d7e3ba0d30616ed31938bac6\n"
    },
    {
      "commit": "02af133b6be2e9569ff9de77bc5aba3e26be768c",
      "tree": "5b12704958f02c1185beddfa05225a9b285951b5",
      "parents": [
        "85150c22c9ce37c83f8e6ef6e6edbb10f06417f8"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Thu Apr 27 10:22:35 2017 -0700"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Tue May 02 10:49:04 2017 -0700"
      },
      "message": "[CORD-1136] Added test for swagger url\n\nChange-Id: I751fa89d330dd4fee3b7e25de28820e4408831b8\n"
    },
    {
      "commit": "85150c22c9ce37c83f8e6ef6e6edbb10f06417f8",
      "tree": "3dca5e6aa783aaf219ac1440b9eb85b329a34fb1",
      "parents": [
        "3eab2bba9841a159a78eb52a8c772d77e3d33c71"
      ],
      "author": {
        "name": "ggowdru",
        "email": "ggowdru@radisys.com",
        "time": "Wed Apr 26 07:24:40 2017 -0700"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Fri Apr 28 10:31:34 2017 -0700"
      },
      "message": "Specify an optional node parameter, which shall be used to return\na list of services in the ascending order RTT from that node.\n\nChange-Id: I4f7ae563bc86465aae91ac6fe21bdf1e7a171bd6\n"
    },
    {
      "commit": "3eab2bba9841a159a78eb52a8c772d77e3d33c71",
      "tree": "f43be45401e93173974b7667f93c383e4c8a9e0e",
      "parents": [
        "730101acbfe81c1ec6531ce9ba43fcf47d4eef3f"
      ],
      "author": {
        "name": "Stephane Barbarie",
        "email": "sbarbari@ciena.com",
        "time": "Mon Apr 24 15:04:23 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Thu Apr 27 08:59:52 2017 -0700"
      },
      "message": "Voltha Alarm Management using OpenNMS and Elasticsearch\n- Added necessary configuration to run a self-contained instance of\n  OpenNMS\n- Elasticsearch/Logstash is responsible for the interception of voltha\n  alarms and to forward to OpenNMS\n\nAmendment:\n- Cleaned up untouched opennms config files\n- Added Dockerfile and scripts to override the default entrypoint script\n\nChange-Id: Id611a330f7274d016281e734ade79d22bfc0356b\n"
    },
    {
      "commit": "730101acbfe81c1ec6531ce9ba43fcf47d4eef3f",
      "tree": "cd1d6d7b211dab1175ad198464deb35e6b27062c",
      "parents": [
        "b2df1775df899052861e2328a165a26444791d4c"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed Apr 26 19:32:22 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed Apr 26 19:32:22 2017 -0400"
      },
      "message": "Fixed an issue with the rules that was preventing health from being\nprocessed correctly.\n\nChange-Id: Ifcef6ec40101ddc303fd4e00f153af2bc7c90600\n"
    },
    {
      "commit": "b2df1775df899052861e2328a165a26444791d4c",
      "tree": "c8df05897ce1dc65faccdd2f56d291e3d2d57b12",
      "parents": [
        "d9ec600890b84e6dc8c248603ae8991d68e784d6"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed Apr 26 10:03:57 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed Apr 26 10:03:57 2017 -0400"
      },
      "message": "Fix to the Makefile where portainer and nginx were not on the build\nlist or in the .PHONY list so they weren\u0027t being built as expected.\n\nChange-Id: If81226fbc35cf1b5aaafeaea6f3f96a1ebcaeec2\n"
    },
    {
      "commit": "d9ec600890b84e6dc8c248603ae8991d68e784d6",
      "tree": "3977ed0cc7484dce57d2fda5ce5e52d26ae552bc",
      "parents": [
        "205b419586eca8d3a9ed77e0860e51eaadcefbd4"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Tue Apr 25 08:09:11 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Tue Apr 25 08:09:11 2017 -0400"
      },
      "message": "Added the consul UI to the proxy service. Consul is now available at\nhttp://localhost/consul on the docker host.\nAlso tweaked the startup options for portainer to ensure that the logo\nis visible, the logo wasn\u0027t using one of the standard endpoints in\nportainer.\n\nChange-Id: I0633ff4184b4e61df37fbcdeff1094c8f8dea7a3\n"
    },
    {
      "commit": "205b419586eca8d3a9ed77e0860e51eaadcefbd4",
      "tree": "a5ce2647c68394efa7654e349f320dd85725e793",
      "parents": [
        "9b160d7ecdb56d1e2e022ddd83d9692944573bf7"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Apr 24 16:33:39 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Apr 24 16:36:48 2017 -0400"
      },
      "message": "Added the voltha swagger interface to the proxy. Voltha\u0027s swagger\ninterface is now avaialble at http://localhost/swagger.\nMade a small change to the way nginx is started because requests to\nreload the config were comming in before it had finished loading its\nconfig causing consul-template to choke.\nAdded a gitignore file in the upstreams directory to ensure that it\ngets created in the repo. It needs to be there since the directory is\nmounted by the container during the development phase.\n\nChange-Id: I39a1683970ba114f5952913a5beb7cfe9cfe1cc3\n"
    },
    {
      "commit": "9b160d7ecdb56d1e2e022ddd83d9692944573bf7",
      "tree": "b95180baf80df8e91766721d90f41150e736ef6e",
      "parents": [
        "ba49158ccc0ee444134c3ede2eb39eb268c39ef3"
      ],
      "author": {
        "name": "Steve Crooks",
        "email": "scrooks@ciena.com",
        "time": "Fri Mar 31 10:48:29 2017 -0500"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Mon Apr 24 13:03:31 2017 -0700"
      },
      "message": "Initial auto onu discovery changes.\n\nChange-Id: I30ec5aea0b0399183325efe97c51484b4b77db32\n"
    },
    {
      "commit": "ba49158ccc0ee444134c3ede2eb39eb268c39ef3",
      "tree": "b02b65242161e12b3a9996e52c142920a41e1960",
      "parents": [
        "a0155591d27eefb34635c89cff0226cf856fc37e"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Apr 24 15:49:00 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Apr 24 15:50:35 2017 -0400"
      },
      "message": "Added grafana to the proxy solution. It\u0027s now available at\nhttp://localhost/grafana.\n\nChange-Id: I70cad6b3484f4d997632280da3858659a670d470\n"
    },
    {
      "commit": "a0155591d27eefb34635c89cff0226cf856fc37e",
      "tree": "7b2f111cf218ed1bfb7c01012e0b220dffe03ad5",
      "parents": [
        "ff52e1b2b7944a6c13786ddf511703b6b14012c1"
      ],
      "author": {
        "name": "ggowdru",
        "email": "ggowdru@radisys.com",
        "time": "Fri Feb 17 09:05:47 2017 -0800"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Mon Apr 24 12:25:16 2017 -0700"
      },
      "message": "CORD-840 : Implement remaining match fields in Flow decomposer\n\nChange-Id: I0dc226e987f881bf0ce3e383a93e0941479f215c\n"
    },
    {
      "commit": "ff52e1b2b7944a6c13786ddf511703b6b14012c1",
      "tree": "2fda2376d57301126c404090fe2c383b7bd8de40",
      "parents": [
        "4db8ca2480aec229efee897a50dd2031a4e1c778"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Apr 24 12:39:08 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Mon Apr 24 11:48:21 2017 -0700"
      },
      "message": "Add an nginx proxy service with consul template with the objective of\nconsolidating all the voltha web UIs on a single port on the host.\nThis update includes the first UI, portainer. Additional UIs will be\nadded in subsequent updates. The configuration files are currently\nmounted into the container. This is temporary to simplify the\ndevelopment and addition of other UIs to the proxy configuration. Once\nall UIs have been added, the configuration will be copied into the\ncontainer.\n\nChange-Id: I218c486b56a627995981489602ab44ae0edf0930\n"
    },
    {
      "commit": "4db8ca2480aec229efee897a50dd2031a4e1c778",
      "tree": "b77be4f33e5fb386ec5540cb450eda398bc727b1",
      "parents": [
        "4d307105059900c6b382554a66e96a862abefce6"
      ],
      "author": {
        "name": "Stephane Barbarie",
        "email": "sbarbari@ciena.com",
        "time": "Mon Apr 24 10:30:20 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Mon Apr 24 11:27:22 2017 -0700"
      },
      "message": "VOLTHA Alarms: Added filtering capabilities\n- Filters are constructed based on 1 or more rules as key:value pairs\n- A key:value rule uses the available alarm attributes\n- NBI and cli commands were added\n\nAmendment:\n- Moved filter protos to voltha proto to fix possible circular dependency\n\nChange-Id: Ic72125e9d35135d75be175638341b0c08fd97f95\n"
    },
    {
      "commit": "4d307105059900c6b382554a66e96a862abefce6",
      "tree": "eca3b569521bf33762075c1ccd0f937246bcbc3e",
      "parents": [
        "ab11c645064fbaa27f13c67d1b18b8f4a50604ce"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Apr 24 10:19:00 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Apr 24 10:19:00 2017 -0400"
      },
      "message": "Added a build for the portainer docker container. Portainer is a web ui\nthat simplifies monitoring and operations on Docker containers. The\nbuild process moves the root of the UI to make it easier to integrate\nlater into a web UI consolidation to a single port through a prox\nserver. Portainer can currently be accessed at port 9000 of the docker\nhost.\n\nChange-Id: I44d38846ac820e17e1854389613b75253782d8f2\n"
    },
    {
      "commit": "ab11c645064fbaa27f13c67d1b18b8f4a50604ce",
      "tree": "ab8048f45d74c01f732cc8372413394ed2824289",
      "parents": [
        "3483a5d06b6e4bd942124b45c82a65cdfbbc9c67"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Apr 24 07:16:58 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Apr 24 09:49:59 2017 -0400"
      },
      "message": "Initial commit to run the CLI in its own docker container. Currently\nthe cli is started with the -L option when the user logs into the\ncontainer using ssh. More flexibility will be added in future updates.\nThis update addresses https://jira.opencord.org/browse/CORD-1106\n\nChange-Id: Id104e6fe01202af7073ade45a9c2cea0bdbcc4ae\n"
    },
    {
      "commit": "3483a5d06b6e4bd942124b45c82a65cdfbbc9c67",
      "tree": "9dfed687a1413430bd734e9dae781dc76e404f10",
      "parents": [
        "3ba3d565629982bbc0377ec20626355694e3dad9"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Fri Apr 21 13:31:04 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Fri Apr 21 13:31:04 2017 -0400"
      },
      "message": "Removal of endless retry loops. Retrys are now limited to\n10 attempts each after which the application will exit\nwith an appropriate error written to the log.\n\nChange-Id: Iddfcdbfbbc84685a7597942e7c487d96db75490b\n"
    },
    {
      "commit": "3ba3d565629982bbc0377ec20626355694e3dad9",
      "tree": "71f0d5e2f4d174379683f6d0bba67bfd49c3d7dd",
      "parents": [
        "61999e5b1c47507af27c158e01a0b3134c3125e6"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Fri Apr 21 10:07:56 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Fri Apr 21 13:23:12 2017 -0400"
      },
      "message": "Added command line completion to the perf_config command. This addresses\nopencord Jira https://jira.opencord.org/browse/CORD-1105\nAddress the comments from the review.\n\nChange-Id: I1f4b6be95f147849edcd68b48572f739dcffd6c1\n"
    },
    {
      "commit": "61999e5b1c47507af27c158e01a0b3134c3125e6",
      "tree": "0fb80e6a1764c27ef1759fe2613ab8d6a1e10841",
      "parents": [
        "702f4f8c4b81d6503916d7bc216b2c313822fdc9"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Apr 03 19:09:11 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Thu Apr 20 12:22:22 2017 -0400"
      },
      "message": "Updated dashd to automatically create a \"Voltha Stats\" data source in\nGrafana to simplify use of Grafana as a performance management graphing\ntool. Users of dashd no longer need to add the data source manually.\nAlso added a compose file that uses fixed ports which is mainly used\nfor developent.\n\nChange-Id: I07927f27608c0b6601f266d2bac138844840e8f9\n"
    },
    {
      "commit": "702f4f8c4b81d6503916d7bc216b2c313822fdc9",
      "tree": "82ff507191265fee14b3735cbb4a9348de6226d4",
      "parents": [
        "b8f978bc5ecd4a3572a705d9ef421b680c3eedc4"
      ],
      "author": {
        "name": "Ali Al-Shabibi",
        "email": "alshabibi.ali@gmail.com",
        "time": "Thu Apr 13 14:42:07 2017 -0700"
      },
      "committer": {
        "name": "Ali Al-Shabibi",
        "email": "alshabibi.ali@gmail.com",
        "time": "Thu Apr 13 14:42:07 2017 -0700"
      },
      "message": "fixing auth for when running in a standalone fashion.\n\nChange-Id: I5aa990201ff4a6951558eff08d9c5cc505b5ebc9\n"
    },
    {
      "commit": "b8f978bc5ecd4a3572a705d9ef421b680c3eedc4",
      "tree": "15942ce5f47c9695392bd85da6be934b27e72f00",
      "parents": [
        "aba1e175b55b0eed664e8b9d4090c789a2eb8b2e"
      ],
      "author": {
        "name": "Steve Crooks",
        "email": "scrooks@ciena.com",
        "time": "Tue Apr 11 12:28:43 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Tue Apr 11 10:45:27 2017 -0700"
      },
      "message": "Clarifiy remote_report_event() and remote_report_alarm() usage and add onu_id allocation utilities.\n\nAdded comments and skelton code to clarify how remote_report_event()\nand remote_report_alarm() are to be used.\nAdded utilities to allocate and track usage of onu_ids.\n\nChange-Id: I9f0f331f00e28072410f5a5d33a9c9c76fde7e60\n"
    },
    {
      "commit": "aba1e175b55b0eed664e8b9d4090c789a2eb8b2e",
      "tree": "cd0fa895daf8885b88979c24001a13d03a0dcb60",
      "parents": [
        "85200811de9b3fd2259a9be4c2b0ab06a0174d75"
      ],
      "author": {
        "name": "Kim Kempf",
        "email": "kkempf@radisys.com",
        "time": "Mon Apr 10 11:29:42 2017 -0700"
      },
      "committer": {
        "name": "Kim Kempf",
        "email": "kkempf@radisys.com",
        "time": "Mon Apr 10 11:29:42 2017 -0700"
      },
      "message": "Fixed minor typos\n\nChange-Id: I855fde26a2637781a50a7bb890ad9e1b86370412\n"
    },
    {
      "commit": "85200811de9b3fd2259a9be4c2b0ab06a0174d75",
      "tree": "48c87ee5ab28bdc1735d2f52e83fd1064867d78a",
      "parents": [
        "80a7f57714406a8aa2eea19e9e211456992020f0"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Apr 03 19:09:11 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed Apr 05 15:49:03 2017 -0400"
      },
      "message": "Renamed the metrics to align with the agreed to names.\n\nChange-Id: I5662eeed51ee540d1bbc7b9c2342c4d5c4ec4dfa\n"
    },
    {
      "commit": "80a7f57714406a8aa2eea19e9e211456992020f0",
      "tree": "29db85c6ac2cfb938c00c7531b2708492173dcbb",
      "parents": [
        "4475a254554b0f4335100681b689a6e6f6e9b522"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Wed Apr 05 14:17:16 2017 -0500"
      },
      "committer": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Wed Apr 05 14:17:16 2017 -0500"
      },
      "message": "Add rotating log file inside the relevant docker containers\n\nChange-Id: I021c0e3489a823d6b67178247db73c0f24c36181\n"
    },
    {
      "commit": "4475a254554b0f4335100681b689a6e6f6e9b522",
      "tree": "e914eb4a278d12cb7ecc168c38e9c2c25705f69e",
      "parents": [
        "a4b89c06d1107294b204e3cc4355adfc7b255201"
      ],
      "author": {
        "name": "Stephane Barbarie",
        "email": "sbarbari@ciena.com",
        "time": "Fri Mar 31 13:49:20 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Wed Apr 05 12:13:23 2017 -0700"
      },
      "message": "PONSIM: Generate alarms as FrameIO egress packets\n- Option to enable generation of alarms\n- Alarms are received by PONSIM OLT and submitted to kafka\n- Option to configure alarm frequency\n\nChange-Id: I93a05eaaae7eb2a6f25937ec76470c1b24c2842b\n"
    },
    {
      "commit": "a4b89c06d1107294b204e3cc4355adfc7b255201",
      "tree": "7c7abcc2d89443c84afde20f8afcea80eccd7372",
      "parents": [
        "a5514087814fe7a2173d5741aeb2329c8386253d"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Apr 03 12:48:36 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Apr 03 12:50:16 2017 -0400"
      },
      "message": "Fix to display all the config data for metrics that are grouped. The\nmetric names themselves were not being displayed due to an exception.\nThis fix addresses Jira CORD-1102.\n\nChange-Id: I29c58ce04389d9eefd93e6861aa412c656c53c52\n"
    },
    {
      "commit": "a5514087814fe7a2173d5741aeb2329c8386253d",
      "tree": "803aba22d10f4b91ab29a0829fcc3ade7203d1db",
      "parents": [
        "ec6e39113957ffc89025c8527b1ea312df9b91c1"
      ],
      "author": {
        "name": "alshabib",
        "email": "alshabibi.ali@gmail.com",
        "time": "Fri Mar 31 11:08:27 2017 -0500"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Mon Apr 03 09:13:40 2017 -0700"
      },
      "message": "Adding changes to configuration in voltha\n\nChange-Id: I17aa46165a16311d39a6a1b4c36ebb8d65ff27aa\n"
    },
    {
      "commit": "ec6e39113957ffc89025c8527b1ea312df9b91c1",
      "tree": "735846880db571a27c03f8a6ea0e0fd416940357",
      "parents": [
        "eee4438ec6f222732c7c00d371f272ce275baf5c"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Sun Apr 02 11:46:55 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Sun Apr 02 11:46:55 2017 -0400"
      },
      "message": "Changes to the metrics names to align all adapters to the same names.\nAlso a fix to a typo in the cli help for perfconfig.\n\nChange-Id: I9231d60b5b4a5598eead25677bd9a56ae1561136\n"
    },
    {
      "commit": "eee4438ec6f222732c7c00d371f272ce275baf5c",
      "tree": "f223ae411ffb3ec5c01f14af1f62ae64c1639351",
      "parents": [
        "bb82fe642cda006798b2aae85a2a51f0c0860f9c"
      ],
      "author": {
        "name": "Paul Gray",
        "email": "paul.gray@tibitcom.com",
        "time": "Fri Mar 31 09:00:25 2017 -0700"
      },
      "committer": {
        "name": "Ali Al-Shabibi",
        "email": "ali@onlab.us",
        "time": "Fri Mar 31 11:55:39 2017 -0700"
      },
      "message": "Added ONU Set Response Handling and Modified to use TibitOUI\n\nChange-Id: I7dcafe24d6fa9f789353d1ed3bbc57241d43ed45\n"
    }
  ],
  "next": "bb82fe642cda006798b2aae85a2a51f0c0860f9c"
}
