X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_osm.sh;h=f3798e4c5ad7782585ff5af17ca81702018be5b4;hb=021b307297a6ab8dfe9ee3af03154989bcd9e0e8;hp=5a4e228c3b4fc38bfe7431f98b0e361d989c770b;hpb=75a38c73867914a576062a3b50d5c80ace795f6c;p=osm%2Fdevops.git diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 5a4e228c..f3798e4c 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -55,6 +55,8 @@ function usage(){ echo -e " -K: Specifies the name of the controller to use - The controller must be already bootstrapped" echo -e " -d use docker registry URL instead of dockerhub" echo -e " -p set docker proxy URL as part of docker CE configuration" + echo -e " -T specify docker tag for the modules specified with option -m" + echo -e " --nocachelxdimages: do not cache local lxd images, do not create cronjob for that cache (will save installation time, might affect instantiation time)" echo -e " --nolxd: do not install and configure LXD, allowing unattended installations (assumes LXD is already installed and confifured)" echo -e " --nodocker: do not install docker, do not initialize a swarm (assumes docker is already installed and a swarm has been initialized)" echo -e " --nojuju: do not juju, assumes already installed"