This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Sep 10, 2019
  2. Sep 09, 2019
  3. Aug 09, 2019
    • israelad's avatar
      Fix bug 816 · 34f8b6bc
      israelad authored
      
      
      This pins the installed version of Juju to 2.5, which matches the pinned
      version of libjuju used by N2VC. The mismatch is causing issues
      deploying charms with new installs.
      
      Change-Id: Ia831b7735511172a64e6e691ce87848dc5b95ae4
      Signed-off-by: default avatarAdam Israel <adam.israel@canonical.com>
      34f8b6bc
  4. Aug 01, 2019
  5. Jun 26, 2019
  6. Jun 11, 2019
  7. May 30, 2019
    • beierl's avatar
      Fix Shell Command · 63229a28
      beierl authored
      
      
      Replaces 'source' with '.' as the command 'source' is not
      valid sh syntax.  It is only valid in bash, but the sg
      command invokes sh, not bash.
      
      BUG 717
      
      Change-Id: I76f58120cff78420a751308c283798ad57b83df8
      Signed-off-by: default avatarbeierl <mbeierl@vmware.com>
      63229a28
  8. May 29, 2019
  9. May 24, 2019
  10. May 22, 2019
  11. Apr 17, 2019
  12. Apr 08, 2019
  13. Apr 05, 2019
  14. Mar 01, 2019
    • diazb's avatar
      Modifies Keystone to use same MySQL DB as RO · 6e3a2b64
      diazb authored and diazb's avatar diazb committed
      
      
      ro-db is renamed to mysql
      
      There is no benefit of having multiple sql database engines. All components
      should share the same. This is part of the effort to make OSM components
      support an HA scenario. Unifying sql db engines, allows to have them all
      connected to a database cluster, for example.
      
      Change-Id: I5d0f2b75da9ea7c6bbb341cac3cb899b4821dd40
      Signed-off-by: default avatarBenjamin Diaz <bdiaz@whitestack.com>
      6e3a2b64
  15. Dec 13, 2018
  16. Dec 05, 2018
  17. Dec 04, 2018
  18. Dec 03, 2018
  19. Nov 30, 2018
  20. Nov 28, 2018
  21. Nov 27, 2018
  22. Nov 23, 2018
  23. Nov 22, 2018
    • israelad's avatar
      (bug 578) Fix installer on Ubuntu 18.04 · 8232e569
      israelad authored
      
      
      We originally ran into this at the hackfest, where the installer would
      fail on Ubuntu 18.04, the latest long-term supported release.
      
      The behaviour of the `sg` command has failed (an apparent upstream
      change) so that it can't be reliably used to check the error code of the
      command it runs.
      
      Considering the original use of `sg`, to ensure that the user had access
      to lxd in order to bootstrap, reduces how we use `sg`, only calling it
      if we need to bootstrap a new juju controller.
      
      The other commands -- `juju show-controller` and `juju controllers` --
      do not need access to the lxd group in order to function.
      
      I've tested this patch on Ubuntu 16.04 and 18.04 and verified that it
      works as expected on both (where lxd now pre-installed) and will also
      work with older versions of 16.04 that may not have it installed.
      
      Signed-off-by: default avatarAdam Israel <adam.israel@canonical.com>
      Change-Id: I0e50ef3ac3cf127b63f5f56d8f90fea44f5be0f2
      8232e569
  24. Nov 21, 2018
  25. Nov 16, 2018
    • lavado's avatar
      Migrating from Logstash to Beats · 53eb8f5f
      lavado authored
      
      
      Replacing previous logstash docker image for metricbeats and filebeats
      Beats will feed Elasticsearch directly
      Decreasing metricbeat logging to info level
      
      Change-Id: I9316688e37a0a319955cf7000825246c6b398a50
      Signed-off-by: default avatarlavado <glavado@whitestack.com>
      53eb8f5f
  26. Nov 13, 2018
  27. Nov 07, 2018
  28. Oct 26, 2018
  29. Oct 25, 2018
  30. Oct 24, 2018
  31. Oct 23, 2018
  32. Oct 19, 2018
    • lavado's avatar
      Refreshing osm_metrics stack · 6021624a
      lavado authored
      
      
      Moves Prometheus installation to OSM Core for it to be available for MON Collector.
      Sets Prometheus version to v2.4.3
      Copies prometheus.yml file to the working dir
      Modifies configurations in Prometheus to leverage new MON exporter.
      Modifies OSM Sample Dashboard at Grafana to point to new metric names.
      Removes "Kafka Exporter" container (previous workaround to get metrics from bus)
      
      Signed-off-by: default avatarlavado <glavado@whitestack.com>
      Change-Id: I15451f717d9ee1cfbdee266a84ed29398360ed94
      6021624a
  33. Oct 11, 2018