Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Mar 02, 2021
  2. Feb 25, 2021
    • garciadav's avatar
      Fix --microstack flag in charmed installer · ff046ce5
      garciadav authored and garciadav's avatar garciadav committed
      
      This commit does several things:
      - Geneneral fix for installing the most stable release of microstack
      - Configure and set up microstack so it is ready to use: create an
      osm-ext network, a router, configure the security groups etc; so it is
      ready to be used by OSM
      - Add xenial, bionic, and focal images to microstack
      - Add microstack as VIM to OSM
      
      Change-Id: Id15531ee94c893e2670b7ee8a89b2eb4e55cead0
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
      ff046ce5
  3. Feb 10, 2021
  4. Feb 09, 2021
  5. Jan 27, 2021
  6. Jan 15, 2021
    • garciadav's avatar
      Several fixes to the charmed installer · b50dabe0
      garciadav authored
      
      - fix bug 1394: update images defining a default TAG (=9)
      - fix bug 1401: add --advertise-address option to kube-apiserver in
      microk8s
      - fix bug 1405
      - fix bug 1406: pin the version of the osmclient snap. Add the logic to
      install/refresh the snap to the proper version. Add channel preference
      (stable -> candidate -> beta -> edge), so the installers tries first
      with stable, but if it does not exist, then tries with candidate, etc.
      
      Change-Id: I02edaaeed81e3b06ed328e81ecab2bf71d42c628
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
      b50dabe0
  7. Jan 05, 2021
  8. Dec 17, 2020
    • garciadav's avatar
      Fix bugs and pin osm bundles · ab11f84f
      garciadav authored and Mark Beierl's avatar Mark Beierl committed
      
      Keystone charm (bug 1378): Improve the way we handle the relation data from the database
      relation
      Ro charm (bug 1379): Fix the status of the non-leader units
      Ng-ui (bug 1380): Fix the nbi-relation-changed hook for the non-leader
      units
      Installer: Pin the version of the OSM bundles
      
      Change-Id: Ied07c964b1c85b1c534916eb4b30fd6bc87287a6
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
      ab11f84f
  9. Dec 16, 2020
  10. Dec 15, 2020
  11. Dec 14, 2020
  12. Nov 30, 2020
  13. Nov 29, 2020
  14. Nov 09, 2020
  15. Nov 06, 2020
    • Mark Beierl's avatar
      Adding registry flag · f2782c56
      Mark Beierl authored
      
      Allow alternate registry to be supplied, with optional credentials.
      
      If registry is just host:port/path, no credentials will be used
      If user:pass@host:port/path, user and pass will be supplied as
      credentials.
      
      Change-Id: I8acf67b2916fea059fb306782388910e543b4046
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      f2782c56
  16. Oct 21, 2020
    • Mark Beierl's avatar
      Fixes bug 1254 and bug 1247 · 9afb0eff
      Mark Beierl authored
      
      Update the ingress rules to be explicit about version to avoid
      extensions/v1beta1 Ingress is deprecated in v1.14+ message.
      Use kubectl annotate instead of kubectl replace.
      Ensure microk8s is in ready state before installing juju.
      Report error if non-existing vca is requested.
      Expose prometheus and grafana.
      
      Change-Id: I0a8aa78c5c9be3163918c0b08b38b4c47d8fae6c
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      9afb0eff
  17. Oct 19, 2020
    • Mark Beierl's avatar
      Fixes bug 1254 and bug 1247 · c5233968
      Mark Beierl authored
      
      Update the ingress rules to be explicit about version to avoid
      extensions/v1beta1 Ingress is deprecated in v1.14+ message.
      Use kubectl annotate instead of kubectl replace.
      Ensure microk8s is in ready state before installing juju.
      Report error if non-existing vca is requested.
      Expose prometheus and grafana.
      
      Change-Id: I0a8aa78c5c9be3163918c0b08b38b4c47d8fae6c
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      c5233968
  18. Sep 30, 2020
    • Mark Beierl's avatar
      Revert Juju Version · c784e7c9
      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: default avatarbeierlm <mark.beierl@canonical.com>
      c784e7c9
  19. Sep 24, 2020
    • Mark Beierl's avatar
      Pin Juju 2.8.3 · 7e54dfc4
      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: default avatarbeierlm <mark.beierl@canonical.com>
      7e54dfc4
  20. Sep 15, 2020
  21. Sep 09, 2020
  22. Sep 02, 2020
  23. Aug 27, 2020
  24. Aug 21, 2020
  25. Aug 20, 2020
  26. Aug 14, 2020
  27. Jul 28, 2020
  28. Jul 21, 2020
    • Mark Beierl's avatar
      Make Charmed Installer Idempotent · 9425dd2d
      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: default avatarbeierlm <mark.beierl@canonical.com>
      9425dd2d
  29. Jul 16, 2020
  30. Jul 10, 2020
  31. Jul 09, 2020
  32. Jul 08, 2020
  33. Jul 03, 2020
  34. Jun 30, 2020
    • fleischmann's avatar
      8716 - K8s Proxy Charms · 71997c1c
      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: default avatarDominik Fleischmann <dominik.fleischmann@canonical.com>
      71997c1c
Loading