Scale-in/Scale-out commands can be only triggered from CLI. When they are triggered...
[osm/Features.git] / Release8 / Installer_changes_for_NG-UI.md
1 # Installer changes for NG-UI
2
3 ## Proposers
4
5 VIJAY NAG B S (vijaynag.bs@tataelxsi.co.in)
6
7 ## Type
8
9 Feature
10
11 ## Target MDG/TF
12
13 devops
14
15 ## Description
16
17 Installer shall have an option (-n) to install OSM with NG-UI. Default installation of OSM
18 shall be with light-ui.
19
20 ./install_osm.sh -n ngui shall install osm with NG-UI. The changes shall be implemented for both
21 docker swarm and kubernetes installation.
22
23 # Demo or definition of done
24
25 To install OSM with with NG-UI -n ngui shall be used. 
26
27 For docker swarm a new docker-compose-ngui.yaml file is implemented to  deploy OSM with NGUI and for
28 k8s new yaml file is implemented.
29
30 A flag is set for ngui option, and it is checked before copying docker-compose from $OSM_DEVOPS to 
31 $OSM_DOCKER_WORK_DIR and OSM_K8S_WORK_DIR respectively.
32
33 https://osm.etsi.org/gerrit/#/c/osm/devops/+/8735/