This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git.
Pull mirroring updated .
- Sep 30, 2020
-
-
Mark Beierl authored
Pins the Juju agent version to 2.8.1 as the model cleanup can timeout, but this does not happen in master where the version is 2.8.1 Bug 1216 Change-Id: I223be2e36cc11ce045aaeffa2c164e592d96ec12 Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Sep 24, 2020
-
-
Mark Beierl authored
Updates the juju version and also pins the charmed bundle versions. Increases the install timeout by checking for 10 minutes where no services progress at all, vs 10 minutes total time. Fixes bug 1229 Change-Id: I95db91162ad646a2d04b351558ae5f8b64ea579c Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Sep 15, 2020
-
-
Mark Beierl authored
Pins the agent version of juju to ensure consistent behaviour. Change-Id: I7112638fd02bc9ab9e6be5aa18481f93dd955f3a Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Aug 21, 2020
-
-
calvinosanc1 authored
Change-Id: I70a7c1ee52381f3465266d8b455cd1bc023dbf2e Signed-off-by:
calvinosanc1 <guillermo.calvino@canonical.com>
-
- Aug 14, 2020
-
-
Mark Beierl authored
Increases the timeout and provides more feedback on progress. Change-Id: Iab4cfa3652883ee5db36ca359412e5b1d705bdaf Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Jul 28, 2020
-
-
Mark Beierl authored
Adds ingress rules for K8s installation to expose the NBI, the NG-UI and allow for unlimited content size. Fixes bug 1171 Change-Id: Id286dfe1f26969337ef937bf6c5bff541e89cf26 Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Jul 21, 2020
-
-
Mark Beierl authored
By default, the charmed installer will create a controller called 'controller', unless an external VCA is specified using the --vca option. Upon uninstall, it is not known or safe to remove this Juju controller as there might be other applications using it. This change shows that message on uninstall, giving the user the opportunity to remove it with a command. Also, as part of the installation, this change checks for the controller and if it exists, presents the user with options for how to resolve the situation. Fixes bug 1126 Change-Id: Id13cd822ed7eef60250544108b74bbba7998d9b7 Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Jul 16, 2020
-
-
garciadav authored
- Fixes bug 1154 Change-Id: I60ac8b83b46f1c2435f7f90032be2be26ec38e2b Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Jul 10, 2020
-
-
Change-Id: I54c16ab90fdfe3c83661a2568159c19a1958e612 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
garciadav authored
Change-Id: I66246049e3ca48cdaa03bbc58e123a519f696acc Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Jul 09, 2020
-
-
Change-Id: I4d309d045404a900e04909c46196d32e43bb1862 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Jul 08, 2020
-
-
Mark Beierl authored
When installing using a bundle, the image overlay was not being generated, resulting in the --tag option being ignored. Bug 1130 Change-Id: I8e474d60b03abcb913d8586c8d643d099f1d8baf Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Jul 03, 2020
-
-
Mark Beierl authored
Removal of iptables manipulation from charmed installer Expose juju controller using metallb Pin version of juju Change-Id: I3853dfe1d3b264311bed1f3a805397a9197b10bc Signed-off-by:
beierlm <mark.beierl@canonical.com> (cherry picked from commit 3749e310)
-
- Jun 30, 2020
-
-
fleischmann authored
This commit contains the following changes: - Changes to LCM Charm to configure vca k8s cloud - K8s installation: - Add storageclass to K8s - Add k8s to VCA - Configure lcm.env to pass k8s cloud name - Pass k8s cloud name to LCM Charm in charmed installation - Pin juju version tu 2.8/stable - Instal juju after Microk8s in charmed installation Change-Id: I62ae50e4f226eba3bbda7c4a310cfe52591de5b4 Signed-off-by:
Dominik Fleischmann <dominik.fleischmann@canonical.com>
-
- Jun 19, 2020
-
-
The MTU was not applied correctly in the LXD containers Change-Id: I337278f0122d462c5e0e11c02cd42ca7850b51d2 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Jun 12, 2020
-
-
This commit adds the --ha option which will install the osm-ha bundle instead of the standard osm bundle. Additionally this commit includes the following fixes: - change the use of route to ip route which is preinstalled in Ubuntu Desktop also. - Change final command of post install osmclient message - Change post install osmclient message to be only shown during install and not uninstall. - Fix the deletion of the wrong model in uninstall - Pining Juju snap to 2.7/stable Change-Id: Iccf3bda7ec2f9a2279e5535d819e2a1968a59687 Signed-off-by:
Dominik Fleischmann <dominik.fleischmann@canonical.com>
-
- Jun 05, 2020
-
-
fleischmann authored
The naming for the following parameters in the Charmed installer has been changed: kubeconfig -> k8s controller -> vca lxd-cloud -> lxd lxd-credentials -> lxd-cred Change-Id: Id760cd332c4be76a3cf45a108d7448387a78a94a Signed-off-by:
Dominik Fleischmann <dominik.fleischmann@canonical.com>
-
- May 08, 2020
-
-
Change-Id: I6093071eb183f2107b08c56f377af01390383782 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- May 07, 2020
-
-
garciadav authored
- LXD Cloud: Takes a YAML file as a parameter with the LXD Cloud information - LXD Credentials: Takes a YAML file as a parameter with the LXD Credentials information Change-Id: I0f09e15eb00c0d64d91154d6d55c1ec3d12ee31a Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Apr 21, 2020
-
-
fleischmann authored
This feature will enable the installation of OSM with charms on top of Kubernetes (microk8s by default). Instructions to test this before Merge: Change path to local full_install_osm.sh in line 145 in install_osm.sh Change path to local charmed_install.sh and charmed_uninstall.sh in line 1285 and 1287 in full_install_osm.sh Afterwards, just execute: ./install_osm.sh --charmed For uninstall ./install_osm.sh --uninstall Change-Id: I6dfe0831ea5e2c265a365b41638e807106076346 Signed-off-by:
Dominik Fleischmann <dominik.fleischmann@canonical.com>
-