From: Dominik Fleischmann Date: Fri, 25 Sep 2020 10:17:54 +0000 (+0200) Subject: Bug 1233: Accept vca argument in installer script X-Git-Tag: release-v9.0-start~60 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F56%2F9756%2F1;p=osm%2Fdevops.git Bug 1233: Accept vca argument in installer script This fixes bug 1233 which caused the full_install_osm.sh to not recognize the vca argument which is for the charmed installation. Bug: https://osm.etsi.org/bugzilla/show_bug.cgi?id=1233 Change-Id: Id5c653fa7ea543d946bdd7ae4fcdad3d431e9099 Signed-off-by: Dominik Fleischmann --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 6ced1a32..39d2850f 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -1612,6 +1612,7 @@ while getopts ":b:r:c:n:k:u:R:D:o:O:m:N:H:S:s:w:t:U:P:A:l:L:K:-: hy" o; do [ "${OPTARG}" == "lxd" ] && continue [ "${OPTARG}" == "lxd-cred" ] && continue [ "${OPTARG}" == "microstack" ] && continue + [ "${OPTARG}" == "vca" ] && continue [ "${OPTARG}" == "ha" ] && continue [ "${OPTARG}" == "tag" ] && continue [ "${OPTARG}" == "pla" ] && INSTALL_PLA="y" && continue