X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_osm.sh;h=bf1c5683dc70c2972508c43b3ae9d6f0415bb2b6;hb=2bf767ac57f3cfb9220b59036da7b24134fd5007;hp=37e0467d4a626f3320d5284e73895c516d377c88;hpb=4bd2bf0082b177dab22ed0dbca1fd49a3be319b4;p=osm%2Fdevops.git diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 37e0467d..bf1c5683 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -16,6 +16,7 @@ REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian RELEASE=ReleaseNINE REPOSITORY=stable DOCKER_TAG=9 +DEVOPS_PATH=/usr/share/osm-devops function usage(){ echo -e "usage: $0 [OPTIONS]" @@ -33,7 +34,6 @@ function usage(){ echo -e " -b tags/v1.1.0 (a specific tag)" echo -e " ..." echo -e " -c deploy osm services using container . Valid values are or . If -c is not used then osm will be deployed using default orchestrator. When used with --uninstall, osm services deployed by the orchestrator will be uninstalled" - echo -e " -n install OSM with Next Gen UI. Valid values are or . If -n is not specified osm will be installed with light-ui. When used with uninstall, osm along with the UI specified will be uninstalled" echo -e " -s or user defined stack name when installed using swarm or namespace when installed using k8s, default is osm" echo -e " -H use specific juju host controller IP" echo -e " -S use VCA/juju secret key"