X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_juju.sh;h=7be5f99cbaa4a231bbe9fbaf8564cb8392b81503;hb=8375da1695c98bd23fcc226f0e26c20ac5710d1b;hp=f00443fc6ff68986e96d533b9127b692425b30c8;hpb=bff5fd071257f0e285b9806374d78cb0c91f95df;p=osm%2Fdevops.git diff --git a/installers/install_juju.sh b/installers/install_juju.sh index f00443fc..7be5f99c 100755 --- a/installers/install_juju.sh +++ b/installers/install_juju.sh @@ -29,7 +29,6 @@ function usage(){ echo -e " -K: Specifies the name of the controller to use - The controller must be already bootstrapped" echo -e " --debug: debug mode" echo -e " --cachelxdimages: cache local lxd images, create cronjob for that cache (will make installation longer)" - echo -e " --nojuju: do not juju, assumes already installed" [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function } @@ -195,7 +194,6 @@ while getopts ":D:i:s:H:l:L:K:-: hP" o; do -) [ "${OPTARG}" == "help" ] && usage && exit 0 [ "${OPTARG}" == "debug" ] && DEBUG_INSTALL="--debug" && continue - [ "${OPTARG}" == "nojuju" ] && INSTALL_NOJUJU="y" && continue [ "${OPTARG}" == "cachelxdimages" ] && INSTALL_CACHELXDIMAGES="y" && continue echo -e "Invalid option: '--$OPTARG'\n" >&2 usage && exit 1