This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. 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
  2. Jul 17, 2020
  3. Jul 14, 2020
  4. Jul 10, 2020
  5. Jul 09, 2020
  6. Jul 08, 2020
  7. Jul 07, 2020
  8. Jul 04, 2020
  9. Jul 03, 2020
  10. Jun 30, 2020
  11. Jun 19, 2020
  12. Jun 18, 2020
  13. Jun 12, 2020
    • fleischmann's avatar
      Add HA option and minor fixes · c57296fa
      fleischmann authored and Mark Beierl's avatar Mark Beierl committed
      
      
      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: default avatarDominik Fleischmann <dominik.fleischmann@canonical.com>
      c57296fa
  14. Jun 05, 2020
  15. May 27, 2020
  16. May 25, 2020
  17. May 22, 2020
  18. May 20, 2020
  19. May 13, 2020
  20. May 08, 2020
  21. May 07, 2020
  22. Apr 30, 2020
  23. Apr 21, 2020
    • fleischmann's avatar
      Feature 8583 · 5e4a751f
      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: default avatarDominik Fleischmann <dominik.fleischmann@canonical.com>
      5e4a751f
  24. Apr 13, 2020
  25. Apr 07, 2020
  26. Mar 05, 2020