)]}'
{
  "log": [
    {
      "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": "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"
    }
  ]
}
