Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Nov 12, 2021
  2. Nov 04, 2021
  3. Oct 05, 2021
  4. Sep 10, 2021
  5. Sep 09, 2021
  6. Aug 17, 2021
  7. Jun 30, 2021
    • garciadav's avatar
      Feature 10884: Juju 2.9 support · d68e0b4f
      garciadav authored
      
      - Update osm bundles (charmed)
      - Update Juju version (snap and agent version) (charmed and k8s)
      - Update to new mongodb charm (charmed and k8s)
      - Fix ingress issue by adding an ingress_class config
      - Charmed installer: point to local bundles until all charms are in
      CharmHub
      Change-Id: I6ff8328e5db6719bbf9d5d4c9b5490f478b2ace8
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
      d68e0b4f
  8. Jun 22, 2021
  9. Jun 14, 2021
  10. May 27, 2021
  11. May 14, 2021
  12. May 07, 2021
  13. May 06, 2021
  14. May 05, 2021
  15. May 03, 2021
    • garciadav's avatar
      Add --only-vca flag to charmed installer · 1bc71028
      garciadav authored
      
      It will help feature 10239, in order to automate the deployment of the
      VCA without needing to deploy OSM.
      
      When the option is enabled in the installation, in the end a string will
      be printed out with the command to be executed in OSM to register the
      installed VCA.
      
      Change-Id: I1b284a5a650b50e89c07a6d08507406823c6cc2d
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
      1bc71028
  16. Mar 17, 2021
    • garciadav's avatar
      Fix 1473 and add vca_model_config_* to lcm charm · c753dc5f
      garciadav authored
      
      Changes in all operator charms:
      - Optimize deps for tox environments
      - Add import-order-style to flake8
      - Optimize .jujuignore to reduce the size of charm artifacts
      OSM LCM charm:
      - Added vca_model_config_* options
      Added bundle example for using a bundle
      Updated the bundles and pin the new versions in the installer
      
      Change-Id: Ic6591354fa5d1b5f43383215b2f0df13eb28ce67
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
      c753dc5f
  17. Mar 05, 2021
  18. Mar 02, 2021
  19. Jan 15, 2021
  20. 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
  21. Dec 16, 2020
  22. Dec 15, 2020
  23. Dec 14, 2020
  24. Nov 30, 2020
  25. Nov 29, 2020
  26. Nov 09, 2020
  27. 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
  28. 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
  29. 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
  30. 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
  31. 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
  32. Sep 15, 2020
  33. Sep 09, 2020
Loading