X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_osm.sh;h=4e1bbb1194fb7d5e5743913dbacc159f1660ffa8;hb=0062727f3c596aa3c4e87b4ea497bdf69b3dedd9;hp=37e0467d4a626f3320d5284e73895c516d377c88;hpb=4bd2bf0082b177dab22ed0dbca1fd49a3be319b4;p=osm%2Fdevops.git diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 37e0467d..4e1bbb11 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -13,9 +13,10 @@ # limitations under the License. # REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian -RELEASE=ReleaseNINE +RELEASE=ReleaseTEN REPOSITORY=stable -DOCKER_TAG=9 +DOCKER_TAG=10 +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"