)]}'
{
  "log": [
    {
      "commit": "e78f5a762565fe67b2637b560fdc829a9d71ccd0",
      "tree": "5de18ea8b5757ccdc889d23cfc3a4e6983b24f40",
      "parents": [
        "2aab0d77d06ee94a10ffed431d1b270871ce319e"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed May 17 17:53:37 2023 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu May 18 11:40:14 2023 +0200"
      },
      "message": "Update tests and NBI Dockerfile to patch pyangbing and install libmagic1\n\nChange-Id: If262e372ce26b04df5ac54961336620f27897933\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "02feb8ef9ae5f545a111759cbbe9f01b1741cc85",
      "tree": "2473db830191f386af09c439836538763c021da4",
      "parents": [
        "54f21dc2e06cc72582026cf28b2206042f87133d"
      ],
      "author": {
        "name": "Mark Beierl",
        "email": "mark.beierl@canonical.com",
        "time": "Wed May 10 11:44:11 2023 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed May 10 21:47:27 2023 +0200"
      },
      "message": "Updates to Python 3.10 and Ubuntu22.04\n\nUpdates all dockerfiles for stage 3 to use newer versions\n\nChange-Id: I4d73e04e11be4e12c98467f5d24ee5daff699d89\nSigned-off-by: Mark Beierl \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "e5b9ba619c48d8768a3e75ed35883c034c38e107",
      "tree": "b3023dbc6418fc64e4568d69ad5e92f69c30364c",
      "parents": [
        "dbc2c0ebc0491d1df2c175384ab399ab19451a40"
      ],
      "author": {
        "name": "Mark Beierl",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Sep 08 05:44:06 2022 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Sep 08 18:05:43 2022 +0200"
      },
      "message": "Bug 2139: OSM OCI images have 172.21.1.1 as apt proxy\n\nRemoves the apt proxy configuration from the final\nimage layers\n\nChange-Id: I3f2dfd81a04b42d3ee570cdc71ca41da39e621d0\nSigned-off-by: Mark Beierl \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "d7449362766262e09ec63ada999e03ded530f907",
      "tree": "193172f416325b8bd7d616158e81c07b41eec23e",
      "parents": [
        "e7646259a1e3047d089fc9b8ca023475288ce533"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Jan 13 10:53:08 2022 -0500"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Jan 14 13:29:18 2022 -0500"
      },
      "message": "Bug 1841: LTS Support\n\nUpdates base to Ubuntu 20.04\nUpdates python to 3.8\nUpdates pip dependencies to more recent versions\nAdds apt cache to stage 2 dockerfile\n\nFixes bug 1841\n\nChange-Id: I70af3cfab7484d7b284c143d554bef9f0be51812\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "e7646259a1e3047d089fc9b8ca023475288ce533",
      "tree": "5f33c334ef7965301e0e9bfddcaa18712788c2c2",
      "parents": [
        "c1ae239c3440000ce6d9ec47386e13d67c13e815"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Jan 13 10:53:08 2022 -0500"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Jan 14 15:43:21 2022 +0100"
      },
      "message": "Bug 1858: Adding APT proxy\n\nAdds apt proxy to build scripts and dockerfiles.  Backward compatible\nchange and proxy will not be used unless environment variable\nis supplied to docker build command.\n\nFixes bug 1858\n\nChange-Id: Ibd25bd1c145b8d43eeb85c5c952aec30ebcce1fc\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "a8e75d03f48d0a7d7ae7c18f8151ef2e244a787d",
      "tree": "f0e251c7333b82d499cc1ed487849a4182e4f73a",
      "parents": [
        "0047e36f32b7ac8bf16fdfc8c142ea153f44d32a"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Thu Sep 30 14:07:57 2021 +0100"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Nov 19 18:26:37 2021 +0100"
      },
      "message": "Fix bug 1703 - Adding non-root user to run NBI\n\nThe idea behind this is to run NBI as a non-root user for security\nreasons. This required the creation of a new user in the container\nimage and setting permissions acordingly.\n\nChange-Id: I9c8105b9b648c79643940994e51815118b9bbbe7\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "6ba74b5969fe21b9eb3ec8a34df8f067d6de3397",
      "tree": "6654273d8cff76ffecd61e240a67b915f92d9fe4",
      "parents": [
        "540d93716ee0a4c4ffd070120779c1c40f6f353c"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Sep 23 17:43:15 2021 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Sep 29 17:46:10 2021 +0200"
      },
      "message": "Clean-up of apt information in docker layers\n\nChange-Id: I25949f4e61d327f61dfee8b7a9c3115738c445ac\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "cb992769cd2f3f5374a59c7b3c8f1ea8a88d5d57",
      "tree": "907402dc843b6dcf20e4e15a6e1da4443f2c5170",
      "parents": [
        "fdbe776e9bb9e43f7d4dc0f8c023b93d258666e2"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Aug 31 18:52:26 2021 +0100"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Thu Sep 02 17:54:05 2021 +0200"
      },
      "message": "Upgrading setuptools to 51.0.0\n\nSome newer packages, in requirements.txt, use the Metadata\nversion format available in 51.0.0.\n\nDocs: https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html#metadata\n\nChange-Id: I2a7c22c2fa42e7111aed462b81f5be9040d0d7f9\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "fd164afb3c0f828561b41c6c42a1e351c5d9b653",
      "tree": "a055e448cbc9ec9c9f375fb6104c0e0f84c580a2",
      "parents": [
        "b89f26b8b330e5af11dc47c06c4e65cbbcd0a52b"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Thu Aug 12 15:35:51 2021 +0100"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Thu Aug 12 15:35:51 2021 +0100"
      },
      "message": "Fix bug 1633 - Pinning packages to major version\n\nChange-Id: Iea7fd8ebfd7de5033a2ff0197a1a5f1bc53f48b4\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "b89f26b8b330e5af11dc47c06c4e65cbbcd0a52b",
      "tree": "e94d26055f9f1c3a596fd49a40f13b7cfeb25653",
      "parents": [
        "8686601c00337e33edb3f74d79d61c68d61d135f"
      ],
      "author": {
        "name": "palsus",
        "email": "subhankar.pal@altran.com",
        "time": "Wed Aug 04 18:12:21 2021 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Thu Aug 05 11:11:18 2021 +0200"
      },
      "message": "Fix for Bug 1626: Build failed due to upstream dependency not found\n\nChange-Id: I719c106e6f2fb92c6f00d2f9595715e1a30c7362\nSigned-off-by: palsus \u003csubhankar.pal@altran.com\u003e\n"
    },
    {
      "commit": "a60ec7310d582158700acf9f3fb1945cb05bacca",
      "tree": "edbc45c7616b5b6e36df61dd57b4120bde9202e9",
      "parents": [
        "1ec36ccbb8c823266918d5b9e24259dad717e139"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Wed Mar 17 15:28:47 2021 +0100"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Tue Apr 06 19:37:04 2021 +0200"
      },
      "message": "Feature 10296\n\nUpdate dockerfiles to fetch dependencies from Artifactory\n.deb and using pip3 -r instead of apt to resolve all upstream\ndepenencies\n\nUpdate stage_3 to use URLs for artifactory packages instead\nof apt server for installation of packages\n\nChange-Id: I3abb1e1314862f386fb090cb18429f4283b0273d\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "e5fd208248a496cd798a66cb27216e83f2852a76",
      "tree": "89943b4a1f7569a425bdfd5aa4d878b03bad8e9b",
      "parents": [
        "9687207f24cc4ff95c6b0bd147d658c99c47ab93"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Mar 04 16:16:53 2021 -0500"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Mar 04 16:16:53 2021 -0500"
      },
      "message": "Remove PyYaml apt package\n\nNBI is not building with PyYAML from apt, need to prefer the version from\npip instad.\n\nChange-Id: Ie2bbf3a9c1dde60b8876f3bd2063dc1649f4904b\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "f404b8be8c1a89defe7888bac7059ae52e2c3d2a",
      "tree": "16b6feb6c47d0b197e0f506100bf1c8e3c394334",
      "parents": [
        "b3daa3a5aa897ea1f0708c520e325bfd682d2a12"
      ],
      "author": {
        "name": "fonsecaj",
        "email": "jpedrofonseca@av.it.pt",
        "time": "Thu Feb 11 14:08:52 2021 +0100"
      },
      "committer": {
        "name": "fonsecaj",
        "email": "jpedrofonseca@av.it.pt",
        "time": "Tue Feb 16 12:44:41 2021 +0100"
      },
      "message": "Fixes Bug 1275 NBI Dockerfile Update\n\nAuthor: João Fonseca \u003cjpedrofonseca@av.it.pt\u003e\nCommitter: João Fonseca \u003cjpedrofonseca@av.it.pt\u003e\n\nChange-Id: Iae14ab5be983188af0616cfbf238362781aea6b1\nSigned-off-by: João Fonseca \u003cjpedrofonseca@av.it.pt\u003e\n"
    },
    {
      "commit": "fa81f28edaf5962fbc034ddcf783c4298573500b",
      "tree": "d162451c685555d14f1d371d3c60c18548397d82",
      "parents": [
        "c828a582cacde3e65ed2eb4da97c3821584686b2"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Tue Dec 15 00:32:13 2020 +0000"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Dec 16 15:14:24 2020 +0000"
      },
      "message": "Installer and pipelines updates for Rel NINE\n\nChange-Id: I86786dc85eda0f717dac75049f7136bc668449d7\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "1850e4abd7b58d749443ddc5ca5c2cdbb2d067ca",
      "tree": "2b6567447b0c323596426ff3e7cc62d762f03d36",
      "parents": [
        "b1a1c46a60aa4981c7b01e9d6ff95958db7749a5"
      ],
      "author": {
        "name": "fonsecaj",
        "email": "jpedrofonseca@av.it.pt",
        "time": "Thu Oct 29 19:04:26 2020 +0000"
      },
      "committer": {
        "name": "fonsecaj",
        "email": "jpedrofonseca@av.it.pt",
        "time": "Fri Oct 30 21:01:22 2020 +0200"
      },
      "message": "Fixes Bug 1275 and Bug 1273 - aiokafka\u003e0.7.0 needs extra dependency for python \u003c 3.7.0\n\nChange-Id: I5226e1d790c37d889fac2e6d8285f41f033e9529\nSigned-off-by: fonsecaj \u003cjpedrofonseca@av.it.pt\u003e\n"
    },
    {
      "commit": "a4a37f7f9f5410ff2c7833b76bdc85f752c74849",
      "tree": "ae1d9b1460049df6af466eec358418994851a0db",
      "parents": [
        "1a423a467dca38dab970ea9e0f7480be1f2dfc83"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Jun 26 12:55:01 2020 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Aug 27 14:51:48 2020 +0200"
      },
      "message": "Merge v8.0 Into Master\n\nThis is a combination of all the commits.\n\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n\nEnable Robot Tests\n\nEnabling robot tests in CI/CD pipeline\nPropagate the parameter DO_ROBOT to stage_3-merge\nSetting OSM_HOSTNAME for robot test execution\nAdding prometheus_hostname env variable for ci/cd tests\nArchive containers logs in robot test execution\n\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\nAuthor: Felipe Vicens \u003cfelipe.vicens@atos.net\u003e\n\n8716 - K8s Proxy Charms\n\nThis commit contains the following changes:\n\n- Changes to LCM Charm to configure vca k8s cloud\n- K8s installation:\n  - Add storageclass to K8s\n  - Add k8s to VCA\n  - Configure lcm.env to pass k8s cloud name\n- Pass k8s cloud name to LCM Charm in charmed\ninstallation\n- Pin juju version tu 2.8/stable\n- Instal juju after Microk8s in charmed\ninstallation\n\nSigned-off-by: Dominik Fleischmann \u003cdominik.fleischmann@canonical.com\u003e\n\nAdd PLA charm\n\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n\nAdd NG-UI Charm\n\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n\nFix bugs in NG-UI charm\n\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n\nUpdated Dockerfiles to use ReleaseEIGHT-daily repo by default\n\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n\nFix bug 1124: K8s added to juju after k8s has been initialized\n\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n\nHelm and k8s storage initialization for k8s-based installation\n\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n\nFix bug 1125: iptables must be installed and configured if not present\n\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n\nFix bug 1129: juju_addk8s requires the storage class\n\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n\nFix issue in UI charm\n\nScale policy is only available in stateful pods\n\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n\nAdds image overlay to bundle\n\nWhen installing using a bundle, the image overlay was not being\ngenerated, resulting in the --tag option being ignored.\n\nBug 1130\n\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n\nFix uninstall process, will fix issues is daily-stage4\n\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n\nFix PLA relations, add missing ENVs, and include it in the bundle\n\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n\nFix 1127 bug: Use config instead of resources for SSL certificates\n\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n\nRemove unused config from PLA overlayx\n\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n\nInstaller: refactor file generation, improved ng-ui and light-ui separation, fixes in PLA\n\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n\nPin libjuju version to 2.8.2\n\nThis fixes bug 1144\n\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n\nPin libjuju version to 2.8.2\n\nFixes bug 1144\n\nSigned-off-by: Mark Beierl \u003cmark.beierl@canonical.com\u003e\n\nRemove api_proxy variable in charmed installer\n\n- Fixes bug 1154\n\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n\nAdd waiting period to Storage Class creation\n\nThis commit adds a waiting period until the\nstorage class is available.\n\nIt also fixes a minor bug in the juju add-k8s\ncommand.\n\nThis fixes Bug 1155\n\nSigned-off-by: Dominik Fleischmann \u003cdominik.fleischmann@canonical.com\u003e\n\nRemove api_proxy from osm bundles\n\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n\nMake Charmed Installer Idempotent\n\nBy default, the charmed installer will create a controller called\n\u0027controller\u0027, unless an external VCA is specified using the --vca\noption.  Upon uninstall, it is not known or safe to remove this\nJuju controller as there might be other applications using it.\n\nThis change shows that message on uninstall, giving the user the\nopportunity to remove it with a command.\n\nAlso, as part of the installation, this change checks for the\ncontroller and if it exists, presents the user with options for\nhow to resolve the situation.\n\nFixes bug 1126\n\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n\nRemove unneeded mysql interface in PLA, fix osm-ha bundle, and add README.md to bundles\n\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n\nExpose NBI and NG-UI\n\nAdds ingress rules for K8s installation to expose the NBI, the\nNG-UI and allow for unlimited content size.\n\nFixes bug 1171\n\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n\nInstaller Quits Too Soon\n\nIncreases the timeout and provides more feedback on progress.\n\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n\nChange in returned storage status format from microk8s\n\nSigned-off-by: calvinosanc1 \u003cguillermo.calvino@canonical.com\u003e\n\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n\nChange-Id: I9223675bb9ad25a0da1f20215e79ef392e544eb5\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "2ed9494a743a832b9625ddd3c908cb36d836e41a",
      "tree": "83b97ce52c176dfdd1f287b10236deb4fc5aad54",
      "parents": [
        "343206e260e0a20aa1523d69debca188a74583a7"
      ],
      "author": {
        "name": "madavi",
        "email": "jm00553988@techmahindra.com",
        "time": "Wed Oct 23 17:45:05 2019 +0530"
      },
      "committer": {
        "name": "madavi",
        "email": "jm00553988@techmahindra.com",
        "time": "Wed Oct 23 18:26:18 2019 +0530"
      },
      "message": "NBI ubuntu 18, Fixed\n\nChange-Id: Idbe7259868a1ff7868cec493fac313c6b8cef1ba\nSigned-off-by: madavi \u003cjm00553988@techmahindra.com\u003e\n"
    },
    {
      "commit": "2c002c9c68830ec7bea8aed0bda88f53f14efcb5",
      "tree": "da3b98b75bb9f74bfae31726fc06473f49d80475",
      "parents": [
        "4e0b32ad547306a7ba7afce730765f312af9f4e9"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Sep 13 12:57:35 2019 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Sep 13 12:57:42 2019 +0000"
      },
      "message": "NBI Dockerfile: change cherrypy to version 18.1.2. Run NBI as a module\n\nChange-Id: I80109e668590ed6318f3711473f6b0c7f58bc55c\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "bfb7790d10dfc34c17976c8e60372543af33a618",
      "tree": "70fe9720731daafad691e82644b15e3ede9f7e0a",
      "parents": [
        "fc9481155a63b4433184ae4f87f608af1dc76dd2"
      ],
      "author": {
        "name": "calvinosanch",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Wed Jul 31 13:31:16 2019 +0000"
      },
      "committer": {
        "name": "calvinosanch",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Thu Aug 01 07:09:06 2019 +0000"
      },
      "message": "RO, NBI, LCM and osmclient: Update pip to latest version\n\nChange-Id: I1deef6abb75fcd02eb0535498f7c398be5086ac3\nSigned-off-by: calvinosanch \u003cguillermo.calvinosanchez@altran.com\u003e\n"
    },
    {
      "commit": "836e9dba53858f01e494d55fff9ef7e6849e16c5",
      "tree": "c03951c5eae81785698284d9f247f33cb05d2cd6",
      "parents": [
        "8cb84422834b7e5ae312a804d23842f8af923a25"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jul 22 13:23:56 2019 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jul 22 13:23:56 2019 +0000"
      },
      "message": "bug 801 increase healthcheck timeout for NBI/POL/MON\n\nChange-Id: I36a4b5ec36367ed3863dae2193e598a7f276322e\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "bdb48026e8a6406043d31b61b56691c09a238bca",
      "tree": "053ca66e20c06606dc81556131835383c91c0432",
      "parents": [
        "59c9465cac22604312947eebde176fe784b8679d"
      ],
      "author": {
        "name": "vijay.r",
        "email": "vijay.r@tataelxsi.co.in",
        "time": "Mon May 06 15:38:23 2019 +0530"
      },
      "committer": {
        "name": "vijay.r",
        "email": "vijay.r@tataelxsi.co.in",
        "time": "Mon May 06 15:38:23 2019 +0530"
      },
      "message": "Adding dependency in NBI/Dockerfile for feature-7270\n\nChange-Id: I1685b8b26bbf8821de484c2c85a258fa10e2ccdb\nSigned-off-by: vijay.r \u003cvijay.r@tataelxsi.co.in\u003e\n"
    },
    {
      "commit": "cc084d76a54f45a057402150b8c388ea96d576e9",
      "tree": "d9ce0420da6f2bb8d26b128c08af193b2b866023",
      "parents": [
        "6a2398787c49421e43f92de6598d7b4079a58795"
      ],
      "author": {
        "name": "Juan",
        "email": "jquiroga@whitestack.com",
        "time": "Fri Nov 16 11:08:07 2018 -0300"
      },
      "committer": {
        "name": "Juan",
        "email": "jquiroga@whitestack.com",
        "time": "Fri Nov 16 12:58:39 2018 -0300"
      },
      "message": "removed env vars host and port from lcm, nbi\n\nChange-Id: Id2a0460fc35b036471caa1e88fecf76c3b565c57\nSigned-off-by: Juan \u003cjquiroga@whitestack.com\u003e\n"
    },
    {
      "commit": "e193dfd4b1e2f8c530eaf9be6423942a68aec07e",
      "tree": "d82ca164fd0aad312cfa335ee75238ac76ea1fb7",
      "parents": [
        "7abb18b1a22f35bf13725dde05130e3a567419ac"
      ],
      "author": {
        "name": "Eduardo Sousa",
        "email": "esousa@whitestack.com",
        "time": "Fri Sep 21 11:37:49 2018 +0100"
      },
      "committer": {
        "name": "Eduardo Sousa",
        "email": "esousa@whitestack.com",
        "time": "Wed Sep 26 00:35:35 2018 +0100"
      },
      "message": "Adding Keystone environment variables to NBI\n\nAdding the necessary environment variables to the\nNBI MDG Dockerfile in order for the Keystone authentication\nto work.\n\nCompleting the docker-compose yaml, fixing renaming typo\nin keystone dockerfile and updating environment file\ncreation.\n\nChange-Id: I4eb15119f4dba304494ef16fc90eea8d8c230927\nSigned-off-by: Eduardo Sousa \u003cesousa@whitestack.com\u003e\n"
    },
    {
      "commit": "851aac2e9fea85ceb75e58d1557e931f55197237",
      "tree": "9e18c06fb4bd942cf1fa41b4cca72a766cc37872",
      "parents": [
        "2f129c1871efc8642ef8d2e01d19094c1b5c93e3"
      ],
      "author": {
        "name": "Mike Marchetti",
        "email": "mmarchetti@sandvine.com",
        "time": "Thu Sep 20 10:18:01 2018 -0400"
      },
      "committer": {
        "name": "Mike Marchetti",
        "email": "mmarchetti@sandvine.com",
        "time": "Thu Sep 20 10:19:22 2018 -0400"
      },
      "message": "Add smoke/health tests to OSM stage_3\n\nChange-Id: I11b5aab4d4fcd496e47ff8d483ebd4ad771cd780\nSigned-off-by: Mike Marchetti \u003cmmarchetti@sandvine.com\u003e\n"
    },
    {
      "commit": "13d76c8224da1ff6ad5181a03af9f4085dae95d4",
      "tree": "54d498c31b01559f6480c3f1cbbc109f6d73686b",
      "parents": [
        "b84208591169bb31951cdb0c43e24322c2e76fc0"
      ],
      "author": {
        "name": "Mike Marchetti",
        "email": "mmarchetti@sandvine.com",
        "time": "Wed Sep 19 15:00:36 2018 -0400"
      },
      "committer": {
        "name": "Mike Marchetti",
        "email": "mmarchetti@sandvine.com",
        "time": "Wed Sep 19 15:13:38 2018 -0400"
      },
      "message": "Add dockerfile for MDG\u0027s\n\n- Added option to installer to use specfic docker build tag\n\nChange-Id: Ia6cf6316c6fb84a18ecdbaf98747a95c20ce2f0b\nSigned-off-by: Mike Marchetti \u003cmmarchetti@sandvine.com\u003e\n"
    },
    {
      "commit": "182bd73468eb7e3a69254bed25f12a91b18393d0",
      "tree": "5b8958dbebf9e2a68f9314236ae3af7eac338c48",
      "parents": [
        "06554a5d5891cdbc25b3e83b22e4c64dfc02b835"
      ],
      "author": {
        "name": "Mike Marchetti",
        "email": "mmarchetti@sandvine.com",
        "time": "Wed Sep 05 09:52:42 2018 -0400"
      },
      "committer": {
        "name": "Mike Marchetti",
        "email": "mmarchetti@sandvine.com",
        "time": "Thu Sep 06 11:58:00 2018 -0400"
      },
      "message": "Initial seed file for MDG dockerfiles\n\nChange-Id: I7426a709e1b531dd28c440e088b6f508e7cdefa0\nSigned-off-by: Mike Marchetti \u003cmmarchetti@sandvine.com\u003e\n"
    }
  ]
}
