New feature request: Installer changes for NG-UI. 39/8839/4
authorvijaynag <vijaynag.bs@tataelxsi.co.in>
Thu, 30 Apr 2020 10:08:11 +0000 (12:08 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 25 Nov 2020 07:58:49 +0000 (08:58 +0100)
Change-Id: I6c9e44d178b39acb3f2379537921edc55472a8e9

Release8/Installer_changes_for_NG-UI.md [new file with mode: 0644]

diff --git a/Release8/Installer_changes_for_NG-UI.md b/Release8/Installer_changes_for_NG-UI.md
new file mode 100644 (file)
index 0000000..5b8a618
--- /dev/null
@@ -0,0 +1,33 @@
+# Installer changes for NG-UI
+
+## Proposers
+
+VIJAY NAG B S (vijaynag.bs@tataelxsi.co.in)
+
+## Type
+
+Feature
+
+## Target MDG/TF
+
+devops
+
+## Description
+
+Installer shall have an option (-n) to install OSM with NG-UI. Default installation of OSM
+shall be with light-ui.
+
+./install_osm.sh -n ngui shall install osm with NG-UI. The changes shall be implemented for both
+docker swarm and kubernetes installation.
+
+# Demo or definition of done
+
+To install OSM with with NG-UI -n ngui shall be used. 
+
+For docker swarm a new docker-compose-ngui.yaml file is implemented to  deploy OSM with NGUI and for
+k8s new yaml file is implemented.
+
+A flag is set for ngui option, and it is checked before copying docker-compose from $OSM_DEVOPS to 
+$OSM_DOCKER_WORK_DIR and OSM_K8S_WORK_DIR respectively.
+
+https://osm.etsi.org/gerrit/#/c/osm/devops/+/8735/