Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Apr 13, 2020
  2. Mar 20, 2020
  3. Feb 25, 2020
  4. Dec 18, 2019
  5. Dec 11, 2019
  6. Dec 10, 2019
  7. Dec 04, 2019
  8. Dec 02, 2019
  9. Nov 27, 2019
    • vijaynag's avatar
      Gerrit ID: 5665 - Deploys OSM on Kubernetes. · 8339ed24
      vijaynag authored and garciadeblas's avatar garciadeblas committed
      Run the installation script with -c k8s to deploy osm on K8s.
      To Uninstall OSM deployed on Kubernetes run script with --uninstall -c k8s.
      Each yaml file in osm_pods directory contains yaml definitions for pods and services.
      
      Added license to yaml files in osm_pods.
      
      Changed volume mounts to OSM_NAMESPACE_VOL from docker volumes.
      
      Removes all pods and services while uninstalling.
      
      Added namespace to deploy osm services. Deleting namespace
      for uninstalling osm services.
      Resolved Merge conflict with Change-7931. Changed Mongo, Kafka,
      zookeeper, mysql and prometheus to statefulset.
      
      -s <namespace> users can define namespace for k8s to deploy
      osm services.
      
      Added cluster configuration file which will be used to install k8s control plane
      Addressed nodeport range issue and resolved merge conflict.
      
      Added two yaml files to create a job for systest and robot test.
      
      Change-Id: Iabe70fa7aed9cd638011bb92e2f300e32cff5772
      Signed-off-by: default avatarvijaynag.bs <vijaynag.bs@tataelxsi.co.in>
      8339ed24
  10. Oct 25, 2019
  11. Oct 03, 2019
    • israelad's avatar
      Native charm support · 5ddc97f9
      israelad authored
      
      This commit adds an API Proxy env variable to __lcm__.env, in order to
      enable native charm support in OSM.
      
      The default behavior is to automatically detect the IP of the primary
      interface. This can be overridden with the -A flag.
      
      Change-Id: I172ce4f7bb76f67ae9fb8918cdd5a10c93fa3b8a
      Signed-off-by: default avatarAdam Israel <adam.israel@canonical.com>
      5ddc97f9
  12. Sep 19, 2019
  13. Sep 09, 2019
    • israelad's avatar
      Remove OSMLCM_VCA_CACERT · 5a50a063
      israelad authored
      
      Removes the OSMLCM_VCA_CACERT variable from __lcm__.env in order to fix
      the VCA. This works around the parsing of the OSMLCM_VCA_CACERT in
      full_install.sh, which currently truncates the cert, causing it to be
      invalid.
      
      Change-Id: I8e8c8199bc27ac919e4bf7e6442e6746bb503c8a
      Signed-off-by: default avatarAdam Israel <adam.israel@canonical.com>
      5a50a063
  14. Jul 31, 2019
  15. Jun 26, 2019
  16. Jun 11, 2019
  17. May 29, 2019
  18. May 24, 2019
  19. May 22, 2019
  20. Apr 17, 2019
  21. Apr 10, 2019
  22. Apr 08, 2019
  23. Apr 05, 2019
  24. 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
  25. Feb 20, 2019
  26. Dec 11, 2018
  27. Nov 26, 2018
  28. Nov 21, 2018
  29. Nov 18, 2018
  30. 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
  31. Nov 15, 2018
  32. Nov 08, 2018
  33. Nov 01, 2018
Loading