This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Jan 22, 2020
  2. Jan 15, 2020
  3. Dec 18, 2019
  4. Dec 11, 2019
  5. Dec 10, 2019
  6. Dec 09, 2019
  7. Dec 06, 2019
  8. Dec 05, 2019
  9. Dec 04, 2019
  10. Dec 02, 2019
  11. Nov 29, 2019
  12. Nov 28, 2019
  13. Nov 27, 2019
    • garciadeblas's avatar
      full_install_osm.sh: install python3-osmclient and IM dependencies · 078f5985
      garciadeblas authored
      
      
      Change-Id: I7e9d52cdb0ae350d229283f9910b194202a4ca2e
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      078f5985
    • 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
  14. Nov 25, 2019
  15. Nov 22, 2019
  16. Nov 06, 2019
  17. Oct 25, 2019
  18. Oct 16, 2019
  19. 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
  20. Sep 10, 2019
  21. Sep 09, 2019
  22. 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
  23. Aug 01, 2019
  24. Jun 26, 2019
  25. Jun 11, 2019
  26. 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