)]}'
{
  "log": [
    {
      "commit": "cd00aada754a0ab3fc0a4839846d7ffaf559bea9",
      "tree": "bd3ccd1d223a6d385855fa64bb2032d62fa45c19",
      "parents": [
        "46f334f456822359380dcf83f86cc8f6e280e812"
      ],
      "author": {
        "name": "Antonio Marsico",
        "email": "antonio.marsico@bt.com",
        "time": "Fri Mar 19 18:54:57 2021 +0100"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Mar 26 11:15:55 2021 +0100"
      },
      "message": "Fixed Openstack SDK and client version issues\n\nChange-Id: I4f7ad3dfd137b2e621609b1a1062392b34be0e43\nSigned-off-by: Antonio Marsico \u003cantonio.marsico@bt.com\u003e\n(cherry picked from commit ef3b236c6484787152a268fcacfbacb25a4bbbca)\n"
    },
    {
      "commit": "46f334f456822359380dcf83f86cc8f6e280e812",
      "tree": "154d51ace66abc4e14dda499b5aae8ffa17dc991",
      "parents": [
        "57402a9973ee564199885e021c82d88a429f110b"
      ],
      "author": {
        "name": "limon",
        "email": "alimonj@indra.es",
        "time": "Thu Mar 04 13:43:09 2021 +0100"
      },
      "committer": {
        "name": "limon",
        "email": "alimonj@indra.es",
        "time": "Thu Mar 25 13:05:10 2021 +0100"
      },
      "message": "Configure keystone service password on MON env variables\n\nChange-Id: I04553aa703d2f4106d5bbf5585bec9ab2e202249\nSigned-off-by: limon \u003calimonj@indra.es\u003e\n(cherry picked from commit 6dc17050539cddb69457e8b32d1fc567b1d997fb)\n"
    },
    {
      "commit": "57402a9973ee564199885e021c82d88a429f110b",
      "tree": "303bb3f038ae925bf103f3a4f32bf9fd606e8689",
      "parents": [
        "e3650fca9eaa23b609c32a76c37c853796f514b1"
      ],
      "author": {
        "name": "endika",
        "email": "endika.aldecoa@ehu.eus",
        "time": "Mon Mar 22 17:13:45 2021 +0100"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Tue Mar 23 15:39:21 2021 +0100"
      },
      "message": "apt hold k8s packages\n\nChange-Id: Ib940a950bb0a7a40f2d867dcd5e9b3d46e7238c0\nSigned-off-by: endika \u003cendika.aldecoa@ehu.eus\u003e\n"
    },
    {
      "commit": "e3650fca9eaa23b609c32a76c37c853796f514b1",
      "tree": "d040a173da3417638c76765c7d9ee0ee4830dd69",
      "parents": [
        "ea93a255bf7447bdf7f87773a10fa750d4aab1f1"
      ],
      "author": {
        "name": "Antonio Marsico",
        "email": "antonio.marsico@bt.com",
        "time": "Mon Dec 21 17:29:42 2020 +0100"
      },
      "committer": {
        "name": "marsico",
        "email": "antonio.marsico@bt.com",
        "time": "Fri Mar 19 18:05:24 2021 +0100"
      },
      "message": "Ansible installer update\n\n  * Moved Ansible to version 2.10\n  * Python Virtual env\n  * New option to use a custom SSH key\n  * Use of cloud-init file supported\n  * Increased the number of options to be passed to the remote installer\n\nChange-Id: I70131f1a24707656c9390445df91d17abab95763\nSigned-off-by: Antonio Marsico \u003cantonio.marsico@bt.com\u003e\n(cherry picked from commit 75a38c73867914a576062a3b50d5c80ace795f6c)\n"
    },
    {
      "commit": "e2dd10f7fab0315302fd00869d59ae1368e36757",
      "tree": "5d69e4ca98082f2d71d6c416f17009ddc1ad8099",
      "parents": [
        "ff046ce519edbfc93fa8e9e48ef3726e6b94d20d"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Tue Mar 02 12:20:14 2021 +0100"
      },
      "committer": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Tue Mar 02 12:20:14 2021 +0100"
      },
      "message": "Minor fix to charmed installer. Expose OSM_HOSTNAME properly\n\nChange-Id: I585eb7f490099fc9a86d072ab8e9a4b40ee378b9\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "ff046ce519edbfc93fa8e9e48ef3726e6b94d20d",
      "tree": "33fdbbc0eaadacaee7c513f37c213dccb1cfbd27",
      "parents": [
        "519daa0130cb62af1bea8ff65dfa1a96f6c9cece"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Mon Feb 15 13:38:42 2021 +0100"
      },
      "committer": {
        "name": "garciadav",
        "email": "david.garcia@canonical.com",
        "time": "Thu Feb 25 16:48:07 2021 +0100"
      },
      "message": "Fix --microstack flag in charmed installer\n\nThis commit does several things:\n- Geneneral fix for installing the most stable release of microstack\n- Configure and set up microstack so it is ready to use: create an\nosm-ext network, a router, configure the security groups etc; so it is\nready to be used by OSM\n- Add xenial, bionic, and focal images to microstack\n- Add microstack as VIM to OSM\n\nChange-Id: Id15531ee94c893e2670b7ee8a89b2eb4e55cead0\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "d15e054d353f83a343cbe089e053b4636a0e641f",
      "tree": "bc099c972686bb69338339f59835ccd9c26ec165",
      "parents": [
        "fe685b9acd9c2b4645aed144e47036999f97d0d0"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Feb 19 09:34:57 2021 -0500"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Feb 19 16:30:53 2021 +0100"
      },
      "message": "Correct Docker Proxy Syntax\n\nUpdates the syntax for managing the docker proxy so we can avoid\nthe rate limit issue\n\nChange-Id: I29f9da9f7b3af57dd1614ded595d463c4ef14f9e\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n(cherry picked from commit 8ef389381688e96f1aba089e98342c94c4b4fb88)\n"
    },
    {
      "commit": "ea802d28207a5925ea7f79b8aa5263c70a33416e",
      "tree": "0cb5feb3d67ee6bca1ca07751022ab579691b53c",
      "parents": [
        "9e84fea457757483750c5f75248d881ba0c9fe99"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Wed Feb 10 17:43:15 2021 +0100"
      },
      "committer": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Wed Feb 10 17:43:33 2021 +0100"
      },
      "message": "Pin juju version to 2.8.8\n\nChange-Id: Ifa3b66d489adfd2522814d07a99886b35492dc67\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "9e84fea457757483750c5f75248d881ba0c9fe99",
      "tree": "4ba1d1512fd171c050eb5882fdbd075455b51e01",
      "parents": [
        "27885ca80035bb548a5b4a58ce21d397481bbf2f"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Mon Feb 08 15:18:27 2021 +0100"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Tue Feb 09 16:01:30 2021 +0100"
      },
      "message": "Fix minor issue with permissions in Charmed Installer\n\nChange-Id: I53068cdbfd15e357d25cb18c2c5435a69601824f\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "055ae2da1e5ef10f22d3aa99593548bcfb78cc38",
      "tree": "6c6ec78c3b9ab78b89fbd6aefc0b46f7fc6dd845",
      "parents": [
        "45d46f447cf2821d8a6fc16272924ec0058329b1"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Wed Jan 27 13:13:10 2021 +0100"
      },
      "committer": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Wed Jan 27 13:13:10 2021 +0100"
      },
      "message": "Pin PLA image tag to \"8\"\n\nThis needs to be reverted when PLA is correctly published to DockerHub\n\nChange-Id: I1aa509288ae49233f110e5951c491f3598be8b05\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "ed4306b661ba5e949a8fc2b5ff216ae13c799741",
      "tree": "ea566b09a9014c10fdfd0f740aa31580ecd50f83",
      "parents": [
        "7b3ed7985e54ed8fffebe264ac23d499ebac1e32"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Fri Jan 15 11:37:49 2021 +0000"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Jan 15 19:42:50 2021 +0100"
      },
      "message": "Fix bug 1404: helm2 initialization with new stable repo URL\n\nChange-Id: I30e5a84002c2f5675f0f0403ddaef2383980296f\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "7b3ed7985e54ed8fffebe264ac23d499ebac1e32",
      "tree": "d96cb35048b2933188709ec944d721aa6d289c2d",
      "parents": [
        "a6c78dbe9bb58045f07756a00b1e82cf1e9d7f46"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Mon Dec 21 11:50:36 2020 +0000"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Jan 15 19:42:38 2021 +0100"
      },
      "message": "Fix installation to use 9 tag as default for docker images\n\nChange-Id: Ia0bed5627301fa7bbcaa5a5229ea9138f70d2d92\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "a6c78dbe9bb58045f07756a00b1e82cf1e9d7f46",
      "tree": "4208817ec91e1257f90529824235216936142283",
      "parents": [
        "b50dabe0ff0ba74ec6fa9566fc1e509e6866c1e4"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Dec 17 21:48:24 2020 +0000"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Jan 15 19:42:25 2021 +0100"
      },
      "message": "full_install_osm.sh: fixes for docker proxy and docker tag for PLA\n\nChange-Id: I272668b9461d3ccd1fc6509fa61dfd1765d824f5\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "b50dabe0ff0ba74ec6fa9566fc1e509e6866c1e4",
      "tree": "ef25004fc81186236c5d40be6fa5b34a49d174c3",
      "parents": [
        "83dff8250aebbef9e2278800ab5fbeeb468791cf"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Fri Jan 15 12:58:59 2021 +0100"
      },
      "committer": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Fri Jan 15 12:58:59 2021 +0100"
      },
      "message": "Several fixes to the charmed installer\n\n- fix bug 1394: update images defining a default TAG (\u003d9)\n- fix bug 1401: add --advertise-address option to kube-apiserver in\nmicrok8s\n- fix bug 1405\n- fix bug 1406: pin the version of the osmclient snap. Add the logic to\ninstall/refresh the snap to the proper version. Add channel preference\n(stable -\u003e candidate -\u003e beta -\u003e edge), so the installers tries first\nwith stable, but if it does not exist, then tries with candidate, etc.\n\nChange-Id: I02edaaeed81e3b06ed328e81ecab2bf71d42c628\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "83dff8250aebbef9e2278800ab5fbeeb468791cf",
      "tree": "a0bdb52dd8674eb0fcb6d4bbeaa2035a6d36c8a0",
      "parents": [
        "7498c1dfab5ba2a01a532ab8069abbceae5ccd08"
      ],
      "author": {
        "name": "calvinosanc1",
        "email": "guillermo.calvino@canonical.com",
        "time": "Mon Jan 04 11:50:09 2021 +0100"
      },
      "committer": {
        "name": "calvinosanc1",
        "email": "guillermo.calvino@canonical.com",
        "time": "Tue Jan 05 18:44:50 2021 +0100"
      },
      "message": "Fix 1391: New version of yq snap makes charmed installer to fail\nFix 1394: Use of R9 images\n\nChange-Id: I0e246889e914c93963984b26423ab5620cb65efe\nSigned-off-by: calvinosanc1 \u003cguillermo.calvino@canonical.com\u003e\n"
    },
    {
      "commit": "e7edc1dcab85a64b25dfa23b3d2aa9ce30423853",
      "tree": "1cf2864a6ba1ab53997fb01c5ba0e95ef9218419",
      "parents": [
        "654f2d488e063575c56e37591f6c793197c4b9c4"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Dec 17 17:17:35 2020 +0100"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Dec 17 17:21:18 2020 +0100"
      },
      "message": "Fix k8s-based installer to be run on a VM in the stage3\n\nChange-Id: I20183be13b3b4b3af8bc5158b1beb9842654c26c\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "ab11f84f8279b4951295488c3016f5437bc747f1",
      "tree": "3e6f8eae463fab77bc9e8d69944580fcf75c041c",
      "parents": [
        "2323c36435b2f6769fb77e72e0771e9ec60004e0"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Wed Dec 16 17:25:15 2020 +0100"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Dec 17 01:28:27 2020 +0100"
      },
      "message": "Fix bugs and pin osm bundles\n\nKeystone charm (bug 1378): Improve the way we handle the relation data from the database\nrelation\nRo charm (bug 1379): Fix the status of the non-leader units\nNg-ui (bug 1380): Fix the nbi-relation-changed hook for the non-leader\nunits\nInstaller: Pin the version of the OSM bundles\n\nChange-Id: Ied07c964b1c85b1c534916eb4b30fd6bc87287a6\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "453d45826bad7fe43f94c8ae7265f0f59b4e180f",
      "tree": "83ba48d661b024dc879f66dbe73529200cf6fcda",
      "parents": [
        "df6de3db64bf19769632733d9cf59e12a84d1403"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Dec 16 19:03:10 2020 +0100"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Dec 16 19:35:21 2020 +0100"
      },
      "message": "Added docker login before pulling, to pull images from internal registry\n\nChange-Id: Ice7a4573200d7c8de19f08dadbc60371cab3534c\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "df6de3db64bf19769632733d9cf59e12a84d1403",
      "tree": "78c852e7a2fba1fd8340f2d23794f08a0e25f9cc",
      "parents": [
        "9aee09f002e7cd17f0e0e147a9aacc6d2f4f74c1"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Dec 16 08:46:40 2020 -0500"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Dec 16 19:34:29 2020 +0100"
      },
      "message": "Fixes bug 1377\n\nAdds the system VIM and k8s cluster the same way that the\nk8s installer does.\n\nChange-Id: I11ad41c35f11467c51f0edc2aba4b3cb5e048823\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "9aee09f002e7cd17f0e0e147a9aacc6d2f4f74c1",
      "tree": "008c7fecdb8822e8aa8bcf9008fcd253b4c7a2da",
      "parents": [
        "7f1e1043fc4a21f67f76ae8293caaf9c33cfb928"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Dec 16 18:32:32 2020 +0100"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Dec 16 19:04:59 2020 +0100"
      },
      "message": "removing zfs install from install_juju\n\nChange-Id: I8710829669dd9e27f06df23c0e55d012ad549cfe\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "7f1e1043fc4a21f67f76ae8293caaf9c33cfb928",
      "tree": "b6c774f06e3e980af670f71ba9bbdb738895f4bf",
      "parents": [
        "45ed68a8f5069b2465daa8c42cb655e57c50afb1"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Mon Nov 30 14:07:03 2020 +0000"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Dec 16 15:25:12 2020 +0000"
      },
      "message": "Updates in CI pipeline and installer for the new pipeline: registry and proxy url, different docker tag for specific modules\n\nChange-Id: Id434332fd1e051d9888bb35bf03ace974cd14bbc\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "45ed68a8f5069b2465daa8c42cb655e57c50afb1",
      "tree": "6964ef668b8e09ec0015798f2562c6578144082a",
      "parents": [
        "fa81f28edaf5962fbc034ddcf783c4298573500b"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Mon Jul 06 15:37:59 2020 +0000"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Dec 16 15:14:24 2020 +0000"
      },
      "message": "Default installation with K8s instead of swarm\n\nChange-Id: I5b934ced7024e3d926cec865a8a38219454956a4\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\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": "c8660adc8a84965b2d9b2569275c88a2749f318f",
      "tree": "06a76a5fb5fb30622ca5d6752d3dea72a3068fa3",
      "parents": [
        "ef349d9224f93fcc3eeb7a26f71c6a128ffbf96a"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Wed Dec 16 13:13:20 2020 +0100"
      },
      "committer": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Wed Dec 16 13:13:20 2020 +0100"
      },
      "message": "Change yq to snap\n\nChange-Id: I462edbd5c7f0a6deb6c4baab0cb2ac0714aa4698\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "ef349d9224f93fcc3eeb7a26f71c6a128ffbf96a",
      "tree": "35b93d792643ac6ffec98f743856256fb8304ee5",
      "parents": [
        "f96d1cf00d281325f915bd966c28013243a31c10"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Thu Dec 10 21:16:12 2020 +0100"
      },
      "committer": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Tue Dec 15 19:34:16 2020 +0100"
      },
      "message": "Migrate to new NBI charm, and change in NGUI charm\n\n- Fixes bug 1365\n- Changes in the installer:\n    - use site_url config to expose both NBI and NG-UI\n    - use resources for images\n- Changes in the NBI: some minor fixes\n- Changes in the NG-UI: follow the same pattern as in the new set of\ncharms\n\nChange-Id: I6a11009ddf9cd22689602b2a53ecf67f376830cb\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "f96d1cf00d281325f915bd966c28013243a31c10",
      "tree": "7898a298758e8ad27caef8af2afe6d8c28492be2",
      "parents": [
        "b65da8568bb282ccda33785b4ca03b54e3955dce"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Tue Dec 15 17:25:01 2020 +0100"
      },
      "committer": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Tue Dec 15 17:25:01 2020 +0100"
      },
      "message": "Pin osm bundle in charmed installer\n\nChange-Id: I4777fa038ceb2624a20a6bd182f14b5546b58d59\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "cb12937b587d90dd00aa35ea8c129bce24c1dfae",
      "tree": "72ca47cd5f814e63be97b3a55b601e6b0a486def",
      "parents": [
        "9da33128bfa6c4cfdf01f053ea96621c8bd7b4f6"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Sat Nov 14 23:06:42 2020 +0000"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Tue Dec 15 00:10:56 2020 +0000"
      },
      "message": "install_osm.sh: fix usage function to provide same output as in full_install\n\nChange-Id: I915baa0e722d0b0066f5cd3cb0b42b31c3352991\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "481ae7d606286c40e775fddd17146285a7d1a3cc",
      "tree": "964a1df528ae90f564c5d48bb455e95298f8b8f8",
      "parents": [
        "af9dcc25ef54986394d3ad19b228cf3d299b48c7"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Mon Dec 14 09:59:19 2020 -0500"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Mon Dec 14 10:18:17 2020 -0500"
      },
      "message": "Pin MicroK8s version\n\nPins Microk8s to 1.19\n\nChange-Id: Ic21f1774cb7c3d8fc6362f6a4a0b95bf4f3e5e73\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "af9dcc25ef54986394d3ad19b228cf3d299b48c7",
      "tree": "a0b64da1ed539848c64b1c8a914a068cce2729b6",
      "parents": [
        "0fc2ee1ada11d0608d5890ef6012e5cd27672ab1"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Thu Dec 10 01:22:09 2020 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Fri Dec 11 00:45:51 2020 +0000"
      },
      "message": "Removing pydantic from NBI charm\n\nChange-Id: I725aabf1da99751dae0812305e01d92b801653ee\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "ce7cf378c96b295e6172341c2d5df109aef78234",
      "tree": "11921af0b11786549fcc72d64e05de91099ecfec",
      "parents": [
        "507978e25fe71f39c0bf870fd93d12438f25230b"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Fri Oct 16 11:56:38 2020 +0000"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Dec 03 10:01:51 2020 +0100"
      },
      "message": "full_install_osm.sh: ng-ui as default UI\n\nChange-Id: Iab3b93fdfe7d1f556e2c0777c8a84e0a6a83384f\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "507978e25fe71f39c0bf870fd93d12438f25230b",
      "tree": "5eadc033d25f1a665497d5de6d5da92bcc16266a",
      "parents": [
        "15ff6fd9305f26577cae4b875eba4859d3d35517"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Fri Oct 16 11:53:38 2020 +0000"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Dec 03 10:00:14 2020 +0100"
      },
      "message": "keystone.env: added env variables for LDAP configuration\n\nChange-Id: Ic0375e20c96eebee00d6c7ae36b6c949ba6ca514\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "ae58dabd3561cb3628106b7baba06e58cf35262c",
      "tree": "69f967b8d6ace91f83831a8ef291558c9a5c424e",
      "parents": [
        "db7a2ba1b22d70ed1a809ceb4a4728f88c9d31bb"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Mon Nov 30 16:29:54 2020 +0100"
      },
      "committer": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Mon Nov 30 16:29:54 2020 +0100"
      },
      "message": "Fix ro-k8s charm to include commonkey\n\nChange-Id: I869b09709585c0cd1cbdd067d6837c94348872b6\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "db7a2ba1b22d70ed1a809ceb4a4728f88c9d31bb",
      "tree": "35511a74cf2837aabbc105bdc26a3c05582af883",
      "parents": [
        "02a5eb917180b11efb62fd410a95bb1ad12acd81"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Sun Nov 29 08:16:00 2020 -0500"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Mon Nov 30 13:36:04 2020 +0100"
      },
      "message": "Install from edge\n\nChanges the charmed_installer so that it deploys from edge channel\non master.\n\nChange-Id: I41af6dc29ddd813e1538f14d83a4bdc8ec9387e7\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "02a5eb917180b11efb62fd410a95bb1ad12acd81",
      "tree": "bc866791f41b0228b232fadc164bbcae4c145898",
      "parents": [
        "d2d52f7193f400dfcf22d1d90ecb82f7921ff871"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Sat Nov 28 14:41:22 2020 +0100"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Sun Nov 29 07:57:34 2020 -0500"
      },
      "message": "Update RO charm for the newRO and update bundle\n\n- Add kafka and mongo relations\n- Remove ui-k8s from bundle\n- Add new RO relations\n\nChange-Id: I9d68cab33dd262408b8023d58e54b0be8dc024c6\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "d2d52f7193f400dfcf22d1d90ecb82f7921ff871",
      "tree": "3f496998913bfb24a2ff46fbda61d0eef25b6c10",
      "parents": [
        "a578d7154146a7b80c4e07fc9c07d107c89cbadb"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Sat Nov 28 14:38:35 2020 +0100"
      },
      "committer": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Sat Nov 28 14:38:43 2020 +0100"
      },
      "message": "Revert \"change charm installation for the New generation RO\"\n\nThis reverts commit a578d7154146a7b80c4e07fc9c07d107c89cbadb.\n\nChange-Id: I84e3765b8b05942a8aec6f3b752555a61ee73e77\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "a578d7154146a7b80c4e07fc9c07d107c89cbadb",
      "tree": "3b0ea13900d5ac3dda94e9e0f58d35ab2386bceb",
      "parents": [
        "9ec1fe9dfe6f169025f11d994af2912e98b41f15"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Nov 25 13:25:08 2020 +0000"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Nov 27 21:05:00 2020 +0100"
      },
      "message": "change charm installation for the New generation RO\n\nChange-Id: I4d22a6e87061858ff99b44b81c3667a88e007d4e\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "9ec1fe9dfe6f169025f11d994af2912e98b41f15",
      "tree": "3f496998913bfb24a2ff46fbda61d0eef25b6c10",
      "parents": [
        "1425183b02d34b016e83d516087b2849c44c93ea"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Nov 25 13:16:51 2020 +0000"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Nov 27 21:04:40 2020 +0100"
      },
      "message": "Feature sol006 and 7184: Set new generation RO as default\n\nNew Generation RO uses kafka, mongo\nIt manages OSMRO_ variables\n\nChange-Id: I93c898d603af3534a5e5daf57a01fdff6f59f9fe\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "1425183b02d34b016e83d516087b2849c44c93ea",
      "tree": "fe04e30dd75b9235460561813b08e3129beaeb14",
      "parents": [
        "88a2a7eca2215320eeb127d11071fc840ef8d366"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Thu Nov 12 16:56:29 2020 +0100"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Nov 27 19:08:49 2020 +0100"
      },
      "message": "Use FSMongo as the default FS in NBI and LCM\n\nChange-Id: I49fa01dd3ba625a64a5a61b42c5f8cab027330ed\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "cab58cb714924d6a6f2d4bc83dcc29445cf84bf4",
      "tree": "7d9ca90b7f66e6d6e8fd4dbf6d4ed9e5b60e9c7e",
      "parents": [
        "1dd4c0d0edbeb0579540f094930743d47dce5174"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Nov 04 18:48:17 2020 +0000"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Mon Nov 23 17:09:57 2020 +0100"
      },
      "message": "Refactoring POL Charm to use Operator Framework\n\nThis refactoring work includes tests.\n\nNote 1: old charm is in pol-k8s folder.\nNote 2: relation-departed is currently not tested because there is\n        no function to remove a relation in the Testing Harness.\n        There is currently one issue open and the Charmcraft team\n        should provide feedback soon.\n\nChange-Id: Ib21779c5fc781cbb5901351ccf02ca5f9b36b181\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "1dd4c0d0edbeb0579540f094930743d47dce5174",
      "tree": "cc84fbe646c8fcd6ae7c850d7ab132fc818642a0",
      "parents": [
        "abe7321ec4e652cdb0f359169788a6c8ac9295f8"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Nov 04 17:43:47 2020 +0000"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Mon Nov 23 17:09:45 2020 +0100"
      },
      "message": "Refactoring MON Charm to use Operator Framework\n\nThis refactoring work includes tests.\n\nNote 1: old charm is in mon-k8s folder.\nNote 2: relation-departed is currently not tested because there is\n        no function to remove a relation in the Testing Harness.\n        There is currently one issue open and the Charmcraft team\n        should provide feedback soon.\n\nChange-Id: I57337260579975a1d07157d616acac5bcbef0577\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "abe7321ec4e652cdb0f359169788a6c8ac9295f8",
      "tree": "ee7078d35cb255d7a65c8bd7c77600597ee51542",
      "parents": [
        "4df5a461573ae47200e893453c7c7d9cb89da30d"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Nov 04 15:13:35 2020 +0000"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Mon Nov 23 17:09:35 2020 +0100"
      },
      "message": "Refactoring LCM charm to use Operator Framework\n\nThis refactoring work includes tests.\n\nNote 1: old charm is in lcm-k8s folder.\nNote 2: relation-departed is currently not tested because there is\n        no function to remove a relation in the Testing Harness.\n        There is currently one issue open and the Charmcraft team\n        should provide feedback soon.\n\nChange-Id: Iae2a0e59e74fab8820d2a9a0ef3f3ec449349dbe\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "4df5a461573ae47200e893453c7c7d9cb89da30d",
      "tree": "96b2bbed7f56e400d4a06e0ac0f443203b12923b",
      "parents": [
        "5926de2ea578ce465b6c0253f2f6eb856e6ea463"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Nov 17 14:30:47 2020 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Nov 17 16:43:31 2020 +0000"
      },
      "message": "Updating unit tests for NBI charm\n\nChange-Id: I21f92498364691c225164faa580788e07e133f47\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "d4f66da948f4bcc3082272360c61ca453c56342f",
      "tree": "bfc9a663b7c8fd38f49136a10af5ee3fbba82d6e",
      "parents": [
        "9b6ad36b93538bbe2621b8c30d899862d8840e60"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Thu Nov 12 15:30:56 2020 +0100"
      },
      "committer": {
        "name": "garciadav",
        "email": "david.garcia@canonical.com",
        "time": "Fri Nov 13 15:12:13 2020 +0100"
      },
      "message": "Add grafana config options to MON charm\n\nAdded options:\n- grafana_url\n- grafana_user\n- grafana_password\n\nChange-Id: Ifa152297aaac876c86f36a1a5dace01491538145\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "9b6ad36b93538bbe2621b8c30d899862d8840e60",
      "tree": "8d7ddd13764bf66ee3f3441e08a1092cb7f46325",
      "parents": [
        "1fcc2590fa991b19ff4cb406b515f566fe7ee14f"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Nov 11 17:06:31 2020 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Nov 11 17:06:31 2020 +0000"
      },
      "message": "Logging data validation exceptions in NBI charm\n\nChange-Id: Ie818fd1c7092b64b61ddac5184c5d817a7880f46\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "64b4b43bffa16736865caea740168b9cf5093245",
      "tree": "f5b04e361725593ff000bd1bb248ca2ab5e6b1cf",
      "parents": [
        "6248fe6005403005832d6e770e83322d5f679e0f"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Wed Nov 11 12:51:38 2020 +0100"
      },
      "committer": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Wed Nov 11 12:51:38 2020 +0100"
      },
      "message": "Add missing annotation to the nbi charm\n\nChange-Id: I85aa5d066eb7e18995a22c1cc2e9a5fe6f021dd7\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "6248fe6005403005832d6e770e83322d5f679e0f",
      "tree": "8d41c3621fce32b2b918c29966ec7c5dd662e3b1",
      "parents": [
        "a1376012fbf0a42f18d327a10cefa9a462c9fedd"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Oct 13 23:46:51 2020 +0100"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Nov 11 10:56:15 2020 +0000"
      },
      "message": "Refactoring NBI Charm to use Operator Framework\n\nThis refactoring work includes tests.\n\nNote 1: old charm is in nbi-k8s folder.\nNote 2: relation-departed is currently not tested because there is\n        no function to remove a relation in the Testing Harness.\n        There is currently one issue open and the Charmcraft team\n        should provide feedback soon.\n\nChange-Id: I25b94d205d2a004946189a231b5309da1deaa8ed\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "a1376012fbf0a42f18d327a10cefa9a462c9fedd",
      "tree": "6352779087b693b2ee26f88e0bf6845a0acf5c1d",
      "parents": [
        "f2782c56cca33615b9879b4615bb2a9e3a9f7cba"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Mon Oct 19 15:42:42 2020 +0200"
      },
      "committer": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Mon Nov 09 18:32:22 2020 +0100"
      },
      "message": "Use mongodb charm in k8s installer\n\n- Update JUJU_AGENT_VERSION to 2.8.6\n- Use mongodb charm and update needed osm pod specs to point at it\n\nChange-Id: I7c03ae7de6611fcacef35716646ff08bfc1ff988\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "f2782c56cca33615b9879b4615bb2a9e3a9f7cba",
      "tree": "09e0610b6533b543d9e9d2b26ce42991b707c8c5",
      "parents": [
        "fa75eca9077591fcac5f0ea7f07a2ce5e60c8294"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Nov 05 17:04:05 2020 -0500"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Nov 06 16:56:27 2020 -0500"
      },
      "message": "Adding registry flag\n\nAllow alternate registry to be supplied, with optional credentials.\n\nIf registry is just host:port/path, no credentials will be used\nIf user:pass@host:port/path, user and pass will be supplied as\ncredentials.\n\nChange-Id: I8acf67b2916fea059fb306782388910e543b4046\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "fa75eca9077591fcac5f0ea7f07a2ce5e60c8294",
      "tree": "1fe59fbf4c21394825b39c1bfc89cbd6c76a5f01",
      "parents": [
        "6cbfee112265135377fbe110a3dbdbb70d670724"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Wed Nov 04 18:34:41 2020 +0100"
      },
      "committer": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Wed Nov 04 18:34:41 2020 +0100"
      },
      "message": "Add image_username and image_password to charms\n\nThis commit will allow us to pull images for OSM components from a\nprivate docker registry, protected with username and password\n\nChange-Id: I854028d6abbb1cae07c61692ba73d08825763212\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "6cbfee112265135377fbe110a3dbdbb70d670724",
      "tree": "1d41417bd8c9a9ec3d83cbb7aba9973618111421",
      "parents": [
        "1850e4abd7b58d749443ddc5ca5c2cdbb2d067ca"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Fri Oct 23 10:40:20 2020 +0200"
      },
      "committer": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Tue Nov 03 18:33:56 2020 +0100"
      },
      "message": "Feature 9912: Kubernetes VCA in K8s installation\n\nChanges:\n- bootstrap juju to k8s\n- add lxd as external cloud\n- iptables are not needed anymore\n- expose the vca to the outside using metallb\n\nChange-Id: I15b33cbf621af00c53c4f12836500aecafcfcb9a\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "b1a1c46a60aa4981c7b01e9d6ff95958db7749a5",
      "tree": "356c79c228436d6bac89416e91a36432dc386209",
      "parents": [
        "358a7c3091330ec57479be685c2a0e5689fe3037",
        "c52339680d17351fd5c873d82292d4c63af81c70"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Oct 23 14:54:56 2020 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Oct 23 15:01:05 2020 -0400"
      },
      "message": "Merge branch \u0027v8.0\u0027\n\nChange-Id: I96d3bae3abca7b2a5f66bca591b4358d6c921f3d\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "9afb0effa38c2164c24e35a5730a90c551cdcfe0",
      "tree": "4854ba6b86fff8b312e2c9e1dc9284a8e2a147fb",
      "parents": [
        "bb631bed423b0cc47193108e705d354ed43625b0"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Oct 16 12:53:51 2020 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Oct 21 05:22:41 2020 -0400"
      },
      "message": "Fixes bug 1254 and bug 1247\n\nUpdate the ingress rules to be explicit about version to avoid\nextensions/v1beta1 Ingress is deprecated in v1.14+ message.\nUse kubectl annotate instead of kubectl replace.\nEnsure microk8s is in ready state before installing juju.\nReport error if non-existing vca is requested.\nExpose prometheus and grafana.\n\nChange-Id: I0a8aa78c5c9be3163918c0b08b38b4c47d8fae6c\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "0be373d598b83194af8ad053975c0c096053d3c4",
      "tree": "0c5f51fb33b93a04299973249995fa4a6c13dbe2",
      "parents": [
        "738bf6fbc3f9f23307c519f8ef980e9975dcbd9d"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Oct 20 01:06:32 2020 +0100"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Oct 20 01:06:37 2020 +0100"
      },
      "message": "Adding extra LDAP configuration options to Keystone charm\n\nAdding the following configuration options:\n- chase_referrals\n- page_size\n- group_tree_dn\n- group_objectclass\n\nChange-Id: I413de917a5d31142527f7136e24eceef457f013b\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "c52339680d17351fd5c873d82292d4c63af81c70",
      "tree": "418f148218fad17ccf7b13da33d34d78fe50cf60",
      "parents": [
        "7e03c7d207b226f245ce6b048249d582492a065f"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Oct 16 12:53:51 2020 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Mon Oct 19 22:42:21 2020 +0200"
      },
      "message": "Fixes bug 1254 and bug 1247\n\nUpdate the ingress rules to be explicit about version to avoid\nextensions/v1beta1 Ingress is deprecated in v1.14+ message.\nUse kubectl annotate instead of kubectl replace.\nEnsure microk8s is in ready state before installing juju.\nReport error if non-existing vca is requested.\nExpose prometheus and grafana.\n\nChange-Id: I0a8aa78c5c9be3163918c0b08b38b4c47d8fae6c\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "738bf6fbc3f9f23307c519f8ef980e9975dcbd9d",
      "tree": "22a84dafd752729f59613cb73c231e991990abc8",
      "parents": [
        "af26f65de131a4e99ffdafcded4c01b811997270"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Sat Oct 10 00:25:26 2020 +0100"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Mon Oct 19 15:03:38 2020 +0100"
      },
      "message": "Adding HA support for Keystone charm\n\nChange-Id: I691154ef2952bc124d7ddb689e39455c213c2a4b\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "7e03c7d207b226f245ce6b048249d582492a065f",
      "tree": "e933e25704287579cc6f73aca17da13457d147b0",
      "parents": [
        "f827822986a8071942b5d656f09da2b28bf52268"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Oct 16 23:05:14 2020 +0200"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Sat Oct 17 01:57:01 2020 +0200"
      },
      "message": "Revert \"Workaround for Bug 1262\"\n\nThis reverts commit 69b532b05f993931ce73b997de85123a7da09d35.\n\nReason for revert: LW-UI has been updated via these changes:\n\nhttps://osm.etsi.org/gerrit/c/osm/devops/+/9869\nhttps://osm.etsi.org/gerrit/c/osm/LW-UI/+/9870\n\nChange-Id: I4eea04dd3ab519fe401d100b34738c39f3d244d9\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "af26f65de131a4e99ffdafcded4c01b811997270",
      "tree": "76c60e3a4daa86896afe806d4f2b9e8585625622",
      "parents": [
        "0eb6c8b8eb96a05fda9543e53db046ad4d92399f"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Oct 16 21:47:19 2020 +0200"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Oct 16 22:37:30 2020 +0200"
      },
      "message": "Revert \"Workaround for Bug 1262\"\n\nThis reverts commit c3a33005ded347572dcf09d49df469ac88a67db7.\n\nReason for revert: LW-UI has been updated via these changes:\n\nhttps://osm.etsi.org/gerrit/c/osm/devops/+/9851\nhttps://osm.etsi.org/gerrit/c/osm/LW-UI/+/9829\n\nChange-Id: I3a53718237bc7318e9caf2a56e72b12fa9db8a7b\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "9e536a48666a2e766af043c1cb869bc5e7f4e17c",
      "tree": "6bc04b2d7bba97b334eb391a4ca155b7c701b159",
      "parents": [
        "69b532b05f993931ce73b997de85123a7da09d35"
      ],
      "author": {
        "name": "Antonio Marsico",
        "email": "antonio.marsico@bt.com",
        "time": "Thu Oct 08 17:34:07 2020 +0200"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Oct 15 22:59:35 2020 +0200"
      },
      "message": "Fix bug 1128\n\nResolves Light-UI and NG-UI deployed at the same time\n\nChange-Id: I07f97714dba9adf48df121b7f61c19c10960a93a\nSigned-off-by: Antonio Marsico \u003cantonio.marsico@bt.com\u003e\n(cherry picked from commit 25aca0c601f202d8a0341fc436553ed4dbc77462)\n"
    },
    {
      "commit": "69b532b05f993931ce73b997de85123a7da09d35",
      "tree": "f409668bba7848d3e37857b6d5745d8038bd9cd5",
      "parents": [
        "a311d15ac4bc5c7889c45290dda979db2062673f"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Oct 14 07:25:16 2020 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Oct 15 22:03:38 2020 +0200"
      },
      "message": "Workaround for Bug 1262\n\nDisable the build of light-ui until it can be updated with a newer\nversion of Ubuntu, Python 3 and NPM.\n\nChange-Id: I6ed11216c4ba71fd784c113342d49bd941349fd3\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n(cherry picked from commit c3a33005ded347572dcf09d49df469ac88a67db7)\n"
    },
    {
      "commit": "c3a33005ded347572dcf09d49df469ac88a67db7",
      "tree": "a1199e69a91758d5a5875bdb728edf87a6cfa3d5",
      "parents": [
        "25aca0c601f202d8a0341fc436553ed4dbc77462"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Oct 14 07:25:16 2020 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Oct 15 22:03:23 2020 +0200"
      },
      "message": "Workaround for Bug 1262\n\nDisable the build of light-ui until it can be updated with a newer\nversion of Ubuntu, Python 3 and NPM.\n\nChange-Id: I6ed11216c4ba71fd784c113342d49bd941349fd3\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "25aca0c601f202d8a0341fc436553ed4dbc77462",
      "tree": "8f09c5f91508d8dc202e3d3528985c7e76659fa2",
      "parents": [
        "c63bed600090173ed1b6d7ccc89af3746e40739e"
      ],
      "author": {
        "name": "Antonio Marsico",
        "email": "antonio.marsico@bt.com",
        "time": "Thu Oct 08 17:34:07 2020 +0200"
      },
      "committer": {
        "name": "Antonio Marsico",
        "email": "antonio.marsico@bt.com",
        "time": "Thu Oct 08 17:35:38 2020 +0200"
      },
      "message": "Fix bug 1128\n\nResolves Light-UI and NG-UI deployed at the same time\n\nChange-Id: I07f97714dba9adf48df121b7f61c19c10960a93a\nSigned-off-by: Antonio Marsico \u003cantonio.marsico@bt.com\u003e\n"
    },
    {
      "commit": "c784e7c9ff9e3b4c77ce3e6f812884aaf01e861e",
      "tree": "5424e9a92693ece6ab80af9d86e0c1a9ecc44ced",
      "parents": [
        "7e54dfc414cc65f5e8949373e69ab160b0ec9f19"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Sep 30 06:03:45 2020 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Sep 30 06:03:56 2020 -0400"
      },
      "message": "Revert Juju Version\n\nPins the Juju agent version to 2.8.1 as the model cleanup can\ntimeout, but this does not happen in master where the version\nis 2.8.1\n\nBug 1216\n\nChange-Id: I223be2e36cc11ce045aaeffa2c164e592d96ec12\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "c63bed600090173ed1b6d7ccc89af3746e40739e",
      "tree": "3d5b7cb832ba94978590d07456e88a8162b4b2cb",
      "parents": [
        "126a443a5bd8c7245234a79f530bfa54222abb21"
      ],
      "author": {
        "name": "Dominik Fleischmann",
        "email": "dominik.fleischmann@canonical.com",
        "time": "Fri Sep 25 12:17:54 2020 +0200"
      },
      "committer": {
        "name": "Dominik Fleischmann",
        "email": "dominik.fleischmann@canonical.com",
        "time": "Fri Sep 25 12:17:54 2020 +0200"
      },
      "message": "Bug 1233: Accept vca argument in installer script\n\nThis fixes bug 1233 which caused the full_install_osm.sh\nto not recognize the vca argument which is for the charmed\ninstallation.\n\nBug: https://osm.etsi.org/bugzilla/show_bug.cgi?id\u003d1233\nChange-Id: Id5c653fa7ea543d946bdd7ae4fcdad3d431e9099\nSigned-off-by: Dominik Fleischmann \u003cdominik.fleischmann@canonical.com\u003e\n"
    },
    {
      "commit": "7e54dfc414cc65f5e8949373e69ab160b0ec9f19",
      "tree": "c91bc00b4b83d4a48a7f19e130fde765fe3f16cf",
      "parents": [
        "1df265155d72cf1082c7ef9f1d8977e68ff7f327"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Sep 24 15:27:53 2020 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Sep 24 15:27:53 2020 -0400"
      },
      "message": "Pin Juju 2.8.3\n\nUpdates the juju version and also pins the charmed bundle\nversions.\n\nIncreases the install timeout by checking for 10 minutes\nwhere no services progress at all, vs 10 minutes total\ntime.\n\nFixes bug 1229\n\nChange-Id: I95db91162ad646a2d04b351558ae5f8b64ea579c\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "126a443a5bd8c7245234a79f530bfa54222abb21",
      "tree": "d643b77b1390bafebe24399c13c77130252006b8",
      "parents": [
        "68faf8d30c3e08ca7dc1974281ade474f6f815b7"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Sep 23 13:28:25 2020 +0100"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Sep 23 16:25:06 2020 +0100"
      },
      "message": "Adding LDAP support for Keystone charm\n\nChange-Id: Ic07622ef2332943479d1e9212f9d968ba6554ead\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "68faf8d30c3e08ca7dc1974281ade474f6f815b7",
      "tree": "f8ac03bf83a9b3652017dabb057e613cfc1f51e7",
      "parents": [
        "6a70374d7269d181af98c392eba116abb70ee1e9"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Tue Sep 01 10:12:16 2020 +0200"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Sep 23 14:07:42 2020 +0200"
      },
      "message": "Fix juju status in OSM Charms\n\nChange-Id: Iab33813f81c394f2444fb9407b4fab4b70929c90\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "62e6044e4e5feded25e1a0c781d386d301841b3c",
      "tree": "84447ce9f56e2ad1833add931b88a7803d3e3d13",
      "parents": [
        "45a6b9d19e387e82ef80141fab27be076e3a9f74"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Tue Sep 15 16:00:34 2020 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Tue Sep 15 22:31:02 2020 +0200"
      },
      "message": "Pin Juju Version\nPins the agent version of juju to ensure consistent\nbehaviour.\n\nChange-Id: I7112638fd02bc9ab9e6be5aa18481f93dd955f3a\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "2634cd3ab6e8737d4e1e35aa02bdab9d0c51bd9b",
      "tree": "e52375c2266dd2df67bc195303df777fd21debb5",
      "parents": [
        "ae9807e262603fb9753f22a215c085605258953c"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Tue Sep 15 16:00:34 2020 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Tue Sep 15 16:00:34 2020 -0400"
      },
      "message": "Pin Juju Version\nPins the agent version of juju to ensure consistent\nbehaviour.\n\nChange-Id: I7112638fd02bc9ab9e6be5aa18481f93dd955f3a\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "ae9807e262603fb9753f22a215c085605258953c",
      "tree": "c6773dfdf43a0b35a0e29e59ef8ada461a0fd46f",
      "parents": [
        "009a5d691dba1ec6aa8567bc27eb4d468e5e0db4"
      ],
      "author": {
        "name": "endika",
        "email": "endika.aldecoa@ehu.eus",
        "time": "Fri Sep 11 15:19:52 2020 +0200"
      },
      "committer": {
        "name": "endika",
        "email": "endika.aldecoa@ehu.eus",
        "time": "Fri Sep 11 15:39:29 2020 +0200"
      },
      "message": "Execute docker health commands with docker group\n\nFixes bug #1205\n\nChange-Id: Iccf15a31c4925421820e25d7c0821e322955267a\nSigned-off-by: endika \u003cendika.aldecoa@ehu.eus\u003e\n"
    },
    {
      "commit": "009a5d691dba1ec6aa8567bc27eb4d468e5e0db4",
      "tree": "c97d29c01b6f2cab59e6d0acdef20f53f4d348bf",
      "parents": [
        "bdca472ead98d309e474da1e66fb820ffa603f79"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Thu Aug 27 16:53:44 2020 +0200"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Sep 09 14:07:22 2020 +0200"
      },
      "message": "Add keystone charm and interface\n\n- Bundles updated\n- Installer updated\n\nChange-Id: I0f8e9aafd51e9579159f9166864eb8634292f99c\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "de5fc1da0abc424bd83f3b22a931950de09709fd",
      "tree": "d03b32e42b634525058678d0998e02e0db07e4d8",
      "parents": [
        "2a815a3f98afa5fb180b2a47ee58c4f6dc7c69fb"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Wed Sep 02 11:40:12 2020 +0200"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Sep 02 18:43:44 2020 +0200"
      },
      "message": "Improve annotations for exposing OSM services in charmed installer\n\nChange-Id: Iffde16ff5f92aa3a99f2fb8e1ff22c8b9eb61caf\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\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": "bfe419af3611107c6b330c0249a6ea365f1aec1b",
      "tree": "b67ac9db28613b788976df98123b6ac247f4515a",
      "parents": [
        "f6ed60ca8f23cc859d43baa6483fd9ddb9db6768"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Jul 08 14:13:40 2020 +0000"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Aug 26 17:04:53 2020 +0200"
      },
      "message": "full_install_osm.sh: fix k8s installation, node must be tainted before juju_addk8s and install_helm\n\nChange-Id: I1c14736ad832f184f7a8f4f9bfa389705511c558\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n(cherry picked from commit ac5bd33c65d4a8a108efd788022d1ef2a994945b)\n"
    },
    {
      "commit": "f6ed60ca8f23cc859d43baa6483fd9ddb9db6768",
      "tree": "4b8507f9f355a356740a4598f0f10871be276891",
      "parents": [
        "6898bd8985c07f65f28b530c6c6024d22319f621"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Jul 08 14:30:29 2020 +0000"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Aug 26 13:48:44 2020 +0200"
      },
      "message": "full_install_osm.sh: separate taint of master node and deployment of osm\n\nChange-Id: I6b5b314949d9775b6e71312d97dc293a49385945\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n(cherry picked from commit f7d00303fa336fc223280cceca30a1b3679f6795)\n"
    },
    {
      "commit": "698b5b35e2715148e2f618d697d7330e49337aec",
      "tree": "701d648e16cd1f83d98dbddfe54ee70aa2a70747",
      "parents": [
        "51b71282f55e48c0c2e83e423467462b1abe6c7d"
      ],
      "author": {
        "name": "calvinosanc1",
        "email": "guillermo.calvino@canonical.com",
        "time": "Fri Aug 21 12:12:52 2020 +0200"
      },
      "committer": {
        "name": "calvinosanc1",
        "email": "guillermo.calvino@canonical.com",
        "time": "Fri Aug 21 12:12:52 2020 +0200"
      },
      "message": "Change in returned storage status format from microk8s\n\nChange-Id: I70a7c1ee52381f3465266d8b455cd1bc023dbf2e\nSigned-off-by: calvinosanc1 \u003cguillermo.calvino@canonical.com\u003e\n"
    },
    {
      "commit": "0c82da075268f5891dce618c8bc6e116dfde8493",
      "tree": "b76e3c1cd09b7b94ea2ff07f792a9f4063941ba5",
      "parents": [
        "cef05e98f275060baf59f2e2f3ea5be2510b6771"
      ],
      "author": {
        "name": "calvinosanc1",
        "email": "guillermo.calvino@canonical.com",
        "time": "Mon Aug 17 11:45:15 2020 +0200"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Aug 20 16:12:17 2020 +0200"
      },
      "message": "Update juju images\n\nChange-Id: I661fa4bb2030fe6a0b4a75ac435a046bc46e2a90\nSigned-off-by: calvinosanc1 \u003cguillermo.calvino@canonical.com\u003e\n"
    },
    {
      "commit": "cef05e98f275060baf59f2e2f3ea5be2510b6771",
      "tree": "25daf179ac408607782752f446b2f43d9c41df84",
      "parents": [
        "19d019bbad8909f89cf1017b84c78e7fd9c27d6a"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Thu Aug 20 12:08:31 2020 +0200"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Aug 20 13:35:16 2020 +0200"
      },
      "message": "Fix the osm bundle names\n\nFixes the following problem:\n    - ERROR The charm or bundle \"osm\" is ambiguous.\n    - This was happening if a folder \"osm\" existed in the current directory\n\nChange-Id: If7a56249b0ce5601761a7cebfa87392715abff62\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "19d019bbad8909f89cf1017b84c78e7fd9c27d6a",
      "tree": "457c6f1dbec8a7f4d53bfe1f7faf595d6e6f815b",
      "parents": [
        "9cc6c8da7a99c9384d9b5316df2c8fde74624685"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Thu Aug 20 12:14:18 2020 +0200"
      },
      "committer": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Thu Aug 20 12:14:18 2020 +0200"
      },
      "message": "Remove unneeded dependency\n\n- The lxd-preseed.conf uses btrfs, so zfs is not needed anymore.\n\nChange-Id: Ife9aa65e2746bf2f35f3c96ab05430dcf46acc0b\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "51b71282f55e48c0c2e83e423467462b1abe6c7d",
      "tree": "39b079b36bf5f6c002570cae1fa05a0e2c2875bd",
      "parents": [
        "838e3fd080fe021ea96e855455d41a5cedd8c62d"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Aug 14 09:26:27 2020 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Aug 14 09:26:27 2020 -0400"
      },
      "message": "Installer Quits Too Soon\n\nIncreases the timeout and provides more feedback on progress.\n\nChange-Id: Iab4cfa3652883ee5db36ca359412e5b1d705bdaf\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "838e3fd080fe021ea96e855455d41a5cedd8c62d",
      "tree": "5f8f45a130a433f45b6dfe3833e69533b13537b9",
      "parents": [
        "de4c92944d0e639458321896e3f58a8ba1f4b2a4"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Tue Jul 28 09:21:07 2020 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Tue Jul 28 09:21:07 2020 -0400"
      },
      "message": "Expose 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\nChange-Id: Id286dfe1f26969337ef937bf6c5bff541e89cf26\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "de4c92944d0e639458321896e3f58a8ba1f4b2a4",
      "tree": "17b0fe4a1c68b6465b546bf78d7de3c9f87b1310",
      "parents": [
        "9425dd2d4a3a0ac8c0bb6dd8d71b0c4b71045f62"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Tue Jul 21 09:35:44 2020 +0200"
      },
      "committer": {
        "name": "garciadav",
        "email": "david.garcia@canonical.com",
        "time": "Wed Jul 22 13:58:47 2020 +0200"
      },
      "message": "Remove unneeded mysql interface in PLA, fix osm-ha bundle, and add README.md to bundles\n\nChange-Id: I7761efaa174ce46eb3c3cc6c99f846340ba8e93c\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "9425dd2d4a3a0ac8c0bb6dd8d71b0c4b71045f62",
      "tree": "cb5ef3049f2ad3ba8e79bf5b5243ae12a7192545",
      "parents": [
        "90d4e9e52ee085aeac044f1c48807ecf5f3742ee"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Jul 16 16:57:09 2020 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Tue Jul 21 19:51:13 2020 +0200"
      },
      "message": "Make 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\nChange-Id: Id13cd822ed7eef60250544108b74bbba7998d9b7\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "ed319372826337662e82b5dd76c4e94324fdd06c",
      "tree": "530db35605dacbdd388ca816f7efc58cde8827d0",
      "parents": [
        "060395a1d5cd1788c8550be1577ea27d917a78cf"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Thu Jul 16 14:51:49 2020 +0200"
      },
      "committer": {
        "name": "garciadav",
        "email": "david.garcia@canonical.com",
        "time": "Fri Jul 17 16:55:25 2020 +0200"
      },
      "message": "Remove api_proxy from osm bundles\n\nChange-Id: I942df7a05859f78ef1dd433e55985fa03b514219\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "060395a1d5cd1788c8550be1577ea27d917a78cf",
      "tree": "cd4e28d02ea3f59503fecc6146343fd74ccdc596",
      "parents": [
        "9cb8af4f5ec7ed31ddc4e52f8ca9a9f3921e9bda"
      ],
      "author": {
        "name": "Dominik Fleischmann",
        "email": "dominik.fleischmann@canonical.com",
        "time": "Fri Jul 17 11:15:29 2020 +0200"
      },
      "committer": {
        "name": "Dominik Fleischmann",
        "email": "dominik.fleischmann@canonical.com",
        "time": "Fri Jul 17 15:24:33 2020 +0200"
      },
      "message": "Add 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\nChange-Id: Ie4d35847bd053c9e4e61f89a481faef5e348f5e2\nSigned-off-by: Dominik Fleischmann \u003cdominik.fleischmann@canonical.com\u003e\n"
    },
    {
      "commit": "9cb8af4f5ec7ed31ddc4e52f8ca9a9f3921e9bda",
      "tree": "1a0b5701b472896caa448c2e78d160823bf2f899",
      "parents": [
        "2ed0e235700fcf05c0ff207d1a3f4f97f7302021"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Thu Jul 16 14:00:19 2020 +0200"
      },
      "committer": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Thu Jul 16 14:01:56 2020 +0200"
      },
      "message": "Remove api_proxy variable in charmed installer\n\n- Fixes bug 1154\n\nChange-Id: I60ac8b83b46f1c2435f7f90032be2be26ec38e2b\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "4a8904a133597fe77e10d46e07d13b3358a4bd4e",
      "tree": "f293d9c363a835494e61382255acefa5fe460010",
      "parents": [
        "52be750d38c04cf0085708827316fdf743d1df5c"
      ],
      "author": {
        "name": "bravof",
        "email": "fbravo@whitestack.com",
        "time": "Tue Jul 14 15:18:30 2020 -0400"
      },
      "committer": {
        "name": "bravof",
        "email": "fbravo@whitestack.com",
        "time": "Tue Jul 14 21:19:36 2020 +0200"
      },
      "message": "fix(prometheus - lcm): prometheus was using the wron directory because at install lcm changes the hostPath with sed, now prometheus is also included in that change\n\nChange-Id: Ie4bf316c69ac2b344de72b485dfb378849c060e0\nSigned-off-by: bravof \u003cfbravo@whitestack.com\u003e\n"
    },
    {
      "commit": "e1dbef47b2c8d3bd45c420c81b61c4240fc1bf12",
      "tree": "e955429087cda66123039623484e57e7fd3ee88a",
      "parents": [
        "1b866c0b25ca474652d1e9a6381ad20166e2ab94"
      ],
      "author": {
        "name": "bravof",
        "email": "fbravo@whitestack.com",
        "time": "Tue Jul 14 15:18:30 2020 -0400"
      },
      "committer": {
        "name": "bravof",
        "email": "fbravo@whitestack.com",
        "time": "Tue Jul 14 15:18:30 2020 -0400"
      },
      "message": "fix(prometheus - lcm): prometheus was using the wron directory because at install lcm changes the hostPath with sed, now prometheus is also included in that change\n\nChange-Id: Ie4bf316c69ac2b344de72b485dfb378849c060e0\nSigned-off-by: bravof \u003cfbravo@whitestack.com\u003e\n"
    },
    {
      "commit": "c262641caaec20c5f6ffaed6a00caf15e17b7117",
      "tree": "3d4f1b566f62dacc66528aa82c9e2d2c7064cb4f",
      "parents": [
        "4c8f0c7fd6605ae846d2eb77c42db6fc9193e9d4"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Jul 10 15:42:38 2020 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Jul 10 22:45:18 2020 +0200"
      },
      "message": "Adding Kafka to Health Check\n\nInstallation needs to wait for Kafka to be healthy before\ncontinuing.\n\nChange-Id: I8b7f0fd7c709075c7541c8962d808d4e4e45ed2c\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n(cherry picked from commit 5a2ad88eaa8cdbb818e75c2f661a3d4719d5de66)\n"
    },
    {
      "commit": "5a2ad88eaa8cdbb818e75c2f661a3d4719d5de66",
      "tree": "a0a73b7308a63f2ffa75dee4e01f5d112e6b6cd3",
      "parents": [
        "d6d60fc6ed1626b4849d7947e579cae49ee0e8ce"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Jul 10 15:42:38 2020 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Jul 10 15:42:38 2020 -0400"
      },
      "message": "Adding Kafka to Health Check\n\nInstallation needs to wait for Kafka to be healthy before\ncontinuing.\n\nChange-Id: I8b7f0fd7c709075c7541c8962d808d4e4e45ed2c\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "4c8f0c7fd6605ae846d2eb77c42db6fc9193e9d4",
      "tree": "a4761c102863df4f82fc9d9b75c4ed95ce7e2902",
      "parents": [
        "f2072d79bcde208f09ad3824608f1d507e593102"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Jul 08 16:22:12 2020 +0000"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Jul 10 15:35:19 2020 +0200"
      },
      "message": "Installer: refactor file generation, improved ng-ui and light-ui separation, fixes in PLA\n\nChange-Id: Iacc435e6ebb9fa695ed7d0df1ff6a06d5ceb0edc\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "f2072d79bcde208f09ad3824608f1d507e593102",
      "tree": "27c1ea6b52197878c51dc2868c62ef960406357a",
      "parents": [
        "fa55bd7375b3f018116c5ab7b43d0588e7ec19bd"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Fri Jul 10 11:19:38 2020 +0200"
      },
      "committer": {
        "name": "garciadav",
        "email": "david.garcia@canonical.com",
        "time": "Fri Jul 10 13:47:13 2020 +0200"
      },
      "message": "Remove unused config from PLA overlayx\n\nChange-Id: I54c16ab90fdfe3c83661a2568159c19a1958e612\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "fa55bd7375b3f018116c5ab7b43d0588e7ec19bd",
      "tree": "c1dc9e50f468402ef7a740e72aaaa9f8b0940fd0",
      "parents": [
        "5863d3e8d8dca5108d89b993d5eb019ab16df587"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Tue Jul 07 11:14:19 2020 +0200"
      },
      "committer": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Fri Jul 10 13:46:50 2020 +0200"
      },
      "message": "Fix 1127 bug: Use config instead of resources for SSL certificates\n\nChange-Id: I66246049e3ca48cdaa03bbc58e123a519f696acc\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "5863d3e8d8dca5108d89b993d5eb019ab16df587",
      "tree": "4b141dd0075613663363fe3cdea58ad3de875252",
      "parents": [
        "b1862b1f88d51b3bb123dff9719fcec0bba874e1"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Thu Jul 09 13:14:13 2020 +0200"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Jul 09 17:05:57 2020 +0200"
      },
      "message": "Fix PLA relations, add missing ENVs, and include it in the bundle\n\nChange-Id: I4d309d045404a900e04909c46196d32e43bb1862\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "b1862b1f88d51b3bb123dff9719fcec0bba874e1",
      "tree": "acaa923d491ce32d3a9add2e23e4325722707fc0",
      "parents": [
        "b5332cf37ec941850e02abea916fead439c7dc1b"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Jul 09 14:20:47 2020 +0000"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Jul 09 14:20:47 2020 +0000"
      },
      "message": "Fix uninstall process, will fix issues is daily-stage4\n\nChange-Id: If5d0826bd92df1673f0f8b409b84261c329a055d\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "b5332cf37ec941850e02abea916fead439c7dc1b",
      "tree": "19b2c0afaf833fc8de5b885fc2b4905116110805",
      "parents": [
        "9c9423d680e4ead0fbcb49f1a65943d4ec9c6a2d"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Jul 08 11:43:59 2020 -0400"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Jul 08 11:43:59 2020 -0400"
      },
      "message": "Adds 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\nChange-Id: I8e474d60b03abcb913d8586c8d643d099f1d8baf\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "9c9423d680e4ead0fbcb49f1a65943d4ec9c6a2d",
      "tree": "22d30bac4bfa7fecdac48aec6c06adcf465a45af",
      "parents": [
        "f7d00303fa336fc223280cceca30a1b3679f6795"
      ],
      "author": {
        "name": "David Garcia",
        "email": "david.garcia@canonical.com",
        "time": "Wed Jul 08 16:51:07 2020 +0200"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Jul 08 17:31:30 2020 +0200"
      },
      "message": "Fix issue in UI charm\n\nScale policy is only available in stateful pods\n\nChange-Id: If632be586851ec21c480cad5e46b72e002b19b99\nSigned-off-by: David Garcia \u003cdavid.garcia@canonical.com\u003e\n"
    },
    {
      "commit": "f7d00303fa336fc223280cceca30a1b3679f6795",
      "tree": "5341caf8432a17c8d84aa9ba3d7d4e4815ff76db",
      "parents": [
        "ac5bd33c65d4a8a108efd788022d1ef2a994945b"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Jul 08 14:30:29 2020 +0000"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Jul 08 16:46:28 2020 +0200"
      },
      "message": "full_install_osm.sh: separate taint of master node and deployment of osm\n\nChange-Id: I6b5b314949d9775b6e71312d97dc293a49385945\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "ac5bd33c65d4a8a108efd788022d1ef2a994945b",
      "tree": "7d89112310704903830d48df0b112560b8244825",
      "parents": [
        "944d34678f25b7fde7164688b125584acabd748e"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Jul 08 14:13:40 2020 +0000"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Jul 08 16:45:55 2020 +0200"
      },
      "message": "full_install_osm.sh: fix k8s installation, node must be tainted before juju_addk8s and install_helm\n\nChange-Id: I1c14736ad832f184f7a8f4f9bfa389705511c558\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "3235e6b7ef38a89cf7543df5a41d61e7792a986b",
      "tree": "a6a4b91dab8cfa2657fbb4bf6c1d14d579245945",
      "parents": [
        "f45f52a996a53a0520adb17e43e10a06a495bcfa"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Jul 08 11:38:29 2020 +0000"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Jul 08 11:38:29 2020 +0000"
      },
      "message": "full_install_osm.sh: fix check loop in install_helm\n\nChange-Id: I546a7219882b4487031ef7093ec070422d8de8d0\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "f45f52a996a53a0520adb17e43e10a06a495bcfa",
      "tree": "3befde7a72372ed65724e48bb6f1a9c93beda4f8",
      "parents": [
        "34502e085cd3e9cd50d78a22a643c5c6e20ac1a8"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Jul 08 11:28:12 2020 +0000"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Jul 08 11:28:12 2020 +0000"
      },
      "message": "Fix bug 1129: juju_addk8s requires the storage class\n\nChange-Id: I8b59e83526ba7f73dd90dba86ae7bce990199e0f\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    }
  ],
  "next": "34502e085cd3e9cd50d78a22a643c5c6e20ac1a8"
}
