This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Nov 09, 2020
  2. 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
  3. Nov 03, 2020
  4. 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
  5. Sep 25, 2020
  6. 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
  7. Sep 15, 2020
  8. Aug 27, 2020
  9. Aug 26, 2020
  10. Aug 20, 2020
  11. 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
  12. Jul 17, 2020
  13. Jul 14, 2020
  14. Jul 10, 2020
  15. Jul 09, 2020
  16. Jul 08, 2020
  17. Jul 07, 2020
  18. Jul 04, 2020
  19. Jul 03, 2020
  20. Jun 30, 2020
  21. Jun 19, 2020
  22. Jun 18, 2020
  23. 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