This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. May 08, 2020
    • garciadav's avatar
      Add -K option to specify an external juju controller · 404ae12d
      garciadav authored
      
      
      How to use: Bootstrap an external controller (p.e. manual), and put -K <controller> name in the installer
      Requirements:
        - Port 8443 accessible for the LXD Cluster
        - Port 17070 accesible for the Juju controller
      Note: You can use -l and -L options to specify an external LXD cluster too.
      
      Change-Id: I93db94f3c57f32f2112c0394e2685577f7a1eee1
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
      404ae12d
  2. May 07, 2020
  3. Apr 30, 2020
  4. 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
  5. Apr 13, 2020
  6. Apr 07, 2020
  7. Mar 05, 2020
  8. Feb 22, 2020
  9. Feb 07, 2020
  10. Feb 03, 2020
  11. Jan 31, 2020
  12. Jan 22, 2020
  13. Jan 15, 2020
  14. Dec 18, 2019
  15. Dec 11, 2019
  16. Dec 10, 2019
  17. Dec 09, 2019
  18. Dec 06, 2019
  19. Dec 05, 2019
  20. Dec 04, 2019
  21. Dec 02, 2019
  22. Nov 29, 2019
  23. Nov 28, 2019
  24. 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
  25. Nov 25, 2019
  26. Nov 22, 2019
  27. Nov 06, 2019
  28. Oct 25, 2019