From 2c75c75c0ea263661cd4c570799a1ae4a608b87c Mon Sep 17 00:00:00 2001 From: vijaynag Date: Thu, 30 Apr 2020 12:08:11 +0200 Subject: [PATCH] New feature request: Installer changes for NG-UI. Change-Id: I6c9e44d178b39acb3f2379537921edc55472a8e9 --- Release8/Installer_changes_for_NG-UI.md | 33 +++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Release8/Installer_changes_for_NG-UI.md diff --git a/Release8/Installer_changes_for_NG-UI.md b/Release8/Installer_changes_for_NG-UI.md new file mode 100644 index 0000000..5b8a618 --- /dev/null +++ b/Release8/Installer_changes_for_NG-UI.md @@ -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/ -- 2.17.1