)]}'
{
  "log": [
    {
      "commit": "41513bfe35218ffd6964e54cb468a4671688b516",
      "tree": "bc7f84f459de0b0ce59253edc519014c37313401",
      "parents": [
        "16138de840ace426ef58d10011b73bc4cca88336"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Sat Jul 07 20:08:35 2018 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Sat Jul 07 22:45:38 2018 -0700"
      },
      "message": "Fixes to pass license check\n\nChange-Id: If9a17321030490c70d9a8fdd49adfe8b912c6fe7\n"
    },
    {
      "commit": "2cbffca8068bc92f7bc3408aebb9910c401d69a5",
      "tree": "3b8be778ae9152a1f5d882b22896158696dfc7b2",
      "parents": [
        "2a059957ce331407f6ce39a02b2a569fc2e79df7"
      ],
      "author": {
        "name": "Stephane Barbarie",
        "email": "sbarbari@ciena.com",
        "time": "Mon Mar 26 16:20:03 2018 -0400"
      },
      "committer": {
        "name": "Stephane Barbarie",
        "email": "sbarbari@ciena.com",
        "time": "Mon Mar 26 16:20:03 2018 -0400"
      },
      "message": "VOL-570 : Install Kubernetes in production and test modes\n\n- Supports offline installation for k8s\n- Configs and deploys voltha components\n\nChange-Id: I29eb87c035cea1e86176bb2e30d36278760ece82\n"
    },
    {
      "commit": "bcea2f4ad27b2dc3d39557963d16812e46952a22",
      "tree": "1a6a4208a2023a22f1b47436e5098b418bc6070b",
      "parents": [
        "793093d0566f8c54bae31e5e25a7d2a5f3b27a8a"
      ],
      "author": {
        "name": "Stephane Barbarie",
        "email": "sbarbari@ciena.com",
        "time": "Fri Mar 02 18:46:32 2018 -0500"
      },
      "committer": {
        "name": "Stephane Barbarie",
        "email": "sbarbari@ciena.com",
        "time": "Fri Mar 02 19:17:40 2018 -0500"
      },
      "message": "VOL-642: Installation of VOLT-HA in a Kubernetes cluster\n\n- Changed existing installer to support swarm and kubernetes\n- Using kubespray as the base framework to deploy kubernetes\n- Implemented config/deploy/teardown tasks for voltha\n\nAmendments:\n\n- Changed from python to python3 when running the inventory builder\n\nChange-Id: I059fd348b9a749397b373e333b5602944c817745\n"
    },
    {
      "commit": "868437070b6edf808987d045620b7436a753a400",
      "tree": "7b3b5a703e9205f464ab2b48f8a79e7896faaf99",
      "parents": [
        "1cc7398bfe3543fbc8e078001b1ad81afc44a0e3"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Tue Sep 05 23:22:39 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Wed Sep 06 11:25:44 2017 -0700"
      },
      "message": "VOL-415 Changes to improve dependencies and solve intermittent installer\nfailures.\n\nChange-Id: I6f23f42398e0509a231008f4a83e60cb12759d52\n"
    },
    {
      "commit": "c359b116c24eeb89a3267f7868b0f7316a5e0d0c",
      "tree": "0f236188f6fc06eaeb98771616dcd948a2895b7e",
      "parents": [
        "3775a26454216083d4d939e702dd3ba009e042c9"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed Aug 30 16:45:43 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed Aug 30 16:45:43 2017 -0400"
      },
      "message": "VOL-404 This update addresses the issue reported in the Jira. The file\nwas no longer required as it was part of an older attempt to solve a\ndifferent problem. There are also changes to remove the consul barrier\nfile because it adds latency to a VM based deployment that affets\nstability.\n\nChange-Id: I9fc9a0cb3a3c4dec3b6f399e23a16b51ea7bb0d2\n"
    },
    {
      "commit": "8725ea8722118789d4c9cd34a0625b3fdbe002fe",
      "tree": "2296a3d6816ea654cc88dc7c5435e031aeefe31d",
      "parents": [
        "cbe30830ac1495409cfbdeb37a59d2e0523dd33e"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Sun Aug 27 23:47:41 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Mon Aug 28 07:06:34 2017 -0700"
      },
      "message": "VOL-393 VOL-395 This update implements a replicated filesystem allowing\nfluentd logs to be accessible from all cluster servers. The replicated\nfilesystem also limits the aggregate size of the logs to limit the\namount of disk space that they consume. This update also\ncreates a barrier filesystem for consul ensuring that the consul data\ncan\u0027t be affected by a disk full condition. Finally, some serious\nchanges were made to the fluentd clustering implememtation which was\nvery sub-optimal and wouldn\u0027t start correctly 9 times out of 10.\nAdded improved debygguing log collection that checks if the log file is\nstill growing before it kills the collection process. Added consul\nrelease 0.9.2 to the production containers list. Removed fluent/fluentd\nfrom containers.cfg. Added configuration options to the installer to set\nthe size of the barrier files.\n\nChange-Id: I89389d76b081b0e6c3961e62d24277b1d2cf3cfb\n"
    },
    {
      "commit": "d49da3694ec3ffb1abd6096d7282934150a9f018",
      "tree": "9159cdde4dca11ae1e73bc30098b03d21e03e755",
      "parents": [
        "ff15befcfa1b5ad502e012de3c36c3cf365786ea"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Thu Aug 24 16:54:53 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Thu Aug 24 16:54:53 2017 -0400"
      },
      "message": "VOL-394 This update ensures that the appropriate directories are created\nfor consul and that the consul config is copied to one of those\ndirectories.\n\nChange-Id: I3f925f1ee28786fe4f9acdb54bbbe0db6b708857\n"
    },
    {
      "commit": "523ee78e635f21265326d48bfa3ded156c3c3216",
      "tree": "002f322323a92e0d28840fa379480c7d07c3b97a",
      "parents": [
        "cbff06bddd86a6c222607e7a063937ccb8121de6"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Tue Aug 22 16:44:21 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Tue Aug 22 18:39:40 2017 -0700"
      },
      "message": "VOL-382 This update adds a replicated file system to hold the registry\ninformation such that regardless of where the cluster registry restarted\nin the event of a server failure or a complete cluster reboot.\nA few cleanup items for hard coded directory values were also addressed.\n\nChange-Id: I5d1313c5f093bafb7c4669ac91813251bbbb6795\n"
    },
    {
      "commit": "11fe23bf61ccccc4dc6f6d62e024a0dadb87651f",
      "tree": "e55149995b278b4a8546751beb6ac20ce5392e9a",
      "parents": [
        "ee417fab8e253b9199f8628659110e211447a1c1"
      ],
      "author": {
        "name": "sathishg",
        "email": "sathish.govindasamy@radisys.com",
        "time": "Mon Aug 07 23:11:17 2017 +0530"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Fri Aug 11 08:05:40 2017 -0700"
      },
      "message": "Fix for fluentd not starting in production. (Reason : Fluentd directory inside /tmp were cleared off during reboot)\nNow fluentd directory for logs has been moved to /var/log/voltha in the cluster host machines.\nAddressed review comments.\nhttps://jira.opencord.org/browse/VOL-354\n\nChange-Id: If536c2c68afda4f1da93010287a698a101e22557\n"
    },
    {
      "commit": "7c5e88558c822302ff361b3dae643b2912045164",
      "tree": "167e9d7c6c2980d4de2ee9854c0ce068fb30b68c",
      "parents": [
        "a2a39337935ed1fb4810d9027b83e6d6b1bc8022"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Jul 31 20:17:14 2017 -0400"
      },
      "committer": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Mon Jul 31 20:29:00 2017 -0400"
      },
      "message": "Multiple changes\n- Added code to create default KVM storage pool and network if they\n  don\u0027t exits.\n- Added a docker registry to the cluster.\n- Added a a wait cycle for consul to start to avoid proxy thrashing when\n  voltah starts.\n- Addition of the rmake developer tool to simplify the edit develop make\n  and install into cluster developer workflow.\n\nChange-Id: Ie365948bc3cdb9064670560d32e685554bfca432\n"
    },
    {
      "commit": "b5d1c18994de5c342ac97429c733b0b597df5690",
      "tree": "a94b729855ba7239830952f0814cf19850ad123c",
      "parents": [
        "0da216c05fe88df56e6fab3d7752d352b91c4cff"
      ],
      "author": {
        "name": "sathishg",
        "email": "sathish.govindasamy@radisys.com",
        "time": "Thu Jul 13 14:20:19 2017 +0530"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Thu Jul 27 10:42:16 2017 -0700"
      },
      "message": "Resolving Merge Conflicts.\nIncluded Log Aggregators and Log Forwarders as per review comments.\nSpins two fluentd forwarder and one each fluentd aggregators-active, fluentd aggregator-standby\nCommit to enable Fluentd Clustering in Voltha\nhttps://jira.opencord.org/browse/VOL-214\n\nResolved merge conflicts .\n\nChange-Id: I9d45f751b4297c707284582e8050a168229f2e5a\n"
    },
    {
      "commit": "cab0a39061927a3958d577f7cba03bee371fe808",
      "tree": "d9138f320eec251e9366d481172700ba316ecce8",
      "parents": [
        "997edbcf276a6372f7e95a151a7e979b837c98dd"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Thu Jul 13 08:42:10 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Thu Jul 13 10:17:17 2017 -0700"
      },
      "message": "Large update which includes the following\n- The introduction of a tools container which can be expanded as\n  necessary. It connects to voltha and kafka networks\n- The introduction of the envoy proxy container\n- The addition of an option to the CreateInstaller.sh script to rebuild\n  the voltha VM to pick up any new code changes\n- A fix to work around a dpkg issue where it didn\u0027t handle depnedencies\n  propoerly\n- Addition of start and stop scripts for the voltha suite and the use of\n  those scripts by the installer. The old per service start eliminated\n  from the installer\n- Increased the number of vCPUs used by the installer and the voltha VM\n  to speed up installer creation.\nNote the envoy proxy has not been integrated into the voltha suite yet,\nthis commit adds the container and some preliminary configuration but\nintegration of the proxy will be committed in a subsequent update.\n\nAddressed comments from the reviewers\n\nChange-Id: I5475f110ba955631baf05b0e34aa6a934ca69a24\n"
    },
    {
      "commit": "5727e9897f067e7fea433f2f0733981661f7c639",
      "tree": "f284664465352976e4232767c8f504e98c92124e",
      "parents": [
        "5ae8622532f72a686a85ba9a07ae34b8c4ef299e"
      ],
      "author": {
        "name": "Sergio Slobodrian",
        "email": "sslobodr@ciena.com",
        "time": "Wed Jun 28 21:02:27 2017 -0400"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Thu Jun 29 07:06:42 2017 -0700"
      },
      "message": "Additional changes to remove privilaged command execution during the\ninstallation proces. Also removed surplus file copies that are no longer\nrequired.\nA corner case where a vagrant VM isn\u0027t created before the installer is\nrun results in the vagrant-libvirt network not being defined or started.\nWithout this network the installer VM could not be started.\n\nChange-Id: I2bd69a81b67c0f8149cd80abddce869675acba7d\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": "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": "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": "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": "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": "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": "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"
    }
  ]
}
