)]}'
{
  "log": [
    {
      "commit": "37acff2d09f3b82ed77463b7ed0e29f5acc81a8d",
      "tree": "ce44060948cfdc2f8ec39013f300cb6195c4adea",
      "parents": [
        "f65248eb311cf213b2e05df7d3456e830d946bf7"
      ],
      "author": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Wed Jan 10 11:09:05 2018 +0100"
      },
      "committer": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Thu Mar 01 14:56:31 2018 +0100"
      },
      "message": "moved release repositories to mirror.mirantis.com\n\nRelated: PROD-17108\n\nChange-Id: I1167ad1e4823e2c9f91f15d4741fc48da19b8aec\n"
    },
    {
      "commit": "4b0556f562182894c21ae4de867608af988e80e9",
      "tree": "4d3ddb88ff00612a8aa6b609c85e5f3df351fb95",
      "parents": [
        "59708069a1ca6e65877f4b34a503de73cfb53c1e"
      ],
      "author": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Wed Feb 28 09:18:52 2018 +0100"
      },
      "committer": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Wed Feb 28 09:18:52 2018 +0100"
      },
      "message": "Added updates repos\n\nChange-Id: I916e581594305717b0bdc051c7805d868cb05547\nRelated: PROD-17116\n"
    },
    {
      "commit": "43e75da7a5f2087a3bb8ed64fddc91e4c5105c14",
      "tree": "580a06438ea8e612d85b8d602258d3ab50cc5e37",
      "parents": [
        "093b42215e6a408ea6f36e34f2698b569e65cede"
      ],
      "author": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Fri Feb 09 15:51:47 2018 +0200"
      },
      "committer": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Thu Feb 22 14:54:21 2018 +0000"
      },
      "message": "Initial manila support\n\nThis patch adds the following:\n\n * Apache manila sites\n * mysql database\n * horizon plugin\n * keystone endpoints/users\n * manila system cluster/single\n * nginx proxy site\n * haproxy proxy site\n\nRelated-Prod: PROD-18003\n\nChange-Id: I8892e7ad32d1d1d8adb487a94f669593aab15977\n"
    },
    {
      "commit": "04d6e8958855f1478e4c928b13af84f4cbb40db2",
      "tree": "2711a8f50739d477a0d641e4127a0334487a7717",
      "parents": [
        "231069af57b8896ba4e77cc9177bf65ee00aac28"
      ],
      "author": {
        "name": "Mateusz Matuszkowiak",
        "email": "mmatuszkowiak@mirantis.com",
        "time": "Mon Feb 19 12:22:40 2018 +0100"
      },
      "committer": {
        "name": "Mateusz Matuszkowiak",
        "email": "mmatuszkowiak@mirantis.com",
        "time": "Tue Feb 20 09:04:01 2018 +0100"
      },
      "message": "Updated mirror for fluentd to mirror.mirantis.com\n\nChange-Id: If9963b936a695d591d71ef01e2948c1c78581dbf\nCloses-Bug: PROD-17888\n"
    },
    {
      "commit": "2c9c8c53e76d6706a65684ebc6a45e181e820da3",
      "tree": "93c7796d6963478c2f53eb3a04d4a4f384326d46",
      "parents": [
        "239adaed8199fe03a5b607758070c5472a1329fc"
      ],
      "author": {
        "name": "azvyagintsev",
        "email": "azvyagintsev@mirantis.com",
        "time": "Fri Jan 12 19:30:06 2018 +0200"
      },
      "committer": {
        "name": "alexz",
        "email": "azvyagintsev@mirantis.com",
        "time": "Fri Feb 16 12:01:14 2018 +0100"
      },
      "message": "Disable Install Recommends||Suggests pkgs\n\n  * reclass system and endpoint salt states declared to be cover all\n    needed packages, so a good point to disable auto-installing not\n    needed directly packages.\n  * Those change may affect all non self-sufficient formula\\states.\n  * Absolute package deps will not be affected.\n  * DOC:Recommends\n    The Recommends field should list packages that would be found together\n    with this one in all but unusual installations.\n  * DOC:Suggests\n    This is used to declare that one package may be more useful with\n    one or more others. Using this field tells the packaging system and\n    the user that the listed packages are related to this one and can perhaps\n    enhance its usefulness, but that installing this one without them is\n    perfectly reasonable.\n  * Misc: disable all periodic apt tasks, disable \"Languages\" data download\n  * Move all configs under debian.yml\n\nChange-Id: Iaed7fc2cec6f58b534db97cd73d9d4daf65fa9a2\n"
    },
    {
      "commit": "cdfaf3d4d1e4395f2d901ebfb1ad7b631f680f09",
      "tree": "10b0afdeb76bad295af4658c83678d8876c1a346",
      "parents": [
        "a53dc2ed4dcdf65c05d83160ea692174cd9dde35"
      ],
      "author": {
        "name": "Kirill Mashchenko",
        "email": "kmashchenko@mirantis.com",
        "time": "Fri Feb 09 23:34:41 2018 +0300"
      },
      "committer": {
        "name": "Kirill Mashchenko",
        "email": "kmashchenko@mirantis.com",
        "time": "Fri Feb 09 23:34:41 2018 +0300"
      },
      "message": "Add workaround to apt to use with mirrors located on\nAmazon S3.\n\nDescription: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/948461\nRelated bug: https://mirantis.jira.com/browse/PROD-17784\n\nChange-Id: I8ad5fc66b53f2e1849007dc1b2bc3a9e20fca2b0\n"
    },
    {
      "commit": "1dc37dcb17860452357483a6d03c01461abb30aa",
      "tree": "b0e9e1f2e7844f042e28030eda4ffa31bfcb31b6",
      "parents": [
        "4ae37efb8f4be1ae68b98ac0b871ec1c1371984c"
      ],
      "author": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Wed Feb 07 10:42:11 2018 +0100"
      },
      "committer": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Wed Feb 07 10:42:11 2018 +0100"
      },
      "message": "removed https from mirror.mirantis.com\n\nChange-Id: Ica605455d840ba481f567f3c93a62479951c1195\n"
    },
    {
      "commit": "346d4eae88ee33bbaddb7fa769c61dc05f1885cd",
      "tree": "4106c2020f02d08aa7b0299c1a49c869efeb2db3",
      "parents": [
        "297836e6b240ca10492d5a5dbb491c561383e4f6"
      ],
      "author": {
        "name": "Olena Logvinova",
        "email": "ologvinova@mirantis.com",
        "time": "Tue Feb 06 11:17:19 2018 +0200"
      },
      "committer": {
        "name": "Olena Logvinova",
        "email": "ologvinova@mirantis.com",
        "time": "Tue Feb 06 11:19:55 2018 +0200"
      },
      "message": "Rename `mgmt` param in `br` naming for consistency\n\nPROD-17599\n\nChange-Id: I4b4d25526b5a9547a366b0cfa30cd6ab611b7c26\n"
    },
    {
      "commit": "4b246e9c52d0668455e57c158e85472548a4ccfd",
      "tree": "93ebc7304377b24d273025ab5ba0653fec176307",
      "parents": [
        "e299c99a094bd3a2a76fc3fa40e09c6eb2052c6c"
      ],
      "author": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Tue Jan 30 21:50:03 2018 +0100"
      },
      "committer": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Tue Jan 30 21:52:09 2018 +0100"
      },
      "message": "Switch docker-legacy to mirror.mirantis.com\n\nChange-Id: If63d28add604868b6a937c5776eb69bf4e9c40d8\n"
    },
    {
      "commit": "e29ba018800292a80e4c38237bfc0417983c30ec",
      "tree": "2d41f65ef47d3ee32ea1eeceb2fd3cb3fc00cdb6",
      "parents": [
        "e05c1441bd5c0840e4757aa8ec0a38749ab34bc7"
      ],
      "author": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Wed Jan 10 13:53:15 2018 +0100"
      },
      "committer": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Wed Jan 10 17:57:31 2018 +0100"
      },
      "message": "Added docker legacy repos to releases\n\nRelated: PROD-16806\n\nChange-Id: Ic1ed6d0ff5e652fc300aa10c389938dd7ca74a92\n"
    },
    {
      "commit": "52a8a74d711abb42e2518da5bb7b3377f5db9a20",
      "tree": "69ccf36f80fd61af76b87ab6d60501bb7b28edd4",
      "parents": [
        "bd04d851623690ad75d03383015395e2baaa5438"
      ],
      "author": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Thu Jan 04 10:46:57 2018 +0100"
      },
      "committer": {
        "name": "Jakub Josef",
        "email": "jjosef@mirantis.com",
        "time": "Mon Jan 08 16:12:29 2018 +0000"
      },
      "message": "added aptly mirrors for elastic 5 and kibana 5\n\nRelated: PROD-16784\n\nChange-Id: I3ab3aaae0d50a9fa875ab428247ab95491638481\n"
    },
    {
      "commit": "86378e7534a28143478cbf010928b30bfef81afd",
      "tree": "43ad2704f253fd0875395324999a5b2cc12bb803",
      "parents": [
        "426fec4fa187be968eaf57374c956a361aa65411",
        "de147bf8103ae3fc69da9820104b2cd77fa6e034"
      ],
      "author": {
        "name": "mcp-jenkins",
        "email": "mcp-jenkins@mirantis.com",
        "time": "Thu Dec 21 14:54:19 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@e9aa877068d1",
        "time": "Thu Dec 21 14:54:19 2017 +0000"
      },
      "message": "Merge \"Switch Elasticsearch and Kibana to 5 version\""
    },
    {
      "commit": "de147bf8103ae3fc69da9820104b2cd77fa6e034",
      "tree": "88b484277771bbf6a792aecf16de7ac4e0c76ec0",
      "parents": [
        "52897f1aa59a5490e165095460be6cad26ae0193"
      ],
      "author": {
        "name": "vgusev",
        "email": "vgusev@mirantis.com",
        "time": "Wed Dec 06 12:16:25 2017 +0400"
      },
      "committer": {
        "name": "vgusev",
        "email": "vgusev@mirantis.com",
        "time": "Wed Dec 20 15:52:16 2017 +0400"
      },
      "message": "Switch Elasticsearch and Kibana to 5 version\n\nChange-Id: I0e7fe750b177acfdbed0e69efe7c901a328a31ca\n"
    },
    {
      "commit": "9d68548e36fc510df7c423eea5c0bed097c98862",
      "tree": "5d7ad7bab4e24a2f964e756bae22de29799f9937",
      "parents": [
        "51366ec43a51d8c44c66708a7685178ec073a318"
      ],
      "author": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Mon Dec 18 23:04:37 2017 +0100"
      },
      "committer": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Mon Dec 18 23:04:37 2017 +0100"
      },
      "message": "changed apt_mk ubuntu url\n\nChange-Id: If9a36d2eb2689f89cc4c229648a91a48be197167\n"
    },
    {
      "commit": "57468bff561be91484f2d3b3a712843a44f62457",
      "tree": "f3c0b9add09bbe232220d97fed00169a562c7039",
      "parents": [
        "8fef373a34febb52f7561b62b65c06a66fec965d"
      ],
      "author": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Mon Dec 04 11:41:45 2017 +0100"
      },
      "committer": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Sun Dec 17 00:09:00 2017 +0100"
      },
      "message": "introduced Build-ID\n\nRelated: PROD-16367\n\nChange-Id: Ice7e54583411f96c31ee75c057b6fe04cff3a67d\n"
    },
    {
      "commit": "2199d2166e1699d7ebfb9d6530ec5be35ab523bf",
      "tree": "4654f006def8a34f00b1cc1df27c03eb91d4ab5b",
      "parents": [
        "5055a747f2c0a26535549212449fa3db6c86621d"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Thu Dec 07 14:14:46 2017 +0100"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Thu Dec 07 14:14:46 2017 +0100"
      },
      "message": "Move compression workaround to linux.system.single\n\nChange-Id: If3c73da20b9035e64efc15fc58cb38c1e8740699\n"
    },
    {
      "commit": "67c6d5505f552b54d72a54d2aa1c2e9e79b748dc",
      "tree": "76eb229c0988070053082041d1577ac4324fd343",
      "parents": [
        "55f59551285029dbf190fc0f10012b1d23692ac5"
      ],
      "author": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Tue Dec 05 16:17:42 2017 +0200"
      },
      "committer": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Wed Dec 06 09:24:17 2017 +0000"
      },
      "message": "Make Pinning compatible with Pike repos\n\nThe Release file structure was suddenly changed starting from Pike\nrepo. And current pinning pattern doesn\u0027t work for \u003e\u003d Pike.\nAs it was suggested by infra team we should update it.\n\nChange-Id: I7952ff85cfb6fd2bb6158c520f1ba3d5f05f9abc\nRelated-Prod: PROD-16408\n"
    },
    {
      "commit": "ddbdd9f4b5d25f533b448d4f61e89a6ef4714eae",
      "tree": "420318257bd9510f0a70319c117d24250d2c7df1",
      "parents": [
        "8f186b981a8fc5dd84938ddb82cbd352a208669b",
        "ea57f436ad570f1538bf2010df39153e83cdc312"
      ],
      "author": {
        "name": "Ales Komarek",
        "email": "akomarek@mirantis.com",
        "time": "Wed Nov 29 13:16:17 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@44cc31867e31",
        "time": "Wed Nov 29 13:16:17 2017 +0000"
      },
      "message": "Merge \"Add a new parameter for Elasticsearch\""
    },
    {
      "commit": "2e6733ceb81c1dcd95feec5be3f5cd8d081b9330",
      "tree": "288696059a2db9779d423f62ca79e4d53f2770b1",
      "parents": [
        "3238e0d6d14dc009f102fe986db837ab06e474f6"
      ],
      "author": {
        "name": "Ondrej Smola",
        "email": "smolaon@gmail.com",
        "time": "Tue Nov 28 10:27:28 2017 +0100"
      },
      "committer": {
        "name": "Ondrej Smola",
        "email": "smolaon@gmail.com",
        "time": "Tue Nov 28 10:27:28 2017 +0100"
      },
      "message": "lower pin for libsodium18 pkg\n\nChange-Id: I6d9f7893ddca5c3e08328ef5bfd827a7c709758c\n"
    },
    {
      "commit": "ea57f436ad570f1538bf2010df39153e83cdc312",
      "tree": "96eeef882402c14e1defadc8617a630bd3efe47d",
      "parents": [
        "4edd3b5eec839a06a3369c8c0d47bbb79681e172"
      ],
      "author": {
        "name": "vgusev",
        "email": "vgusev@mirantis.com",
        "time": "Thu Nov 09 16:13:41 2017 +0400"
      },
      "committer": {
        "name": "Vitaly Gusev",
        "email": "vgusev@mirantis.com",
        "time": "Mon Nov 27 14:44:50 2017 +0000"
      },
      "message": "Add a new parameter for Elasticsearch\n\nAdded a new parameter version to specify\nwhich version of Elasticsearch should be deployed.\n\nAlso added a new repo for Elasticsearch ver. 5\n\nChange-Id: Ifa2a0763ccc515f58173f42cba206da2cc55f3ba\n"
    },
    {
      "commit": "37f961220262e474fc5095e743ec6d606d1cbc73",
      "tree": "061c9cbb77ab81305c08b06e4c304293100729ec",
      "parents": [
        "4edd3b5eec839a06a3369c8c0d47bbb79681e172"
      ],
      "author": {
        "name": "vgusev",
        "email": "vgusev@mirantis.com",
        "time": "Tue Nov 14 17:01:45 2017 +0400"
      },
      "committer": {
        "name": "Vitaly Gusev",
        "email": "vgusev@mirantis.com",
        "time": "Mon Nov 27 12:58:38 2017 +0000"
      },
      "message": "Add a new parameter for Kibana\n\nAdded a new parameter kibana_version to specify\nwhich version of Kibana should be deployed.\n\nAlso added a new repo for Kibana version 5\n\nChange-Id: I3aa1971071d6d63005c3d35add9d9c62230525ec\n"
    },
    {
      "commit": "4edd3b5eec839a06a3369c8c0d47bbb79681e172",
      "tree": "8d88ed64a061eb971f8d5d44fa73b616c4a14a50",
      "parents": [
        "b4b3d0861173160f8b2fca22713c5f1b0ee1c827"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Wed Nov 22 14:44:25 2017 +0100"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Wed Nov 22 14:44:25 2017 +0100"
      },
      "message": "Fix hash sum mismatch once and for ever\n\nChange-Id: Ice9de706f2b8965423d7984cb72c51edc5ca15b2\n"
    },
    {
      "commit": "effee0490ecfb00f1ed311143e7fc635700b6e0c",
      "tree": "a200eea66480576494a1657ef9c3b7d3ba5fb338",
      "parents": [
        "e829f189b4d2fc4bdc2487c2fedbef72ccdf7c50",
        "1dd1b31636a12551881feaaad3d034ec73640e7e"
      ],
      "author": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Tue Nov 21 09:37:46 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@44cc31867e31",
        "time": "Tue Nov 21 09:37:47 2017 +0000"
      },
      "message": "Merge \"[linux][repos] Remove unused repositories\""
    },
    {
      "commit": "84d949d381610dbccfbf11036dabc01c3d7c0b01",
      "tree": "f2d14e3f811514792709c458c7fdca6f1d2b8fc7",
      "parents": [
        "bfb7c48fc0003aa0f205c893622d03336a5f7df1",
        "f37c372ec27da1447053f3ceebc4931c953b2d11"
      ],
      "author": {
        "name": "mcp-jenkins",
        "email": "mcp-jenkins@mirantis.com",
        "time": "Mon Nov 20 14:38:28 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@44cc31867e31",
        "time": "Mon Nov 20 14:38:28 2017 +0000"
      },
      "message": "Merge \"Add repo for fluentd v3\""
    },
    {
      "commit": "1dd1b31636a12551881feaaad3d034ec73640e7e",
      "tree": "405e4fd37b0f0e1a66cd67515e095c8906896e79",
      "parents": [
        "81473dda8468b7fcb5d451adc82161a28b000dfc"
      ],
      "author": {
        "name": "Dmitry Burmistrov",
        "email": "dburmistrov@mirantis.com",
        "time": "Fri Nov 17 12:59:31 2017 +0400"
      },
      "committer": {
        "name": "Dmitry Burmistrov",
        "email": "dburmistrov@mirantis.com",
        "time": "Fri Nov 17 13:17:56 2017 +0400"
      },
      "message": "[linux][repos] Remove unused repositories\n\n    {openstack-release}-* repositories are always empty and never been\n    used for deployment.\n\n    Related-PROD: https://mirantis.jira.com/browse/PROD-16013\n\nChange-Id: I17c1dbd7bdc1ffac4525bc61b2e40f9ca4eada7a\n"
    },
    {
      "commit": "f37c372ec27da1447053f3ceebc4931c953b2d11",
      "tree": "755f88dbef5405c6b424095d1d3df04049e1a8ad",
      "parents": [
        "919f95b575de28078916bf1de32726be2f8b27d7"
      ],
      "author": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Tue Nov 14 13:51:38 2017 +0400"
      },
      "committer": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Tue Nov 14 13:51:38 2017 +0400"
      },
      "message": "Add repo for fluentd v3\n\nChange-Id: I6b7842f6244c5ee676ca3086ea621ecc04531405\n"
    },
    {
      "commit": "b90905086d1003eea907e4f48f16634e10428000",
      "tree": "de19b7f222ff33daf2ac4786c1ec124408954c92",
      "parents": [
        "02c20d813e0efe32ff6c5d4008bfc32cad2b50f8"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Mon Nov 13 13:59:29 2017 +0100"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Mon Nov 13 13:59:29 2017 +0100"
      },
      "message": "Rename salt -\u003e saltstack repository to fix inconsistency with image\n\nChange-Id: Iae43a9d75c492564cdf9d2da6eeaa98888f193fd\n"
    },
    {
      "commit": "cbd6daf7c0bded6f5a99b6a98610a477286c5d69",
      "tree": "8482754c57da9e3dd163fd4b8d880049f53019b8",
      "parents": [
        "8051434035ba4e7b4419029ee31ad727bcbea2e3"
      ],
      "author": {
        "name": "chnyda",
        "email": "chnyda@mirantis.com",
        "time": "Thu Nov 09 15:19:58 2017 +0100"
      },
      "committer": {
        "name": "chnyda",
        "email": "chnyda@mirantis.com",
        "time": "Thu Nov 09 15:19:58 2017 +0100"
      },
      "message": "Replace apt-mk.mirantis.com by apt.mirantis.com\n\nChange-Id: I2910ff8fae8b488879c12dcafe1f3bfb27b21c57\n"
    },
    {
      "commit": "a153e44e83ec48c72d2c6b5a9af2e248cc79baa0",
      "tree": "7fd1e2fd409bbb697e52c6c8f2fd81f40307ca7e",
      "parents": [
        "f95acf3d1c1c91ad4f7f0fc02c1990964cc547c3"
      ],
      "author": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Tue Nov 07 13:05:29 2017 +0100"
      },
      "committer": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Tue Nov 07 13:27:22 2017 +0100"
      },
      "message": "added docker_legacy local repo\n\nChange-Id: I4884d02bb1ecabc6fcf47da58b95c31eeb89dfc3\n"
    },
    {
      "commit": "316c116fa997e68ff294ea02e7a60b92e6890562",
      "tree": "59e56eb34579a700266e6fdc737efec58561cadf",
      "parents": [
        "72b469c3f9aa112e0f482f94daa0d80e48bd47fd"
      ],
      "author": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Sun Sep 24 23:17:22 2017 +0200"
      },
      "committer": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Wed Oct 25 22:13:57 2017 +0200"
      },
      "message": "removed hardcoded non-local repo classes\n\nChange-Id: I2aeb52c695d09d2b5ec839bd5948cc47f0b6d426\n"
    },
    {
      "commit": "cd04cab3247c5d62da5e73ec535eac193d45f060",
      "tree": "92b65635706b167bccef6be3f78d5111e19d3ba2",
      "parents": [
        "a7a0f049d0b553b5f0eba97a4510f985148cd4dc"
      ],
      "author": {
        "name": "Daniel Cech",
        "email": "dcech@mirantis.com",
        "time": "Wed Oct 25 13:04:27 2017 +0200"
      },
      "committer": {
        "name": "Daniel Cech",
        "email": "dcech@mirantis.com",
        "time": "Wed Oct 25 13:04:27 2017 +0200"
      },
      "message": "Fixed typo mistake in purging certain package \u0027unattended-upgrades\u0027\n\nChange-Id: I5fe981d121a7e4f436c42467ed50a192926a9cf7\n"
    },
    {
      "commit": "de47fb9ff49428ee30bb52d10dfc160641900715",
      "tree": "926897ba3d3ff004dc557f9a69fa76426821e412",
      "parents": [
        "9d3fd3bf80ce1cbd099782dd4bc84a966e69002c",
        "e9c031289b3b085897a84861b5ec4915aa9b762f"
      ],
      "author": {
        "name": "Ales Komarek",
        "email": "akomarek@mirantis.com",
        "time": "Thu Oct 12 20:43:23 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@6a1f56eca807",
        "time": "Thu Oct 12 20:43:23 2017 +0000"
      },
      "message": "Merge \"Use legacy docker repository for kubernetes\""
    },
    {
      "commit": "e9c031289b3b085897a84861b5ec4915aa9b762f",
      "tree": "8b4d65785a43c690166b191850ef6dce447c351d",
      "parents": [
        "0912c39a29e5b05760e76620dc91a05d9d4be829"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Thu Oct 12 13:22:09 2017 +0200"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Thu Oct 12 13:22:09 2017 +0200"
      },
      "message": "Use legacy docker repository for kubernetes\n\nChange-Id: I163160b437908b7af3bf6226ff4580bafbd7c47a\n"
    },
    {
      "commit": "d29f64a318ecb1bafbb86b99a80c3521fc307081",
      "tree": "e2a67c3b7ca609b3119e5eebaf3fc769fb123d7a",
      "parents": [
        "f853ded9637ed86a98c4ed88da5335e1b825a242"
      ],
      "author": {
        "name": "Pavel Cizinsky",
        "email": "pcizinsky@mirantis.com",
        "time": "Thu Oct 12 10:58:08 2017 +0200"
      },
      "committer": {
        "name": "Pavel Cizinsky",
        "email": "pcizinsky@mirantis.com",
        "time": "Thu Oct 12 11:00:49 2017 +0200"
      },
      "message": "add ceph repo for mirrors\n\nChange-Id: I5530fd75add74ccd5511b2db102a4a1d706208f0\n"
    },
    {
      "commit": "cd891f363ecd2ced708cbda41282bc6319b4373a",
      "tree": "ecd3f5b9abc7b99b3183b0319d56ae73a3036ffc",
      "parents": [
        "67e6e4b5f6de08836dfb41c25ae87029f0263d3d"
      ],
      "author": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Wed Sep 27 17:13:50 2017 +0200"
      },
      "committer": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Wed Sep 27 17:13:50 2017 +0200"
      },
      "message": "Avoid to require non crossplatform packages\n\nChange-Id: Icd8595d095a6ebd099235be158dcd16d92eb94b1\n"
    },
    {
      "commit": "e712dfd350bb31f32f7df1f271dd0c3594203a27",
      "tree": "270cd2653a6c5f590c020250f20d62f292133f0c",
      "parents": [
        "4fe05b5328c2e542ed66218f029125ab0789132e"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Wed Aug 09 16:46:32 2017 +0200"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Wed Sep 27 10:28:05 2017 +0200"
      },
      "message": "Switch to docker-ce repository\n\nChange-Id: I2bac55cd767e7879f76df7c58e3f9a603bcefb6b\n"
    },
    {
      "commit": "ce812bbe46fdc41d417a72cf5accbf7722eb14f6",
      "tree": "f5b0cc2360a7f2eca9df1241801777aea405bc85",
      "parents": [
        "27955bbb979bced4e640b9affe96d60913cad479"
      ],
      "author": {
        "name": "Simon Pasquier",
        "email": "spasquier@mirantis.com",
        "time": "Thu Sep 14 15:18:42 2017 +0200"
      },
      "committer": {
        "name": "Simon Pasquier",
        "email": "spasquier@mirantis.com",
        "time": "Thu Sep 14 14:31:00 2017 +0000"
      },
      "message": "Add missing repo for elasticsearch-curator\n\nChange-Id: I3934b608a73e882669835f1af8d4cfae1da5f964\n"
    },
    {
      "commit": "87df21946ba7f1571d891f460af55497f0bb165f",
      "tree": "ac63cc049bb6405a7510092acaba9f8f0d128ca4",
      "parents": [
        "117286c66d0a4cfa6338086db07e025e196adf8e",
        "c68ff757036e8fa44d6bb44441a168e4fe8052ba"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Thu Sep 14 11:35:28 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@b3fef64565ee",
        "time": "Thu Sep 14 11:35:31 2017 +0000"
      },
      "message": "Merge \"Ensure unattended-updates package is purged\""
    },
    {
      "commit": "c68ff757036e8fa44d6bb44441a168e4fe8052ba",
      "tree": "2578c410a43debbc882a323b2208e1da86bd441d",
      "parents": [
        "a8834354ad65b6620c058c192f251db2d3558460"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Thu Sep 14 11:15:27 2017 +0200"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Thu Sep 14 11:15:27 2017 +0200"
      },
      "message": "Ensure unattended-updates package is purged\n\nChange-Id: Ib21566a61bf98445dbd555ac17e8e677b2935809\n"
    },
    {
      "commit": "cf0b08c8a18aed3b16cb986a55619a2b39076926",
      "tree": "0942efdcbc9033c8e755edb025e18b3718d7366c",
      "parents": [
        "a8834354ad65b6620c058c192f251db2d3558460"
      ],
      "author": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Thu Sep 14 10:12:48 2017 +0200"
      },
      "committer": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Thu Sep 14 10:12:48 2017 +0200"
      },
      "message": "add support for local package repos indication\n\nChange-Id: Ia669af4ef784455d2fbd437721d95c549a75223f\n"
    },
    {
      "commit": "8d98594a0e29e4ab95ffef7591b884344b774f95",
      "tree": "d86c17152f8c662d4ae444b13e53d4b43b41adef",
      "parents": [
        "7a8c44da1e160b4db5eacfb84a45246dad6a3f90"
      ],
      "author": {
        "name": "Adam Tengler",
        "email": "atengler@mirantis.com",
        "time": "Tue Aug 29 14:26:52 2017 +0000"
      },
      "committer": {
        "name": "Adam Tengler",
        "email": "atengler@mirantis.com",
        "time": "Tue Aug 29 14:29:07 2017 +0000"
      },
      "message": "Dynamic hosts definition for Linux system\n\nChange-Id: Ie6aed44301f084e4c9feb916a086d7d70ff158dd\n"
    },
    {
      "commit": "d7d6e77dae794f39be10e492a89ee4e0fe782ed7",
      "tree": "d52087121ce30ee60625995fd533ee083c19c564",
      "parents": [
        "363d4796f8d26c382951f4f850d8275293562dab"
      ],
      "author": {
        "name": "Dmitrii Sutiagin",
        "email": "dsutyagin@mirantis.com",
        "time": "Fri Aug 18 13:23:15 2017 -0700"
      },
      "committer": {
        "name": "Dmitry Sutyagin",
        "email": "dsutyagin@mirantis.com",
        "time": "Thu Aug 24 18:44:40 2017 +0000"
      },
      "message": "Add autosudo.sh profile script\n\nThis script provides two commands(functions) - sudoon, sudooff\nAfter \"sudoon\", all subsequent commands are prepended with \"sudo \"\nWith small exceptions like for bash builtins or for cd into\nnon-restricted folders.\nthe script tracks \"cd \" commands to allow working in restricted\nfolders.\n\nThe script itself should be provided by an updated salt-formula-linux\npackage.\n\nChange-Id: I786e9c52d0be9670d0c409937e0ac6f873b3dc8e\n"
    },
    {
      "commit": "336d9b13312641382089faf17cd7e016d646490f",
      "tree": "2c939e29c50ddc3a8ed3043af62ecd7466b87210",
      "parents": [
        "c0b3ceaeaf300f7764508a151ae8b43d54a4356f"
      ],
      "author": {
        "name": "Simon Pasquier",
        "email": "spasquier@mirantis.com",
        "time": "Wed Aug 23 14:35:52 2017 +0200"
      },
      "committer": {
        "name": "Simon Pasquier",
        "email": "spasquier@mirantis.com",
        "time": "Wed Aug 23 14:35:52 2017 +0200"
      },
      "message": "Disable tcp_tw_recycle\n\nThis is never needed and can introduce problems with NAT.\n\nSee https://vincent.bernat.im/en/blog/2014-tcp-time-wait-state-linux\nfor details\n\nChange-Id: I65fcae0694dfc1124df4220a399bdc6cdb15d279\n"
    },
    {
      "commit": "df4a605bd78f4ae6e87ca6a9301b3a323af890ac",
      "tree": "f53252fd150c5a45a7b0bc61138323bc95cb8063",
      "parents": [
        "3640e0bb0ce26b0ab9a00bd6777a6cd34e43fb0f"
      ],
      "author": {
        "name": "Ruslan Kamaldinov",
        "email": "rkamaldinov@mirantis.com",
        "time": "Tue Aug 22 11:01:35 2017 +0400"
      },
      "committer": {
        "name": "Ruslan Kamaldinov",
        "email": "rkamaldinov@mirantis.com",
        "time": "Tue Aug 22 11:03:09 2017 +0400"
      },
      "message": "Add aptly APT repository\n\nChange-Id: I6712547976f89e53015d5bd24808cf75bc008494\n"
    },
    {
      "commit": "62e1565e030e4ef2657799ce8c101e66a14dfd00",
      "tree": "c9d199eed179c3bc44623845692c4be8f4d57a60",
      "parents": [
        "8e5826bf0e1b9db9a9a37d021101378f58d2c6e5"
      ],
      "author": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Mon Aug 21 14:29:47 2017 +0200"
      },
      "committer": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Mon Aug 21 14:29:47 2017 +0200"
      },
      "message": "Set net.ipv4.tcp_tw_reuse, net.ipv4.tcp_tw_recycle\n\nThis is widly used by applications which generate\nbig ammount of tcp connections (ex. prometheus).\n\nChange-Id: I7e7afcea1ada4ef18e7f5b26b89beea6a0ffe85d\n"
    },
    {
      "commit": "1adf824b082a715c042c0bb5a716ae7c69abcad0",
      "tree": "d6dcd16c96fc8279dc8bde1510ebb6e78fbb7019",
      "parents": [
        "a1d9cea0604ffa307ee3ca7cf870e5ecc30347c7"
      ],
      "author": {
        "name": "Jiri Broulik",
        "email": "jbroulik@mirantis.com",
        "time": "Thu Aug 17 10:28:35 2017 +0200"
      },
      "committer": {
        "name": "Jiri Broulik",
        "email": "jbroulik@mirantis.com",
        "time": "Thu Aug 17 12:32:21 2017 +0200"
      },
      "message": "virtual labs new way\n\nChange-Id: I5ce5858bd27d2d181ef4354f95e08aeafef79ab5\n"
    },
    {
      "commit": "bd82d304ad92d29170944eb071e1223621ab30ca",
      "tree": "d8daee7cafc0db8ae1fc60cf77295289fd24453e",
      "parents": [
        "cf05d875b2f39155acd5ec6b73804093feaf7bf4"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Wed Aug 16 21:49:19 2017 +0200"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Wed Aug 16 21:49:19 2017 +0200"
      },
      "message": "Revert \"Switch to docker-ce repository\"\n\nThis reverts commit cf05d875b2f39155acd5ec6b73804093feaf7bf4.\n"
    },
    {
      "commit": "cf05d875b2f39155acd5ec6b73804093feaf7bf4",
      "tree": "5572274ddc283e9997dd2318cd526fbc8af5493c",
      "parents": [
        "14d1e94a9327e42ea95eb00fadcc9bc215299794"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Wed Aug 09 16:46:32 2017 +0200"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Wed Aug 16 21:44:32 2017 +0200"
      },
      "message": "Switch to docker-ce repository\n\nChange-Id: I90bbb224730fdcced43557a5147adaf22c4f7fbe\n"
    },
    {
      "commit": "573be773d93d87edb4f19bdf38074b866c587ea1",
      "tree": "be6ef014110e2b1c9f1f4106accde7abd8a43243",
      "parents": [
        "b27dc11ca4c1983a024e1027200156594dfb6ae5"
      ],
      "author": {
        "name": "Dmitry Burmistrov",
        "email": "dburmistrov@mirantis.com",
        "time": "Tue Aug 15 13:46:02 2017 +0400"
      },
      "committer": {
        "name": "Dmitry Burmistrov",
        "email": "dburmistrov@mirantis.com",
        "time": "Tue Aug 15 13:46:19 2017 +0400"
      },
      "message": "[linux] Fix typo. Remove extra tab\n\nChange-Id: Ic962e6625dda036076b1e833300dcec84861850e\n"
    },
    {
      "commit": "5754659c7f39b44818e0df95c0194c4adbaafeef",
      "tree": "cba736d86364aec90d880d3008e42c1e5a9f3cee",
      "parents": [
        "34222e81a5f1faef3cf0e71aedf4ae60cec81613",
        "517e5ff373489003d3d3b291b17076f226f9f888"
      ],
      "author": {
        "name": "mcp-jenkins",
        "email": "mcp-jenkins@mirantis.com",
        "time": "Mon Aug 14 14:25:42 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@7fdf03a22773",
        "time": "Mon Aug 14 14:25:46 2017 +0000"
      },
      "message": "Merge \"Update teams to allow avoid loading of tcpcloud team in cookiecutter\""
    },
    {
      "commit": "ccde37e69d0767d2ff70960c750928f4f0f2f295",
      "tree": "5f827dcc1ccd337c7d83eaf0586458ac73dbd12a",
      "parents": [
        "0c7e110643674ad4a5f9762f6f4c9b99125ab414",
        "bcfa7cff56d18fb6927fd728acfb630c3d1d32a6"
      ],
      "author": {
        "name": "Jakub Josef",
        "email": "jjosef@mirantis.com",
        "time": "Fri Aug 11 07:49:34 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@7fdf03a22773",
        "time": "Fri Aug 11 07:49:37 2017 +0000"
      },
      "message": "Merge \"extend sudo aliases\""
    },
    {
      "commit": "bcfa7cff56d18fb6927fd728acfb630c3d1d32a6",
      "tree": "27cf7d56265b9a2a5a0fcff99ea23e9f0760c64f",
      "parents": [
        "563652aad660f5e809a69a21090871695affd0d0"
      ],
      "author": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Thu Aug 10 17:57:56 2017 +0200"
      },
      "committer": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Thu Aug 10 17:57:56 2017 +0200"
      },
      "message": "extend sudo aliases\n\nChange-Id: Id0cead888a8a1e54d2d178852b82733092dea66d\n"
    },
    {
      "commit": "e9f8544e52fea73a76f44af0fd7ecb85eabb544e",
      "tree": "e15890c43c7f4141d8f550891cf1e069cf6c93ca",
      "parents": [
        "563652aad660f5e809a69a21090871695affd0d0"
      ],
      "author": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Thu Aug 10 14:22:57 2017 +0200"
      },
      "committer": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Thu Aug 10 14:22:57 2017 +0200"
      },
      "message": "add bash to restricted su\n\nChange-Id: I3130218397f5a2fcb04132debe252dc955d20e5a\n"
    },
    {
      "commit": "eb3b56f5062ee7e8e0f4fea61878b27bd18f58dc",
      "tree": "92e8820647fe4fe24662a16f896d7d5375de48b9",
      "parents": [
        "a0da391a283879d84e3188a649c8e8ab3c326d79"
      ],
      "author": {
        "name": "Pavel Cizinsky",
        "email": "pcizinsky@mirantis.com",
        "time": "Tue Aug 08 17:42:04 2017 +0200"
      },
      "committer": {
        "name": "Pavel Cizinsky",
        "email": "pcizinsky@mirantis.com",
        "time": "Tue Aug 08 20:59:25 2017 +0200"
      },
      "message": "add ceph repo, monitor nodes\n\nChange-Id: I1d47425a6bf74381703e71fe8483dc85780cfad0\n"
    },
    {
      "commit": "505309c0ac0eb26e5e5ae1837af4e8217f342429",
      "tree": "f4c06f753af0ccfe4c01155fe11f8db0ce6855ee",
      "parents": [
        "8e92f98c1f17e90eb5d99dc1425eb93934e9828b"
      ],
      "author": {
        "name": "Marek Celoud",
        "email": "mceloud@mirantis.com",
        "time": "Fri Aug 04 17:46:05 2017 +0200"
      },
      "committer": {
        "name": "Marek Celoud",
        "email": "mceloud@mirantis.com",
        "time": "Mon Aug 07 08:39:13 2017 +0000"
      },
      "message": "remove openstack component from OpenContrail repo\n\nChange-Id: Ic1596efc4c96f51c6cf2a8dacaaaef00cce24067\n"
    },
    {
      "commit": "517e5ff373489003d3d3b291b17076f226f9f888",
      "tree": "9f098c0c4df8d022842d1f1a718c729c552ede38",
      "parents": [
        "8e92f98c1f17e90eb5d99dc1425eb93934e9828b"
      ],
      "author": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Mon Aug 07 10:05:53 2017 +0200"
      },
      "committer": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Mon Aug 07 10:05:53 2017 +0200"
      },
      "message": "Update teams to allow avoid loading of tcpcloud team in cookiecutter\n\nChange-Id: Ibcd99a727514c2744676904bbbb55864aaa6a28d\n"
    },
    {
      "commit": "6e6ead4099cacd6407b02de67e998ef6b2a28e84",
      "tree": "969b233ae47994fe151e86b8267225435656a2e7",
      "parents": [
        "7e6697c99320cbab7235bfd6014827bad4380429"
      ],
      "author": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Tue Aug 01 11:10:46 2017 +0200"
      },
      "committer": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Fri Aug 04 13:23:30 2017 +0200"
      },
      "message": "Update sudo access/team groups\n\nAgenda:\n- enables l2ops team with the same rights\n- fixes \"sudo sudo whatever\" for unprivileged users\n- generic names for support groups: support[0-3]\n\nNotes: Require model update on cluster lever before applied.\n       Load class -system.openssh.server.team.support to all models.\n       Remove classes loading l1_support and l2_support.\n\nDepends-On: https://github.com/salt-formulas/salt-formula-linux/pull/116\n\nChange-Id: I9e0c72ed31e998aa5eb6cd92633baf4c8c634a7f\n"
    },
    {
      "commit": "f2fcba28bed8b09f79906fd572b2ca06216b5e98",
      "tree": "d79acde8b2bc17a92f75f8aac7d89aa358487e95",
      "parents": [
        "93484d603aa4f9a0bbcc5949de2b68c34b40b74f"
      ],
      "author": {
        "name": "Andrey",
        "email": "agrebennikov@mirantis.com",
        "time": "Tue Jul 25 21:03:10 2017 -0500"
      },
      "committer": {
        "name": "Tomas Kukral",
        "email": "tkukral@mirantis.com",
        "time": "Thu Jul 27 08:50:12 2017 +0000"
      },
      "message": "Unified repo keyservers.\nInstead of having some third-party keyserver for docker repository,\nchanged the key server to be the same as for the rest of the\nrepositories. Ubuntu keyserver contains the same key.\n\nChange-Id: I3639f96ce50c63e57d9fb84badb879d845b2d787\n"
    },
    {
      "commit": "de45f9e9647cb460c05a109ba7e47e73e70d8022",
      "tree": "c15d66251f36a6d57784073912f88f304318a638",
      "parents": [
        "94e4c0598a701849ff1e5a60463143677b6a23bc",
        "8cd0a1a455ba55ef47416f15afd7b0fb70aa6d3c"
      ],
      "author": {
        "name": "Ales Komarek",
        "email": "akomarek@mirantis.com",
        "time": "Wed Jul 12 13:08:46 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@32a4cf582fa9",
        "time": "Wed Jul 12 13:08:49 2017 +0000"
      },
      "message": "Merge \"Add class for alternative unstable salt repo\""
    },
    {
      "commit": "37741c796d45e600939a001296a1312bcf5f8b20",
      "tree": "79e355d90b46182de95a84323a46782a764f8fb0",
      "parents": [
        "6887f57a3f6ec7b3be95d960d29cde79ac17079f"
      ],
      "author": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Mon Jul 03 15:39:07 2017 +0200"
      },
      "committer": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Mon Jul 03 15:39:07 2017 +0200"
      },
      "message": "Add saltstack rhel repos\n\nChange-Id: I74c8f3e157b0db67b2e9f7ed217d3192b3593f99\n"
    },
    {
      "commit": "e444ae0b7bfb35ce64c0cac2aa859a9b240d167d",
      "tree": "b423d5abdd906ab1d50a5a934abc47e8195c1e48",
      "parents": [
        "e683d7faa269ba2a4320f53229d3624fd33573e9"
      ],
      "author": {
        "name": "Dmitry Ukov",
        "email": "dukov@mirantis.com",
        "time": "Thu Jun 22 11:04:54 2017 +0200"
      },
      "committer": {
        "name": "Dmitry Ukov",
        "email": "dukov@mirantis.com",
        "time": "Thu Jun 22 11:04:54 2017 +0200"
      },
      "message": "Added pinning for local repos\n\nChange-Id: I884ec48a5f9851242a744e5bac7568a1f89f491d\n"
    },
    {
      "commit": "8963fac0da0b968930051ce5762b3495fb8bf512",
      "tree": "4e06bbe12e270d04d8b06b23a34e3a35270b7f9b",
      "parents": [
        "c17a475b7ed8227064d6f6fa0c6800c95b378988"
      ],
      "author": {
        "name": "Alexander Noskov",
        "email": "anoskov@mirantis.com",
        "time": "Tue Jun 20 16:39:23 2017 +0200"
      },
      "committer": {
        "name": "Alexander Noskov",
        "email": "anoskov@mirantis.com",
        "time": "Tue Jun 20 16:39:23 2017 +0200"
      },
      "message": "Fix local repo for sensu\n\nChange-Id: Ib0cc1505dd64bccd13bfa038059e156381567cf1\n"
    },
    {
      "commit": "56ed1d9a97eb6120c9ce9cdbfbf9fa95e93b6c6a",
      "tree": "41c80a14aa78c875a0a9cb4c5870ecb7590c8222",
      "parents": [
        "244884fdb3c4153b8af8002f31cf7b102d717b15"
      ],
      "author": {
        "name": "Jiri Broulik",
        "email": "jbroulik@mirantis.com",
        "time": "Mon Jun 19 16:04:21 2017 +0200"
      },
      "committer": {
        "name": "Jiri Broulik",
        "email": "jbroulik@mirantis.com",
        "time": "Mon Jun 19 16:04:43 2017 +0200"
      },
      "message": "openstack repo fix typo\n\nChange-Id: I201f63b7f88d028e101b0882f0ccc271da8a5d42\n"
    },
    {
      "commit": "092e501a04107097d85b379bc1f7dfd79ff30b12",
      "tree": "584eb58781c646eb878f15a8ed1b829fa5f2ba7f",
      "parents": [
        "ff12179373619b03c4d7e6b831494ba1ee547c47"
      ],
      "author": {
        "name": "Alexander Noskov",
        "email": "anoskov@mirantis.com",
        "time": "Sun Jun 18 20:25:54 2017 +0200"
      },
      "committer": {
        "name": "Alexander Noskov",
        "email": "anoskov@mirantis.com",
        "time": "Sun Jun 18 20:25:54 2017 +0200"
      },
      "message": "Add local repo for elasticsearch and kibana packages\n\nChange-Id: I239fc5c0af741f2eccf1b0095d28b925abd237e3\n"
    },
    {
      "commit": "ff12179373619b03c4d7e6b831494ba1ee547c47",
      "tree": "13a45d19f266a05f205ebdcf5aaad9a9fbe285ef",
      "parents": [
        "5dfc2073a92d649a17c51aa8229c0a84eb0e8d0f"
      ],
      "author": {
        "name": "Alexander Noskov",
        "email": "anoskov@mirantis.com",
        "time": "Sun Jun 18 20:24:59 2017 +0200"
      },
      "committer": {
        "name": "Alexander Noskov",
        "email": "anoskov@mirantis.com",
        "time": "Sun Jun 18 20:24:59 2017 +0200"
      },
      "message": "Add local repo for docker packages\n\nChange-Id: Iabeb8d776a7984a1cc8ffa8b6cfa0be8e82cba7b\n"
    },
    {
      "commit": "5dfc2073a92d649a17c51aa8229c0a84eb0e8d0f",
      "tree": "0b8ebec76c60e09c8ca63750da99cd42a2f1de68",
      "parents": [
        "cc47fc55958471b48b47465edcf87a5d96db37ed"
      ],
      "author": {
        "name": "Alexander Noskov",
        "email": "anoskov@mirantis.com",
        "time": "Sun Jun 18 20:21:20 2017 +0200"
      },
      "committer": {
        "name": "Alexander Noskov",
        "email": "anoskov@mirantis.com",
        "time": "Sun Jun 18 20:24:26 2017 +0200"
      },
      "message": "Fix Ceph repo URL / Add local repo for Ceph\n\nIn MCP, Decapod configuring the following repo:\nhttps://github.com/Mirantis/ceph-lcm/blob/master/backend/common/decapod_common/configs/ceph-ansible-defaults.yaml#L27\nIn case of using local aptly repository we need to use .../jewel-xenial instead\nof .../apt.\n\nChange-Id: Id7ab39f72a409ea553e93c331d21c63c8c018e1e\n"
    },
    {
      "commit": "cc47fc55958471b48b47465edcf87a5d96db37ed",
      "tree": "0bad832d18ed5e36f603e3288605bfbe20ede931",
      "parents": [
        "a637e8e7d50bf92778b68fb730ef5a94e9a71a50"
      ],
      "author": {
        "name": "Alexander Noskov",
        "email": "anoskov@mirantis.com",
        "time": "Sun Jun 18 20:19:45 2017 +0200"
      },
      "committer": {
        "name": "Alexander Noskov",
        "email": "anoskov@mirantis.com",
        "time": "Sun Jun 18 20:19:45 2017 +0200"
      },
      "message": "Change hardcoded nightly repo to variable\n\nChange-Id: Ifbe7369ddc2937f8abd406eb7097a67d5373c863\n"
    },
    {
      "commit": "c7920132d54782eb958f8099c19271aa9ecbb404",
      "tree": "cfff6616fdf667547a7443fc4d916009b763d527",
      "parents": [
        "c807dfdcb43c58d339ee638e0b9c9cb2ca0460e2"
      ],
      "author": {
        "name": "Andrey Shestakov",
        "email": "ashestakov@mirantis.com",
        "time": "Wed May 24 23:09:59 2017 +0300"
      },
      "committer": {
        "name": "Andrey Shestakov",
        "email": "ashestakov@mirantis.com",
        "time": "Thu May 25 13:20:17 2017 +0300"
      },
      "message": "Configure default security limits in systemd.\n\nSystemd has own configuration of security limits and options setted\nin /etc/security/limits.conf are ignored.\n\nChange-Id: I01f8cdcd54a8697bb93951f223ec66838e368804\n"
    },
    {
      "commit": "1d8342c7cf3161e75d57ee308251ad26a3e5a2e4",
      "tree": "446c297937b8ad823e7d722050597356465deb77",
      "parents": [
        "160f343a59f06af8c4e576a255abee7225eb60bd",
        "44ae692faae2029b7a096dc43ee84f1d490a829e"
      ],
      "author": {
        "name": "Jakub Pavlik",
        "email": "pavlk.jakub@gmail.com",
        "time": "Tue May 23 15:56:17 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@5776b83a74fe",
        "time": "Tue May 23 15:56:19 2017 +0000"
      },
      "message": "Merge \"param for specific repo release version (apt_mk)\""
    },
    {
      "commit": "992df7c49b2b9d17fa7b59292abf61cdffe68e44",
      "tree": "b9759d47adc6b3683708d8899f0fe1974d2feb75",
      "parents": [
        "4159b5895fa2c4e8531038789af37ad930c4e821"
      ],
      "author": {
        "name": "Anatolii Neliubin",
        "email": "aneliubin@mirantis.com",
        "time": "Wed May 17 10:57:34 2017 +0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed May 17 10:57:34 2017 +0500"
      },
      "message": "Update sudo.yml\n\nHello! I have removed mysql, strace, ltrace and the kill utilities. Is this OK now?"
    },
    {
      "commit": "8cd0a1a455ba55ef47416f15afd7b0fb70aa6d3c",
      "tree": "e5d38fe3e4730fdd655ce5e7ebad4043e24abcca",
      "parents": [
        "44ae692faae2029b7a096dc43ee84f1d490a829e"
      ],
      "author": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Mon May 15 17:29:44 2017 +0200"
      },
      "committer": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Mon May 15 18:54:49 2017 +0200"
      },
      "message": "Add class for alternative unstable salt repo\n\nChange-Id: I4b33c60c8381d7a50aa878ed6bd51ab4393223b0\n"
    },
    {
      "commit": "44ae692faae2029b7a096dc43ee84f1d490a829e",
      "tree": "454ce451633d0721cd3446e06824f52d0284c73f",
      "parents": [
        "4f66565767999d3ce2e32482fde5ceaa35df01fe"
      ],
      "author": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Mon May 15 16:22:05 2017 +0200"
      },
      "committer": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Mon May 15 16:22:05 2017 +0200"
      },
      "message": "param for specific repo release version (apt_mk)\n\nChange-Id: Ief3c9e0e5ff0b5b068aba9ef45ef95c9d4152a02\n"
    },
    {
      "commit": "4159b5895fa2c4e8531038789af37ad930c4e821",
      "tree": "397b9f7af58b6dbfc961912935a628b3a9fd535b",
      "parents": [
        "6f6429d0ef0f99a96b24712a801568b4af67c47e"
      ],
      "author": {
        "name": "Anatolii Neliubin",
        "email": "aneliubin@mirantis.com",
        "time": "Thu May 11 09:24:58 2017 +0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu May 11 09:24:58 2017 +0500"
      },
      "message": "Update sudo.yml\n\n1. Has broaden the list of \"sudo_coreutils_safe\" commands\r\n2. Added access to everything by \"rabbitmqcttl\"\r\n3. Introduced new groups of commands:\r\n* sudo_networking_base_utilities\r\n* sudo_contrail_utilities\r\n* sudo_storage_utilities\r\n* sudo_openstack_clients"
    },
    {
      "commit": "c8814adf30d0149da692cda1f52fb07e6811c8bd",
      "tree": "f6111cda915d4f116a9ed35eaa40b2d978d12125",
      "parents": [
        "fe983e4df9d9f687876266669d8adad903060269"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Tue May 09 18:27:53 2017 +0200"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Tue May 09 18:27:53 2017 +0200"
      },
      "message": "Raise default glusterfs version to 3.8\n\nChange-Id: Ibafd332e616a1f3efacfccf67aaac8dd16ca8037\n"
    },
    {
      "commit": "8e282917ffc4fc96c477af5bb499176f3ede1ceb",
      "tree": "cf4e1c6164bb60ccae22979b6d265263c2c00fb4",
      "parents": [
        "3d56c1212534f0521baab8784006889d8423cf81",
        "f684007b761ad07a805c25f2ab4533e11c4ee879"
      ],
      "author": {
        "name": "Petr Michalec",
        "email": "epcim@apealive.net",
        "time": "Mon May 08 19:56:17 2017 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 08 19:56:17 2017 +0200"
      },
      "message": "Merge pull request #264 from mattroark/sudo-rabbitmq\n\nAdd RabbitMQ commands to sudo.yml."
    },
    {
      "commit": "f684007b761ad07a805c25f2ab4533e11c4ee879",
      "tree": "1535d334ad9ce8d6387496d311aa35bbfab0ffe7",
      "parents": [
        "21cc884ec1e10e20b4952ed7014c145e6fe6add7"
      ],
      "author": {
        "name": "Matthew Roark",
        "email": "mroark@mirantis.com",
        "time": "Sun May 07 20:19:32 2017 -0500"
      },
      "committer": {
        "name": "Matthew Roark",
        "email": "mroark@mirantis.com",
        "time": "Sun May 07 20:19:32 2017 -0500"
      },
      "message": "Added RabbitMQ commands to sudo.yml.\n"
    },
    {
      "commit": "d42017cd9bf2bee70abc56b9d685c06abfcb8b1d",
      "tree": "1761067292886e5b9b577e799e9d3b2c69f1d0c9",
      "parents": [
        "7842715286dd5821573addcd79cce42adeb83a6b"
      ],
      "author": {
        "name": "Taylor May",
        "email": "ziggit@gmail.com",
        "time": "Sat May 06 15:39:53 2017 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat May 06 15:39:53 2017 -0500"
      },
      "message": "Add test.ping to sudo_salt_safe\n\nAllow users associated with sudo_salt_safe to execute test.ping for better visibility."
    },
    {
      "commit": "23cbd272962f94961a140dfa038bec7117181cb3",
      "tree": "10552f2e1289c8d11a6c0de1a23adbfe0101e9ec",
      "parents": [
        "43502706d25ca1ed557c58a7276fcc187da4505c"
      ],
      "author": {
        "name": "Alexander Noskov",
        "email": "anoskov@mirantis.com",
        "time": "Fri May 05 13:32:45 2017 +0400"
      },
      "committer": {
        "name": "Tomas Kukral",
        "email": "tkukral@mirantis.com",
        "time": "Fri May 05 11:27:18 2017 +0000"
      },
      "message": "fix typo\n\nChange-Id: I1a7ea68d397db856c72edfad714715e049a9960b\n"
    },
    {
      "commit": "3e893d4129a269df78969742142b827f05ac14e0",
      "tree": "8ad9f0f1414b4008d153f2d1626b7ec5b47e8920",
      "parents": [
        "729e372e5eb7f1b7df0da607366ceb8d1d1ff523"
      ],
      "author": {
        "name": "Tomáš Kukrál",
        "email": "tkukral@mirantis.com",
        "time": "Thu May 04 10:59:17 2017 +0200"
      },
      "committer": {
        "name": "Tomáš Kukrál",
        "email": "tkukral@mirantis.com",
        "time": "Thu May 04 14:13:24 2017 +0200"
      },
      "message": "fix broken classes\n\nthese files are empty:\n* linux/network/interface/bond_ovs_dvr.yml is not valid yaml\n* glusterfs/cluster.yml is not valid yaml\n* linux/network/interface/bond_vlan_dvr.yml is not valid yaml\n* jenkins/master/single.yml is not valid yaml\n\nChange-Id: I9c27d6ea41fcad0e14a28097eac7cfe540fb2983\n"
    },
    {
      "commit": "8725413ad42b79675723ebcc53ca38415eccbabe",
      "tree": "99b707e75282df967a5fda3ad3e7b2dcc34f04cd",
      "parents": [
        "3ab784b7fda41a5d38b5c0d7046aa889bd921a6b"
      ],
      "author": {
        "name": "Jiri Broulik",
        "email": "jiribroulik@gmail.com",
        "time": "Mon May 01 08:33:02 2017 +0200"
      },
      "committer": {
        "name": "Jiri Broulik",
        "email": "jiribroulik@gmail.com",
        "time": "Mon May 01 09:12:41 2017 +0200"
      },
      "message": "ctl upgrade fixes\n"
    },
    {
      "commit": "3ab784b7fda41a5d38b5c0d7046aa889bd921a6b",
      "tree": "d6e4d635953022a66bf2db1ce8546ce9fee36275",
      "parents": [
        "62a6c7f4a0e1ae9d329b4ad7d40bcaca0ceef2cc"
      ],
      "author": {
        "name": "Jiri Broulik",
        "email": "jiribroulik@gmail.com",
        "time": "Fri Apr 21 12:02:13 2017 +0200"
      },
      "committer": {
        "name": "Jiri Broulik",
        "email": "jiribroulik@gmail.com",
        "time": "Mon May 01 08:33:25 2017 +0200"
      },
      "message": "aptly repos fix\n"
    },
    {
      "commit": "6ccdbb683deb7c318dbc205380c77e9dc9650a89",
      "tree": "07ebb0146028863c290e072800336bb4201b0389",
      "parents": [
        "ed2a596df7f9412310b23657d5e7b1582ea8ea30",
        "1251c8c4c20316222005b819cf16b53e39e611df"
      ],
      "author": {
        "name": "Ondrej Smola",
        "email": "smolaon@gmail.com",
        "time": "Tue Apr 25 14:52:35 2017 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 25 14:52:35 2017 +0200"
      },
      "message": "Merge pull request #251 from Mirantis/epcim-patch-1-linux-limits-nproc\n\nFix typo in linux limits"
    },
    {
      "commit": "8d7eab56fc056a59de544d632b6db80765084f46",
      "tree": "815f661997a70043c4b73641e93c19388efdc4f2",
      "parents": [
        "34e266192bab45db3584cd78fcdcf3dc1717c610"
      ],
      "author": {
        "name": "Daniel Čech",
        "email": "danisek94@gmail.com",
        "time": "Mon Apr 24 11:42:03 2017 +0200"
      },
      "committer": {
        "name": "Daniel Čech",
        "email": "danisek94@gmail.com",
        "time": "Mon Apr 24 11:42:03 2017 +0200"
      },
      "message": "add package mcelog\n"
    },
    {
      "commit": "1251c8c4c20316222005b819cf16b53e39e611df",
      "tree": "4b53edc061592653889624848a726439102a7ed0",
      "parents": [
        "34e266192bab45db3584cd78fcdcf3dc1717c610"
      ],
      "author": {
        "name": "Petr Michalec",
        "email": "epcim@apealive.net",
        "time": "Fri Apr 21 14:55:19 2017 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 21 14:55:19 2017 +0200"
      },
      "message": "Fix typo in linux limits\n\nhttps://mirantis.jira.com/browse/RIL-1037"
    },
    {
      "commit": "60d726a31fda41f3ce02ad0d5fb73297e3c55971",
      "tree": "69ad9773f5b9f3f258bade18203096869052c3b7",
      "parents": [
        "81a6d598906a38d0b158f90291e43a58b086f0ae"
      ],
      "author": {
        "name": "Alexander Dobdin",
        "email": "adobdin@users.noreply.github.com",
        "time": "Fri Apr 21 13:13:03 2017 +0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 21 13:13:03 2017 +0400"
      },
      "message": "Fix: adding missed parameters for salt safe"
    },
    {
      "commit": "0693d193a7d55abb685c6bececa41389262a84fa",
      "tree": "582ed4b2a81e17262b6f37585f92fbe5b351901b",
      "parents": [
        "cd67dabba90427d4b00b06edce7c5ded5c6c7fca",
        "15a76cb70a1ef7e33b2c55a0b71bf74f30253680"
      ],
      "author": {
        "name": "Ondrej Smola",
        "email": "smolaon@gmail.com",
        "time": "Tue Apr 18 22:57:25 2017 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 18 22:57:25 2017 +0200"
      },
      "message": "Merge pull request #225 from Mirantis/pr_fix_glusterfs_repo\n\nFIX, glusterfs component"
    },
    {
      "commit": "cd67dabba90427d4b00b06edce7c5ded5c6c7fca",
      "tree": "9952f81fdad18e814805a550e27682b987f5ac91",
      "parents": [
        "66e6224ecf7d3440229c9530282dbfd1564122c4",
        "f80ffe5f3e8fc5d0a83f65dc678b723f5655683c"
      ],
      "author": {
        "name": "Ondrej Smola",
        "email": "smolaon@gmail.com",
        "time": "Tue Apr 18 17:47:12 2017 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 18 17:47:12 2017 +0200"
      },
      "message": "Merge pull request #241 from Mirantis/change_mcp_repo\n\nchange mcp repo structure"
    },
    {
      "commit": "f80ffe5f3e8fc5d0a83f65dc678b723f5655683c",
      "tree": "68211f0460d64ce4cd5dc768931f6cdd58fd1c8b",
      "parents": [
        "d856be854676b22c4750ee1526cd99fa0501c8f2"
      ],
      "author": {
        "name": "Marek Celoud",
        "email": "mceloud@mirantis.com",
        "time": "Tue Apr 18 17:39:16 2017 +0200"
      },
      "committer": {
        "name": "Marek Celoud",
        "email": "mceloud@mirantis.com",
        "time": "Tue Apr 18 17:39:16 2017 +0200"
      },
      "message": "change mcp repo structure\n"
    },
    {
      "commit": "66e6224ecf7d3440229c9530282dbfd1564122c4",
      "tree": "6ef910da25c12840edb14528777d2d17141ade67",
      "parents": [
        "a4f601504867eebbb8c3d07d078e345a31c29eac",
        "3838b39ed056e7dd98c36d241245a2b00bfef264"
      ],
      "author": {
        "name": "Ondrej Smola",
        "email": "smolaon@gmail.com",
        "time": "Tue Apr 18 16:55:30 2017 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 18 16:55:30 2017 +0200"
      },
      "message": "Merge pull request #230 from Mirantis/pr/extra_is_not_default_repo\n\nRemove extra component repo to have default flag true"
    },
    {
      "commit": "499250b87b1904a1c454ea98b389b1f031686fe1",
      "tree": "3af9fd3ce67e6f1f34a342f0b1756a0a3dd8c5d3",
      "parents": [
        "5672fbd7070e1544c790b616149105d0d7dd7207"
      ],
      "author": {
        "name": "Jiri Broulik",
        "email": "jiribroulik@gmail.com",
        "time": "Tue Apr 11 10:59:04 2017 +0200"
      },
      "committer": {
        "name": "Jiri Broulik",
        "email": "jiribroulik@gmail.com",
        "time": "Tue Apr 11 11:03:39 2017 +0200"
      },
      "message": "mcp contrail repo param fix\n"
    },
    {
      "commit": "3838b39ed056e7dd98c36d241245a2b00bfef264",
      "tree": "7cf6acdd0caae37a960acd724b4cf405fc5946e8",
      "parents": [
        "ae0c11a319c350c13b762c99530c8db80808e484"
      ],
      "author": {
        "name": "Petr Michalec",
        "email": "epcim@apealive.net",
        "time": "Mon Apr 10 14:44:39 2017 +0200"
      },
      "committer": {
        "name": "Petr Michalec",
        "email": "epcim@apealive.net",
        "time": "Mon Apr 10 14:44:39 2017 +0200"
      },
      "message": "Remove extra component repo to have default flag\n"
    },
    {
      "commit": "27c37ed235d984391de5783e60e97266dea958a2",
      "tree": "7a839eac9e5770dca3b3b2d9f665f02a9ef1cfff",
      "parents": [
        "61baa813fde2120b21e693119238dad24a38a1ba"
      ],
      "author": {
        "name": "Ondrej Smola",
        "email": "ondrej.smola@tcpcloud.eu",
        "time": "Fri Apr 07 13:05:51 2017 +0200"
      },
      "committer": {
        "name": "Ondrej Smola",
        "email": "ondrej.smola@tcpcloud.eu",
        "time": "Fri Apr 07 13:05:51 2017 +0200"
      },
      "message": "added sensu package, change pinning for mcp\n\nChange-Id: I4734aa6e374bc535ee28cfa0d7e3f9b81d995756\n"
    },
    {
      "commit": "8df9b6172a97c1204dc11ff899bc1b7f325b94b0",
      "tree": "9935573057ccb9e6c422d911d9f298196be89c0c",
      "parents": [
        "95c7298e1ccfc6239f22ef1341da6c76b9273d48"
      ],
      "author": {
        "name": "Jakub Pavlik",
        "email": "pavlk.jakub@gmail.com",
        "time": "Thu Apr 06 14:29:46 2017 +0200"
      },
      "committer": {
        "name": "Jakub Pavlik",
        "email": "pavlk.jakub@gmail.com",
        "time": "Thu Apr 06 14:29:46 2017 +0200"
      },
      "message": "mos10 repos definitions\n"
    },
    {
      "commit": "7bdbeee1b872015e535588b7b080770eb12b2440",
      "tree": "3ed6b4ca2e3deee1e41055cf4efa71b71d4f8522",
      "parents": [
        "8e4e39ba45f9166ddbf17ab5ec8164acc0742fdb"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Tue Apr 04 20:32:30 2017 +0200"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Tue Apr 04 20:32:30 2017 +0200"
      },
      "message": "Fix pinning of mk repositories\n\nChange-Id: I5b9c0af413f0e9b96662e2168e01519c27fa14fd\n"
    },
    {
      "commit": "73541ea754a5303d0c09ce2b50eee65106881bbf",
      "tree": "72f0286a3d5948171d7536c49fde18c34094d2a5",
      "parents": [
        "d5cfd291b48c779de325bc05aff64536c5891728"
      ],
      "author": {
        "name": "Ondrej Smola",
        "email": "ondrej.smola@tcpcloud.eu",
        "time": "Tue Apr 04 17:23:37 2017 +0200"
      },
      "committer": {
        "name": "Ondrej Smola",
        "email": "ondrej.smola@tcpcloud.eu",
        "time": "Tue Apr 04 17:23:37 2017 +0200"
      },
      "message": "added architecture to saltstack repo\n\nChange-Id: I21b8aa2fbf1c73fe88db0ed41ea95de18b8e18dd\n"
    },
    {
      "commit": "d5cfd291b48c779de325bc05aff64536c5891728",
      "tree": "416af1fc0110aeef655de9fd600feec887e88ce3",
      "parents": [
        "82d7acde4b36a72f037dbf96c4cde7d207c50a35"
      ],
      "author": {
        "name": "Ondrej Smola",
        "email": "ondrej.smola@tcpcloud.eu",
        "time": "Tue Apr 04 11:16:57 2017 +0200"
      },
      "committer": {
        "name": "Ondrej Smola",
        "email": "ondrej.smola@tcpcloud.eu",
        "time": "Tue Apr 04 11:19:30 2017 +0200"
      },
      "message": "added pinning for mcp repos, mk-apt and contrail\n\nChange-Id: I3ca753e11290df0cf0727b3d8cbb18b2324c6f86\n"
    },
    {
      "commit": "82d7acde4b36a72f037dbf96c4cde7d207c50a35",
      "tree": "651093bdad89cfc52991c4236a25a9c154523f99",
      "parents": [
        "1f258874d7c0114ff2af3c3a8ef95ce46d05057b"
      ],
      "author": {
        "name": "Ondrej Smola",
        "email": "ondrej.smola@tcpcloud.eu",
        "time": "Tue Apr 04 10:50:47 2017 +0200"
      },
      "committer": {
        "name": "Ondrej Smola",
        "email": "ondrej.smola@tcpcloud.eu",
        "time": "Tue Apr 04 10:51:09 2017 +0200"
      },
      "message": "added pinning to mcp openstack repos\n\nChange-Id: I6ae69bb9da530c88457a417ba1a66ca632842b36\n"
    },
    {
      "commit": "15a76cb70a1ef7e33b2c55a0b71bf74f30253680",
      "tree": "e9af8e5810343522b0a0229964c5a841d73cf06e",
      "parents": [
        "1f258874d7c0114ff2af3c3a8ef95ce46d05057b"
      ],
      "author": {
        "name": "Petr Michalec",
        "email": "epcim@apealive.net",
        "time": "Tue Apr 04 09:08:29 2017 +0200"
      },
      "committer": {
        "name": "Petr Michalec",
        "email": "epcim@apealive.net",
        "time": "Tue Apr 04 09:15:09 2017 +0200"
      },
      "message": "FIX, glusterfs component\n"
    },
    {
      "commit": "b43e5d3577a34e8c4d2c2e95e0a863202aec1947",
      "tree": "e9ce74e8bed3b524c0d9a2d9969644c065154eff",
      "parents": [
        "b3e8f30616eb6e462921bff8f2ec943ddda59255"
      ],
      "author": {
        "name": "Jiri Broulik",
        "email": "jiribroulik@gmail.com",
        "time": "Wed Mar 29 16:36:03 2017 +0200"
      },
      "committer": {
        "name": "Jiri Broulik",
        "email": "jiribroulik@gmail.com",
        "time": "Thu Mar 30 13:00:28 2017 +0200"
      },
      "message": "local_repo maas, glusterfs and mcp fixes\n"
    },
    {
      "commit": "fc25a8105a975176ac2ad95a9ee900c3251b1467",
      "tree": "e8f784ae847513a76c6fa45727816aa087976447",
      "parents": [
        "6006e2560214a05e7729ef6bcd80d67bd2297842"
      ],
      "author": {
        "name": "Marek Celoud",
        "email": "mceloud@mirantis.com",
        "time": "Tue Mar 28 10:27:15 2017 +0200"
      },
      "committer": {
        "name": "Marek Celoud",
        "email": "mceloud@mirantis.com",
        "time": "Tue Mar 28 10:27:15 2017 +0200"
      },
      "message": "change elasticsearch repo to upstream\n"
    }
  ],
  "next": "45e7a8ecc357ec1783de0248d04ec4234f5840b8"
}
