Move kubeadm folder creation from full_install_osm.sh to install_kubeadm_cluster.sh
[osm/devops.git] / installers / full_install_osm.sh
1 #!/bin/bash
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 # http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 #
15
16 function usage(){
17 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
18 echo -e "usage: $0 [OPTIONS]"
19 echo -e "Install OSM"
20 echo -e " OPTIONS"
21 echo -e " -h / --help: print this help"
22 echo -e " -y: do not prompt for confirmation, assumes yes"
23 echo -e " -r <repo>: use specified repository name for osm packages"
24 echo -e " -R <release>: use specified release for osm binaries (deb packages, lxd images, ...)"
25 echo -e " -u <repo base>: use specified repository url for osm packages"
26 echo -e " -k <repo key>: use specified repository public key url"
27 echo -e " -b <refspec>: install OSM from source code using a specific branch (master, v2.0, ...) or tag"
28 echo -e " -b master (main dev branch)"
29 echo -e " -b v2.0 (v2.0 branch)"
30 echo -e " -b tags/v1.1.0 (a specific tag)"
31 echo -e " ..."
32 echo -e " -a <apt proxy url>: use this apt proxy url when downloading apt packages (air-gapped installation)"
33 echo -e " -s <namespace> namespace when installed using k8s, default is osm"
34 echo -e " -H <VCA host> use specific juju host controller IP"
35 echo -e " -S <VCA secret> use VCA/juju secret key"
36 echo -e " -P <VCA pubkey> use VCA/juju public key file"
37 echo -e " -A <VCA apiproxy> use VCA/juju API proxy"
38 echo -e " --pla: install the PLA module for placement support"
39 echo -e " --old-sa: install old Service Assurance framework (MON, POL); do not install Airflow and Pushgateway"
40 echo -e " --ng-sa: install new Service Assurance framework (Airflow, AlertManager and Pushgateway) (enabled by default)"
41 echo -e " -m <MODULE>: install OSM but only rebuild or pull the specified docker images (NG-UI, NBI, LCM, RO, MON, POL, PLA, KAFKA, MONGO, PROMETHEUS, PROMETHEUS-CADVISOR, KEYSTONE-DB, NONE)"
42 echo -e " -o <ADDON>: ONLY (un)installs one of the addons (k8s_monitor, ng-sa)"
43 echo -e " -O <openrc file path/cloud name>: Install OSM to an OpenStack infrastructure. <openrc file/cloud name> is required. If a <cloud name> is used, the clouds.yaml file should be under ~/.config/openstack/ or /etc/openstack/"
44 echo -e " -N <openstack public network name/ID>: Public network name required to setup OSM to OpenStack"
45 echo -e " -f <path to SSH public key>: Public SSH key to use to deploy OSM to OpenStack"
46 echo -e " -F <path to cloud-init file>: Cloud-Init userdata file to deploy OSM to OpenStack"
47 echo -e " -D <devops path> use local devops installation path"
48 echo -e " -w <work dir> Location to store runtime installation"
49 echo -e " -t <docker tag> specify osm docker tag (default is latest)"
50 echo -e " -l: LXD cloud yaml file"
51 echo -e " -L: LXD credentials yaml file"
52 echo -e " -K: Specifies the name of the controller to use - The controller must be already bootstrapped"
53 echo -e " -d <docker registry URL> use docker registry URL instead of dockerhub"
54 echo -e " -p <docker proxy URL> set docker proxy URL as part of docker CE configuration"
55 echo -e " -T <docker tag> specify docker tag for the modules specified with option -m"
56 echo -e " --debug: debug mode"
57 echo -e " --nocachelxdimages: do not cache local lxd images, do not create cronjob for that cache (will save installation time, might affect instantiation time)"
58 echo -e " --cachelxdimages: cache local lxd images, create cronjob for that cache (will make installation longer)"
59 echo -e " --nolxd: do not install and configure LXD, allowing unattended installations (assumes LXD is already installed and confifured)"
60 echo -e " --nodocker: do not install docker, do not initialize a swarm (assumes docker is already installed and a swarm has been initialized)"
61 echo -e " --nojuju: do not juju, assumes already installed"
62 echo -e " --nodockerbuild:do not build docker images (use existing locally cached images)"
63 echo -e " --nohostports: do not expose docker ports to host (useful for creating multiple instances of osm on the same host)"
64 echo -e " --nohostclient: do not install the osmclient"
65 echo -e " --uninstall: uninstall OSM: remove the containers and delete NAT rules"
66 echo -e " --source: install OSM from source code using the latest stable tag"
67 echo -e " --develop: (deprecated, use '-b master') install OSM from source code using the master branch"
68 echo -e " --pullimages: pull/run osm images from docker.io/opensourcemano"
69 echo -e " --k8s_monitor: install the OSM kubernetes monitoring with prometheus and grafana"
70 echo -e " --volume: create a VM volume when installing to OpenStack"
71 echo -e " --showopts: print chosen options and exit (only for debugging)"
72 echo -e " --charmed: Deploy and operate OSM with Charms on k8s"
73 echo -e " [--bundle <bundle path>]: Specify with which bundle to deploy OSM with charms (--charmed option)"
74 echo -e " [--k8s <kubeconfig path>]: Specify with which kubernetes to deploy OSM with charms (--charmed option)"
75 echo -e " [--vca <name>]: Specifies the name of the controller to use - The controller must be already bootstrapped (--charmed option)"
76 echo -e " [--small-profile]: Do not install and configure LXD which aims to use only K8s Clouds (--charmed option)"
77 echo -e " [--lxd <yaml path>]: Takes a YAML file as a parameter with the LXD Cloud information (--charmed option)"
78 echo -e " [--lxd-cred <yaml path>]: Takes a YAML file as a parameter with the LXD Credentials information (--charmed option)"
79 echo -e " [--microstack]: Installs microstack as a vim. (--charmed option)"
80 echo -e " [--overlay]: Add an overlay to override some defaults of the default bundle (--charmed option)"
81 echo -e " [--ha]: Installs High Availability bundle. (--charmed option)"
82 echo -e " [--tag]: Docker image tag. (--charmed option)"
83 echo -e " [--registry]: Docker registry with optional credentials as user:pass@hostname:port (--charmed option)"
84 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
85 }
86
87 # takes a juju/accounts.yaml file and returns the password specific
88 # for a controller. I wrote this using only bash tools to minimize
89 # additions of other packages
90 function parse_juju_password {
91 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
92 password_file="${HOME}/.local/share/juju/accounts.yaml"
93 local controller_name=$1
94 local s='[[:space:]]*' w='[a-zA-Z0-9_-]*' fs=$(echo @|tr @ '\034')
95 sed -ne "s|^\($s\):|\1|" \
96 -e "s|^\($s\)\($w\)$s:$s[\"']\(.*\)[\"']$s\$|\1$fs\2$fs\3|p" \
97 -e "s|^\($s\)\($w\)$s:$s\(.*\)$s\$|\1$fs\2$fs\3|p" $password_file |
98 awk -F$fs -v controller=$controller_name '{
99 indent = length($1)/2;
100 vname[indent] = $2;
101 for (i in vname) {if (i > indent) {delete vname[i]}}
102 if (length($3) > 0) {
103 vn=""; for (i=0; i<indent; i++) {vn=(vn)(vname[i])("_")}
104 if (match(vn,controller) && match($2,"password")) {
105 printf("%s",$3);
106 }
107 }
108 }'
109 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
110 }
111
112 function set_vca_variables() {
113 OSM_VCA_CLOUDNAME="lxd-cloud"
114 [ -n "$OSM_VCA_HOST" ] && OSM_VCA_CLOUDNAME="localhost"
115 if [ -z "$OSM_VCA_HOST" ]; then
116 [ -z "$CONTROLLER_NAME" ] && OSM_VCA_HOST=`sg lxd -c "juju show-controller $OSM_NAMESPACE"|grep api-endpoints|awk -F\' '{print $2}'|awk -F\: '{print $1}'`
117 [ -n "$CONTROLLER_NAME" ] && OSM_VCA_HOST=`juju show-controller $CONTROLLER_NAME |grep api-endpoints|awk -F\' '{print $2}'|awk -F\: '{print $1}'`
118 [ -z "$OSM_VCA_HOST" ] && FATAL "Cannot obtain juju controller IP address"
119 fi
120 if [ -z "$OSM_VCA_SECRET" ]; then
121 [ -z "$CONTROLLER_NAME" ] && OSM_VCA_SECRET=$(parse_juju_password $OSM_NAMESPACE)
122 [ -n "$CONTROLLER_NAME" ] && OSM_VCA_SECRET=$(parse_juju_password $CONTROLLER_NAME)
123 [ -z "$OSM_VCA_SECRET" ] && FATAL "Cannot obtain juju secret"
124 fi
125 if [ -z "$OSM_VCA_PUBKEY" ]; then
126 OSM_VCA_PUBKEY=$(cat $HOME/.local/share/juju/ssh/juju_id_rsa.pub)
127 [ -z "$OSM_VCA_PUBKEY" ] && FATAL "Cannot obtain juju public key"
128 fi
129 if [ -z "$OSM_VCA_CACERT" ]; then
130 [ -z "$CONTROLLER_NAME" ] && OSM_VCA_CACERT=$(juju controllers --format json | jq -r --arg controller $OSM_NAMESPACE '.controllers[$controller]["ca-cert"]' | base64 | tr -d \\n)
131 [ -n "$CONTROLLER_NAME" ] && OSM_VCA_CACERT=$(juju controllers --format json | jq -r --arg controller $CONTROLLER_NAME '.controllers[$controller]["ca-cert"]' | base64 | tr -d \\n)
132 [ -z "$OSM_VCA_CACERT" ] && FATAL "Cannot obtain juju CA certificate"
133 fi
134 }
135
136 function generate_secret() {
137 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
138 head /dev/urandom | tr -dc A-Za-z0-9 | head -c 32
139 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
140 }
141
142 function check_packages() {
143 NEEDED_PACKAGES="$1"
144 echo -e "Checking required packages: ${NEEDED_PACKAGES}"
145 for PACKAGE in ${NEEDED_PACKAGES} ; do
146 dpkg -L ${PACKAGE}
147 if [ $? -ne 0 ]; then
148 echo -e "Package ${PACKAGE} is not installed."
149 echo -e "Updating apt-cache ..."
150 sudo apt-get update
151 echo -e "Installing ${PACKAGE} ..."
152 sudo apt-get install -y ${PACKAGE} || FATAL "failed to install ${PACKAGE}"
153 fi
154 done
155 echo -e "Required packages are present: ${NEEDED_PACKAGES}"
156 }
157
158 function ask_user(){
159 # ask to the user and parse a response among 'y', 'yes', 'n' or 'no'. Case insensitive
160 # Params: $1 text to ask; $2 Action by default, can be 'y' for yes, 'n' for no, other or empty for not allowed
161 # Return: true(0) if user type 'yes'; false (1) if user type 'no'
162 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
163 read -e -p "$1" USER_CONFIRMATION
164 while true ; do
165 [ -z "$USER_CONFIRMATION" ] && [ "$2" == 'y' ] && return 0
166 [ -z "$USER_CONFIRMATION" ] && [ "$2" == 'n' ] && return 1
167 [ "${USER_CONFIRMATION,,}" == "yes" ] || [ "${USER_CONFIRMATION,,}" == "y" ] && return 0
168 [ "${USER_CONFIRMATION,,}" == "no" ] || [ "${USER_CONFIRMATION,,}" == "n" ] && return 1
169 read -e -p "Please type 'yes' or 'no': " USER_CONFIRMATION
170 done
171 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
172 }
173
174 function install_osmclient(){
175 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
176 CLIENT_RELEASE=${RELEASE#"-R "}
177 CLIENT_REPOSITORY_KEY="OSM%20ETSI%20Release%20Key.gpg"
178 CLIENT_REPOSITORY=${REPOSITORY#"-r "}
179 CLIENT_REPOSITORY_BASE=${REPOSITORY_BASE#"-u "}
180 key_location=$CLIENT_REPOSITORY_BASE/$CLIENT_RELEASE/$CLIENT_REPOSITORY_KEY
181 curl $key_location | sudo APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add -
182 sudo add-apt-repository -y "deb [arch=amd64] $CLIENT_REPOSITORY_BASE/$CLIENT_RELEASE $CLIENT_REPOSITORY osmclient IM"
183 sudo apt-get -y update
184 sudo DEBIAN_FRONTEND=noninteractive apt-get install -y python3-pip
185 sudo -H LC_ALL=C python3 -m pip install -U pip
186 sudo DEBIAN_FRONTEND=noninteractive apt-get install -y python3-osm-im python3-osmclient
187 if [ -f /usr/lib/python3/dist-packages/osm_im/requirements.txt ]; then
188 python3 -m pip install -r /usr/lib/python3/dist-packages/osm_im/requirements.txt
189 fi
190 if [ -f /usr/lib/python3/dist-packages/osmclient/requirements.txt ]; then
191 sudo DEBIAN_FRONTEND=noninteractive apt-get install -y libmagic1
192 python3 -m pip install -r /usr/lib/python3/dist-packages/osmclient/requirements.txt
193 fi
194 [ -z "$INSTALL_LIGHTWEIGHT" ] && export OSM_HOSTNAME=`lxc list | awk '($2=="SO-ub"){print $6}'`
195 [ -z "$INSTALL_LIGHTWEIGHT" ] && export OSM_RO_HOSTNAME=`lxc list | awk '($2=="RO"){print $6}'`
196 echo -e "\nOSM client installed"
197 if [ -z "$INSTALL_LIGHTWEIGHT" ]; then
198 echo -e "You might be interested in adding the following OSM client env variables to your .bashrc file:"
199 echo " export OSM_HOSTNAME=${OSM_HOSTNAME}"
200 echo " export OSM_RO_HOSTNAME=${OSM_RO_HOSTNAME}"
201 else
202 echo -e "OSM client assumes that OSM host is running in localhost (127.0.0.1)."
203 echo -e "In case you want to interact with a different OSM host, you will have to configure this env variable in your .bashrc file:"
204 echo " export OSM_HOSTNAME=<OSM_host>"
205 fi
206 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
207 return 0
208 }
209
210 function docker_login() {
211 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
212 echo "Docker login"
213 [ -z "${DEBUG_INSTALL}" ] || DEBUG "Docker registry user: ${DOCKER_REGISTRY_USER}"
214 sg docker -c "docker login -u ${DOCKER_REGISTRY_USER} -p ${DOCKER_REGISTRY_PASSWORD} --password-stdin"
215 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
216 }
217
218 function generate_docker_images() {
219 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
220 echo "Generating docker images"
221 _build_from=$COMMIT_ID
222 [ -z "$_build_from" ] && _build_from="latest"
223 echo "OSM Docker images generated from $_build_from"
224 LWTEMPDIR="$(mktemp -d -q --tmpdir "installosmlight.XXXXXX")"
225 trap 'rm -rf "${LWTEMPDIR}"' EXIT
226 for module in MON POL NBI KEYSTONE RO LCM NG-UI PLA; do
227 if [ -z "$TO_REBUILD" ] || echo $TO_REBUILD | grep -q ${module} ; then
228 module_lower=${module,,}
229 if [ $module == "PLA" -a ! -n "$INSTALL_PLA" ]; then
230 continue
231 fi
232 git -C ${LWTEMPDIR} clone https://osm.etsi.org/gerrit/osm/$module
233 git -C ${LWTEMPDIR}/${module} checkout ${COMMIT_ID}
234 sg docker -c "docker build ${LWTEMPDIR}/${module} -f ${LWTEMPDIR}/${module}/docker/Dockerfile -t ${DOCKER_USER}/${module_lower} --no-cache" || FATAL "cannot build ${module} docker image"
235 fi
236 done
237 if [ -z "$TO_REBUILD" ] || echo $TO_REBUILD | grep -q osmclient; then
238 BUILD_ARGS+=(--build-arg REPOSITORY="$REPOSITORY")
239 BUILD_ARGS+=(--build-arg RELEASE="$RELEASE")
240 BUILD_ARGS+=(--build-arg REPOSITORY_KEY="$REPOSITORY_KEY")
241 BUILD_ARGS+=(--build-arg REPOSITORY_BASE="$REPOSITORY_BASE")
242 sg docker -c "docker build -t ${DOCKER_USER}/osmclient ${BUILD_ARGS[@]} -f $OSM_DEVOPS/docker/osmclient ."
243 fi
244 echo "Finished generation of docker images"
245 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
246 }
247
248 function cmp_overwrite() {
249 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
250 file1="$1"
251 file2="$2"
252 if ! $(cmp "${file1}" "${file2}" >/dev/null 2>&1); then
253 if [ -f "${file2}" ]; then
254 ask_user "The file ${file2} already exists. Overwrite (y/N)? " n && cp -b ${file1} ${file2}
255 else
256 cp -b ${file1} ${file2}
257 fi
258 fi
259 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
260 }
261
262 #deploys osm pods and services
263 function deploy_osm_services() {
264 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
265 # helm is already installed as part of install_kubeadm_cluster.sh
266
267 # Generate helm values to be passed with -f osm-values.yaml
268 sudo mkdir -p ${OSM_HELM_WORK_DIR}
269 if [ -n "${INSTALL_JUJU}" ]; then
270 sudo bash -c "cat << EOF > ${OSM_HELM_WORK_DIR}/osm-values.yaml
271 vca:
272 pubkey: \"${OSM_VCA_PUBKEY}\"
273 EOF"
274 fi
275
276 # Generate helm values to be passed with --set
277 OSM_HELM_OPTS=""
278 # OSM_HELM_OPTS="${OSM_HELM_OPTS} --set nbi.useOsmSecret=false"
279 OSM_HELM_OPTS="${OSM_HELM_OPTS} --set global.image.repositoryBase=${DOCKER_REGISTRY_URL}${DOCKER_USER}"
280 OSM_HELM_OPTS="${OSM_HELM_OPTS} --set mysql.dbHostPath=${OSM_NAMESPACE_VOL}"
281 if [ -n "${INSTALL_JUJU}" ]; then
282 OSM_HELM_OPTS="${OSM_HELM_OPTS} --set vca.enabled=true"
283 OSM_HELM_OPTS="${OSM_HELM_OPTS} --set vca.host=${OSM_VCA_HOST}"
284 OSM_HELM_OPTS="${OSM_HELM_OPTS} --set vca.secret=${OSM_VCA_SECRET}"
285 OSM_HELM_OPTS="${OSM_HELM_OPTS} --set vca.cacert=${OSM_VCA_CACERT}"
286 fi
287 [ -n "$OSM_VCA_APIPROXY" ] && OSM_HELM_OPTS="${OSM_HELM_OPTS} --set lcm.config.OSMLCM_VCA_APIPROXY=${OSM_VCA_APIPROXY}"
288 [ ! "$OSM_DOCKER_TAG" == "testing-daily" ] && OSM_HELM_OPTS="${OSM_HELM_OPTS} --set global.image.tag=${OSM_DOCKER_TAG}"
289 [ -n "${INSTALL_NGSA}" ] || OSM_HELM_OPTS="${OSM_HELM_OPTS} --set global.oldServiceAssurance=true"
290 if [ -n "${OSM_BEHIND_PROXY}" ]; then
291 OSM_HELM_OPTS="${OSM_HELM_OPTS} --set global.behindHttpProxy=true"
292 [ -n "${HTTP_PROXY}" ] && OSM_HELM_OPTS="${OSM_HELM_OPTS} --set global.httpProxy.HTTP_PROXY=${HTTP_PROXY}"
293 [ -n "${HTTPS_PROXY}" ] && OSM_HELM_OPTS="${OSM_HELM_OPTS} --set global.httpProxy.HTTPS_PROXY=${HTTPS_PROXY}"
294 [ -n "${NO_PROXY}" ] && OSM_HELM_OPTS="${OSM_HELM_OPTS} --set global.httpProxy.NO_PROXY=${NO_PROXY}"
295 fi
296
297 if [ -n "${INSTALL_JUJU}" ]; then
298 OSM_HELM_OPTS="-f ${OSM_HELM_WORK_DIR}/osm-values.yaml ${OSM_HELM_OPTS}"
299 fi
300 echo "helm install -n $OSM_NAMESPACE --create-namespace $OSM_NAMESPACE $OSM_DEVOPS/installers/helm/osm ${OSM_HELM_OPTS}"
301 helm install -n $OSM_NAMESPACE --create-namespace $OSM_NAMESPACE $OSM_DEVOPS/installers/helm/osm ${OSM_HELM_OPTS}
302 # Override existing values.yaml with the final values.yaml used to install OSM
303 helm -n $OSM_NAMESPACE get values $OSM_NAMESPACE | sudo tee -a ${OSM_HELM_WORK_DIR}/osm-values.yaml
304 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
305 }
306
307 #deploy charmed services
308 function deploy_charmed_services() {
309 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
310 juju add-model $OSM_NAMESPACE $OSM_VCA_K8S_CLOUDNAME
311 juju deploy ch:mongodb-k8s -m $OSM_NAMESPACE --channel latest/stable
312 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
313 }
314
315 #deploy mongodb
316 function deploy_mongodb() {
317 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
318 MONGO_OPTS="-d ${OSM_HELM_WORK_DIR} -D ${OSM_DEVOPS} -t ${OSM_DOCKER_TAG} -U ${DOCKER_USER} ${DEBUG_INSTALL}"
319 [ -n "${DOCKER_REGISTRY_URL}" ] && MONGO_OPTS="${MONGO_OPTS} -r ${DOCKER_REGISTRY_URL}"
320 $OSM_DEVOPS/installers/install_mongodb.sh ${MONGO_OPTS} || \
321 FATAL_TRACK install_osm_mongodb_service "install_mongodb.sh failed"
322 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
323 }
324
325 function install_osm_ngsa_service() {
326 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
327 NGSA_OPTS="-d ${OSM_HELM_WORK_DIR} -D ${OSM_DEVOPS} -t ${OSM_DOCKER_TAG} -U ${DOCKER_USER} ${DEBUG_INSTALL}"
328 [ -n "${DOCKER_REGISTRY_URL}" ] && NGSA_OPTS="${NGSA_OPTS} -r ${DOCKER_REGISTRY_URL}"
329 $OSM_DEVOPS/installers/install_ngsa.sh ${NGSA_OPTS} || \
330 FATAL_TRACK install_osm_ngsa_service "install_ngsa.sh failed"
331 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
332 }
333
334 function add_local_k8scluster() {
335 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
336 /usr/bin/osm --all-projects vim-create \
337 --name _system-osm-vim \
338 --account_type dummy \
339 --auth_url http://dummy \
340 --user osm --password osm --tenant osm \
341 --description "dummy" \
342 --config '{management_network_name: mgmt}'
343 /usr/bin/osm --all-projects k8scluster-add \
344 --creds ${HOME}/.kube/config \
345 --vim _system-osm-vim \
346 --k8s-nets '{"net1": null}' \
347 --version '1.15' \
348 --description "OSM Internal Cluster" \
349 _system-osm-k8s
350 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
351 }
352
353 function configure_apt_proxy() {
354 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
355 OSM_APT_PROXY=$1
356 OSM_APT_PROXY_FILE="/etc/apt/apt.conf.d/osm-apt"
357 echo "Configuring apt proxy in file ${OSM_APT_PROXY_FILE}"
358 if [ ! -f ${OSM_APT_PROXY_FILE} ]; then
359 sudo bash -c "cat <<EOF > ${OSM_APT_PROXY}
360 Acquire::http { Proxy \"${OSM_APT_PROXY}\"; }
361 EOF"
362 else
363 sudo sed -i "s|Proxy.*|Proxy \"${OSM_APT_PROXY}\"; }|" ${OSM_APT_PROXY_FILE}
364 fi
365 sudo apt-get update || FATAL "Configured apt proxy, but couldn't run 'apt-get update'. Check ${OSM_APT_PROXY_FILE}"
366 track prereq apt_proxy_configured_ok
367 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
368 }
369
370 function ask_proceed() {
371 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
372
373 [ -z "$ASSUME_YES" ] && ! ask_user "The installation will do the following
374 1. Install and configure LXD
375 2. Install juju
376 3. Install docker CE
377 4. Disable swap space
378 5. Install and initialize Kubernetes
379 as pre-requirements.
380 Do you want to proceed (Y/n)? " y && echo "Cancelled!" && exit 1
381
382 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
383 }
384
385 function check_osm_behind_proxy() {
386 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
387
388 export OSM_BEHIND_PROXY=""
389 export OSM_PROXY_ENV_VARIABLES=""
390 [ -n "${http_proxy}" ] && OSM_BEHIND_PROXY="y" && echo "http_proxy=${http_proxy}" && OSM_PROXY_ENV_VARIABLES="${OSM_PROXY_ENV_VARIABLES} http_proxy"
391 [ -n "${https_proxy}" ] && OSM_BEHIND_PROXY="y" && echo "https_proxy=${https_proxy}" && OSM_PROXY_ENV_VARIABLES="${OSM_PROXY_ENV_VARIABLES} https_proxy"
392 [ -n "${HTTP_PROXY}" ] && OSM_BEHIND_PROXY="y" && echo "HTTP_PROXY=${HTTP_PROXY}" && OSM_PROXY_ENV_VARIABLES="${OSM_PROXY_ENV_VARIABLES} HTTP_PROXY"
393 [ -n "${HTTPS_PROXY}" ] && OSM_BEHIND_PROXY="y" && echo "https_proxy=${HTTPS_PROXY}" && OSM_PROXY_ENV_VARIABLES="${OSM_PROXY_ENV_VARIABLES} HTTPS_PROXY"
394 [ -n "${no_proxy}" ] && echo "no_proxy=${no_proxy}" && OSM_PROXY_ENV_VARIABLES="${OSM_PROXY_ENV_VARIABLES} no_proxy"
395 [ -n "${NO_PROXY}" ] && echo "NO_PROXY=${NO_PROXY}" && OSM_PROXY_ENV_VARIABLES="${OSM_PROXY_ENV_VARIABLES} NO_PROXY"
396
397 echo "OSM_BEHIND_PROXY=${OSM_BEHIND_PROXY}"
398 echo "OSM_PROXY_ENV_VARIABLES=${OSM_PROXY_ENV_VARIABLES}"
399
400 if [ -n "${OSM_BEHIND_PROXY}" ]; then
401 [ -z "$ASSUME_YES" ] && ! ask_user "
402 The following env variables have been found for the current user:
403 ${OSM_PROXY_ENV_VARIABLES}.
404
405 This suggests that this machine is behind a proxy and a special configuration is required.
406 The installer will install Docker CE, LXD and Juju to work behind a proxy using those
407 env variables.
408
409 Take into account that the installer uses apt, curl, wget, docker, lxd, juju and snap.
410 Depending on the program, the env variables to work behind a proxy might be different
411 (e.g. http_proxy vs HTTP_PROXY).
412
413 For that reason, it is strongly recommended that at least http_proxy, https_proxy, HTTP_PROXY
414 and HTTPS_PROXY are defined.
415
416 Finally, some of the programs (apt, snap) those programs are run as sudoer, requiring that
417 those env variables are also set for root user. If you are not sure whether those variables
418 are configured for the root user, you can stop the installation now.
419
420 Do you want to proceed with the installation (Y/n)? " y && echo "Cancelled!" && exit 1
421 else
422 echo "This machine is not behind a proxy"
423 fi
424
425 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
426 }
427
428 function find_devops_folder() {
429 if [ -z "$OSM_DEVOPS" ]; then
430 if [ -n "$TEST_INSTALLER" ]; then
431 echo -e "\nUsing local devops repo for OSM installation"
432 OSM_DEVOPS="$(dirname $(realpath $(dirname $0)))"
433 else
434 echo -e "\nCreating temporary dir for OSM installation"
435 OSM_DEVOPS="$(mktemp -d -q --tmpdir "installosm.XXXXXX")"
436 trap 'rm -rf "$OSM_DEVOPS"' EXIT
437 git clone https://osm.etsi.org/gerrit/osm/devops.git $OSM_DEVOPS
438 fi
439 fi
440 }
441
442 function install_osm() {
443 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
444
445 trap ctrl_c INT
446
447
448 check_osm_behind_proxy
449 check_packages "git wget curl tar snapd"
450 if [ -n "${INSTALL_JUJU}" ]; then
451 sudo snap install jq || FATAL "Could not install jq (snap package). Make sure that snap works"
452 fi
453 find_devops_folder
454
455 track start release $RELEASE none none docker_tag $OSM_DOCKER_TAG none none installation_type $OSM_INSTALLATION_TYPE none none os_info $os_info none none
456
457 track checks checkingroot_ok
458 [ "$USER" == "root" ] && FATAL "You are running the installer as root. The installer is prepared to be executed as a normal user with sudo privileges."
459 track checks noroot_ok
460 ask_proceed
461 track checks proceed_ok
462
463 echo "Installing OSM"
464
465 [ -n "$DOCKER_REGISTRY_URL" ] && parse_docker_registry_url
466
467 echo "Determining IP address of the interface with the default route"
468 [ -z "$OSM_DEFAULT_IF" ] && OSM_DEFAULT_IF=$(ip route list|awk '$1=="default" {print $5; exit}')
469 [ -z "$OSM_DEFAULT_IF" ] && OSM_DEFAULT_IF=$(route -n |awk '$1~/^0.0.0.0/ {print $8; exit}')
470 [ -z "$OSM_DEFAULT_IF" ] && FATAL "Not possible to determine the interface with the default route 0.0.0.0"
471 OSM_DEFAULT_IP=`ip -o -4 a s ${OSM_DEFAULT_IF} |awk '{split($4,a,"/"); print a[1]; exit}'`
472 [ -z "$OSM_DEFAULT_IP" ] && FATAL "Not possible to determine the IP address of the interface with the default route"
473
474 # configure apt proxy
475 [ -n "$APT_PROXY_URL" ] && configure_apt_proxy $APT_PROXY_URL
476
477 # if lxd is requested, we will install it
478 if [ -n "$INSTALL_LXD" ]; then
479 LXD_INSTALL_OPTS="-D ${OSM_DEVOPS} -i ${OSM_DEFAULT_IF} ${DEBUG_INSTALL}"
480 [ -n "${OSM_BEHIND_PROXY}" ] && LXD_INSTALL_OPTS="${LXD_INSTALL_OPTS} -P"
481 $OSM_DEVOPS/installers/install_lxd.sh ${LXD_INSTALL_OPTS} || FATAL_TRACK lxd "install_lxd.sh failed"
482 fi
483
484 track prereq prereqok_ok
485
486 if [ -n "$INSTALL_DOCKER" ]; then
487 DOCKER_CE_OPTS="-D ${OSM_DEVOPS} ${DEBUG_INSTALL}"
488 [ -n "${DOCKER_PROXY_URL}" ] && DOCKER_CE_OPTS="${DOCKER_CE_OPTS} -p ${DOCKER_PROXY_URL}"
489 [ -n "${OSM_BEHIND_PROXY}" ] && DOCKER_CE_OPTS="${DOCKER_CE_OPTS} -P"
490 $OSM_DEVOPS/installers/install_docker_ce.sh ${DOCKER_CE_OPTS} || FATAL_TRACK docker_ce "install_docker_ce.sh failed"
491 fi
492
493 track docker_ce docker_ce_ok
494
495 $OSM_DEVOPS/installers/install_kubeadm_cluster.sh -i ${OSM_DEFAULT_IP} -d ${OSM_WORK_DIR} -D ${OSM_DEVOPS} ${DEBUG_INSTALL} || \
496 FATAL_TRACK k8scluster "install_kubeadm_cluster.sh failed"
497 track k8scluster k8scluster_ok
498
499 if [ -n "${INSTALL_JUJU}" ]; then
500 JUJU_OPTS="-D ${OSM_DEVOPS} -s ${OSM_NAMESPACE} -i ${OSM_DEFAULT_IP} ${DEBUG_INSTALL} ${INSTALL_CACHELXDIMAGES}"
501 [ -n "${OSM_VCA_HOST}" ] && JUJU_OPTS="$JUJU_OPTS -H ${OSM_VCA_HOST}"
502 [ -n "${LXD_CLOUD_FILE}" ] && JUJU_OPTS="$JUJU_OPTS -l ${LXD_CLOUD_FILE}"
503 [ -n "${LXD_CRED_FILE}" ] && JUJU_OPTS="$JUJU_OPTS -L ${LXD_CRED_FILE}"
504 [ -n "${CONTROLLER_NAME}" ] && JUJU_OPTS="$JUJU_OPTS -K ${CONTROLLER_NAME}"
505 [ -n "${OSM_BEHIND_PROXY}" ] && JUJU_OPTS="${JUJU_OPTS} -P"
506 $OSM_DEVOPS/installers/install_juju.sh ${JUJU_OPTS} || FATAL_TRACK juju "install_juju.sh failed"
507 set_vca_variables
508 fi
509 track juju juju_ok
510
511 # Deploy OSM services
512 [ -z "$DOCKER_NOBUILD" ] && [ -z "$PULL_IMAGES" ] && generate_docker_images
513 track docker_images docker_images_ok
514
515 deploy_mongodb
516 track deploy_osm deploy_mongodb_ok
517 deploy_osm_services
518 track deploy_osm deploy_osm_services_k8s_ok
519 if [ -n "$INSTALL_K8S_MONITOR" ]; then
520 # install OSM MONITORING
521 install_k8s_monitoring
522 track deploy_osm install_k8s_monitoring_ok
523 fi
524 if [ -n "$INSTALL_NGSA" ]; then
525 # optional NGSA install
526 install_osm_ngsa_service
527 track deploy_osm install_osm_ngsa_ok
528 fi
529
530 [ -z "$INSTALL_NOHOSTCLIENT" ] && install_osmclient
531 track osmclient osmclient_ok
532
533 echo -e "Checking OSM health state..."
534 $OSM_DEVOPS/installers/osm_health.sh -s ${OSM_NAMESPACE} -k || \
535 (echo -e "OSM is not healthy, but will probably converge to a healthy state soon." && \
536 echo -e "Check OSM status with: kubectl -n ${OSM_NAMESPACE} get all" && \
537 track healthchecks osm_unhealthy didnotconverge)
538 track healthchecks after_healthcheck_ok
539
540 add_local_k8scluster
541 track final_ops add_local_k8scluster_ok
542
543 # if lxd is requested, iptables firewall is updated to work with both docker and LXD
544 if [ -n "$INSTALL_LXD" ]; then
545 arrange_docker_default_network_policy
546 fi
547
548 wget -q -O- https://osm-download.etsi.org/ftp/osm-15.0-fifteen/README2.txt &> /dev/null
549 track end
550 sudo find /etc/osm
551 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
552 return 0
553 }
554
555 function install_to_openstack() {
556 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
557
558 if [ -z "$2" ]; then
559 FATAL "OpenStack installer requires a valid external network name"
560 fi
561
562 # Install Pip for Python3
563 sudo apt install -y python3-pip python3-venv
564 sudo -H LC_ALL=C python3 -m pip install -U pip
565
566 # Create a venv to avoid conflicts with the host installation
567 python3 -m venv $OPENSTACK_PYTHON_VENV
568
569 source $OPENSTACK_PYTHON_VENV/bin/activate
570
571 # Install Ansible, OpenStack client and SDK, latest openstack version supported is Train
572 python -m pip install -U wheel
573 python -m pip install -U "python-openstackclient<=4.0.2" "openstacksdk>=0.12.0,<=0.36.2" "ansible>=2.10,<2.11"
574
575 # Install the Openstack cloud module (ansible>=2.10)
576 ansible-galaxy collection install openstack.cloud
577
578 export ANSIBLE_CONFIG="$OSM_DEVOPS/installers/openstack/ansible.cfg"
579
580 OSM_INSTALLER_ARGS="${REPO_ARGS[@]}"
581
582 ANSIBLE_VARS="external_network_name=$2 setup_volume=$3 server_name=$OPENSTACK_VM_NAME"
583
584 if [ -n "$OPENSTACK_SSH_KEY_FILE" ]; then
585 ANSIBLE_VARS+=" key_file=$OPENSTACK_SSH_KEY_FILE"
586 fi
587
588 if [ -n "$OPENSTACK_USERDATA_FILE" ]; then
589 ANSIBLE_VARS+=" userdata_file=$OPENSTACK_USERDATA_FILE"
590 fi
591
592 # Execute the Ansible playbook based on openrc or clouds.yaml
593 if [ -e "$1" ]; then
594 . $1
595 ansible-playbook -e installer_args="\"$OSM_INSTALLER_ARGS\"" -e "$ANSIBLE_VARS" \
596 $OSM_DEVOPS/installers/openstack/site.yml
597 else
598 ansible-playbook -e installer_args="\"$OSM_INSTALLER_ARGS\"" -e "$ANSIBLE_VARS" \
599 -e cloud_name=$1 $OSM_DEVOPS/installers/openstack/site.yml
600 fi
601
602 # Exit from venv
603 deactivate
604
605 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
606 return 0
607 }
608
609 function arrange_docker_default_network_policy() {
610 echo -e "Fixing firewall so docker and LXD can share the same host without affecting each other."
611 sudo iptables -I DOCKER-USER -j ACCEPT
612 sudo iptables-save | sudo tee /etc/iptables/rules.v4
613 sudo ip6tables-save | sudo tee /etc/iptables/rules.v6
614 }
615
616 function install_k8s_monitoring() {
617 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
618 # install OSM monitoring
619 sudo chmod +x $OSM_DEVOPS/installers/k8s/*.sh
620 sudo $OSM_DEVOPS/installers/k8s/install_osm_k8s_monitoring.sh || FATAL_TRACK install_k8s_monitoring "k8s/install_osm_k8s_monitoring.sh failed"
621 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
622 }
623
624 function dump_vars(){
625 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
626 echo "APT_PROXY_URL=$APT_PROXY_URL"
627 echo "DEVELOP=$DEVELOP"
628 echo "DEBUG_INSTALL=$DEBUG_INSTALL"
629 echo "DOCKER_NOBUILD=$DOCKER_NOBUILD"
630 echo "DOCKER_PROXY_URL=$DOCKER_PROXY_URL"
631 echo "DOCKER_REGISTRY_URL=$DOCKER_REGISTRY_URL"
632 echo "DOCKER_USER=$DOCKER_USER"
633 echo "INSTALL_CACHELXDIMAGES=$INSTALL_CACHELXDIMAGES"
634 echo "INSTALL_FROM_SOURCE=$INSTALL_FROM_SOURCE"
635 echo "INSTALL_JUJU=$INSTALL_JUJU"
636 echo "INSTALL_K8S_MONITOR=$INSTALL_K8S_MONITOR"
637 echo "INSTALL_LIGHTWEIGHT=$INSTALL_LIGHTWEIGHT"
638 echo "INSTALL_LXD=$INSTALL_LXD"
639 echo "INSTALL_NGSA=$INSTALL_NGSA"
640 echo "INSTALL_DOCKER=$INSTALL_DOCKER"
641 echo "INSTALL_ONLY=$INSTALL_ONLY"
642 echo "INSTALL_PLA=$INSTALL_PLA"
643 echo "INSTALL_TO_OPENSTACK=$INSTALL_TO_OPENSTACK"
644 echo "INSTALL_VIMEMU=$INSTALL_VIMEMU"
645 echo "NO_HOST_PORTS=$NO_HOST_PORTS"
646 echo "OPENSTACK_PUBLIC_NET_NAME=$OPENSTACK_PUBLIC_NET_NAME"
647 echo "OPENSTACK_OPENRC_FILE_OR_CLOUD=$OPENSTACK_OPENRC_FILE_OR_CLOUD"
648 echo "OPENSTACK_ATTACH_VOLUME=$OPENSTACK_ATTACH_VOLUME"
649 echo "OPENSTACK_SSH_KEY_FILE"="$OPENSTACK_SSH_KEY_FILE"
650 echo "OPENSTACK_USERDATA_FILE"="$OPENSTACK_USERDATA_FILE"
651 echo "OPENSTACK_VM_NAME"="$OPENSTACK_VM_NAME"
652 echo "OSM_DEVOPS=$OSM_DEVOPS"
653 echo "OSM_DOCKER_TAG=$OSM_DOCKER_TAG"
654 echo "OSM_HELM_WORK_DIR=$OSM_HELM_WORK_DIR"
655 echo "OSM_NAMESPACE=$OSM_NAMESPACE"
656 echo "OSM_VCA_HOST=$OSM_VCA_HOST"
657 echo "OSM_VCA_PUBKEY=$OSM_VCA_PUBKEY"
658 echo "OSM_VCA_SECRET=$OSM_VCA_SECRET"
659 echo "OSM_WORK_DIR=$OSM_WORK_DIR"
660 echo "PULL_IMAGES=$PULL_IMAGES"
661 echo "RECONFIGURE=$RECONFIGURE"
662 echo "RELEASE=$RELEASE"
663 echo "REPOSITORY=$REPOSITORY"
664 echo "REPOSITORY_BASE=$REPOSITORY_BASE"
665 echo "REPOSITORY_KEY=$REPOSITORY_KEY"
666 echo "SHOWOPTS=$SHOWOPTS"
667 echo "TEST_INSTALLER=$TEST_INSTALLER"
668 echo "TO_REBUILD=$TO_REBUILD"
669 echo "UNINSTALL=$UNINSTALL"
670 echo "UPDATE=$UPDATE"
671 echo "Install from specific refspec (-b): $COMMIT_ID"
672 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
673 }
674
675 function parse_docker_registry_url() {
676 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
677 DOCKER_REGISTRY_USER=$(echo "$DOCKER_REGISTRY_URL" | awk '{split($1,a,"@"); split(a[1],b,":"); print b[1]}')
678 DOCKER_REGISTRY_PASSWORD=$(echo "$DOCKER_REGISTRY_URL" | awk '{split($1,a,"@"); split(a[1],b,":"); print b[2]}')
679 DOCKER_REGISTRY_URL=$(echo "$DOCKER_REGISTRY_URL" | awk '{split($1,a,"@"); print a[2]}')
680 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
681 }
682
683 function ctrl_c() {
684 [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
685 echo "** Trapped CTRL-C"
686 FATAL "User stopped the installation"
687 [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
688 }
689
690 UNINSTALL=""
691 DEVELOP=""
692 UPDATE=""
693 RECONFIGURE=""
694 TEST_INSTALLER=""
695 INSTALL_LXD=""
696 SHOWOPTS=""
697 COMMIT_ID=""
698 ASSUME_YES=""
699 APT_PROXY_URL=""
700 INSTALL_FROM_SOURCE=""
701 DEBUG_INSTALL=""
702 RELEASE="ReleaseTEN"
703 REPOSITORY="stable"
704 INSTALL_K8S_MONITOR=""
705 INSTALL_NGSA="y"
706 INSTALL_PLA=""
707 INSTALL_VIMEMU=""
708 LXD_REPOSITORY_BASE="https://osm-download.etsi.org/repository/osm/lxd"
709 LXD_REPOSITORY_PATH=""
710 INSTALL_LIGHTWEIGHT="y"
711 INSTALL_TO_OPENSTACK=""
712 OPENSTACK_OPENRC_FILE_OR_CLOUD=""
713 OPENSTACK_PUBLIC_NET_NAME=""
714 OPENSTACK_ATTACH_VOLUME="false"
715 OPENSTACK_SSH_KEY_FILE=""
716 OPENSTACK_USERDATA_FILE=""
717 OPENSTACK_VM_NAME="server-osm"
718 OPENSTACK_PYTHON_VENV="$HOME/.virtual-envs/osm"
719 INSTALL_ONLY=""
720 TO_REBUILD=""
721 INSTALL_DOCKER="y"
722 INSTALL_JUJU=""
723 INSTALL_NOHOSTCLIENT=""
724 INSTALL_CACHELXDIMAGES=""
725 OSM_DEVOPS=
726 OSM_VCA_HOST=
727 OSM_VCA_SECRET=
728 OSM_VCA_PUBKEY=
729 OSM_VCA_CLOUDNAME="localhost"
730 OSM_VCA_K8S_CLOUDNAME="k8scloud"
731 OSM_NAMESPACE=osm
732 NO_HOST_PORTS=""
733 DOCKER_NOBUILD=""
734 REPOSITORY_KEY="OSM%20ETSI%20Release%20Key.gpg"
735 REPOSITORY_BASE="https://osm-download.etsi.org/repository/osm/debian"
736 OSM_WORK_DIR="/etc/osm"
737 OSM_HELM_WORK_DIR="${OSM_WORK_DIR}/helm"
738 OSM_HOST_VOL="/var/lib/osm"
739 OSM_NAMESPACE_VOL="${OSM_HOST_VOL}/${OSM_NAMESPACE}"
740 OSM_DOCKER_TAG="testing-daily"
741 DOCKER_USER=opensourcemano
742 PULL_IMAGES="y"
743 KAFKA_TAG=2.11-1.0.2
744 KIWIGRID_K8S_SIDECAR_TAG="1.15.6"
745 PROMETHEUS_TAG=v2.28.1
746 GRAFANA_TAG=8.1.1
747 PROMETHEUS_NODE_EXPORTER_TAG=0.18.1
748 PROMETHEUS_CADVISOR_TAG=latest
749 KEYSTONEDB_TAG=10
750 OSM_DATABASE_COMMONKEY=
751 ELASTIC_VERSION=6.4.2
752 ELASTIC_CURATOR_VERSION=5.5.4
753 POD_NETWORK_CIDR=10.244.0.0/16
754 K8S_MANIFEST_DIR="/etc/kubernetes/manifests"
755 RE_CHECK='^[a-z0-9]([-a-z0-9]*[a-z0-9])?$'
756 DOCKER_REGISTRY_URL=
757 DOCKER_PROXY_URL=
758 MODULE_DOCKER_TAG=
759 OSM_INSTALLATION_TYPE="Default"
760
761 while getopts ":a:b:r:n:k:u:R:D:o:O:m:N:H:S:s:t:U:P:A:l:L:K:d:p:T:f:F:-: hy" o; do
762 case "${o}" in
763 a)
764 APT_PROXY_URL=${OPTARG}
765 ;;
766 b)
767 COMMIT_ID=${OPTARG}
768 PULL_IMAGES=""
769 ;;
770 r)
771 REPOSITORY="${OPTARG}"
772 REPO_ARGS+=(-r "$REPOSITORY")
773 ;;
774 k)
775 REPOSITORY_KEY="${OPTARG}"
776 REPO_ARGS+=(-k "$REPOSITORY_KEY")
777 ;;
778 u)
779 REPOSITORY_BASE="${OPTARG}"
780 REPO_ARGS+=(-u "$REPOSITORY_BASE")
781 ;;
782 R)
783 RELEASE="${OPTARG}"
784 REPO_ARGS+=(-R "$RELEASE")
785 ;;
786 D)
787 OSM_DEVOPS="${OPTARG}"
788 ;;
789 o)
790 INSTALL_ONLY="y"
791 [ "${OPTARG}" == "k8s_monitor" ] && INSTALL_K8S_MONITOR="y" && continue
792 [ "${OPTARG}" == "ng-sa" ] && INSTALL_NGSA="y" && continue
793 ;;
794 O)
795 INSTALL_TO_OPENSTACK="y"
796 if [ -n "${OPTARG}" ]; then
797 OPENSTACK_OPENRC_FILE_OR_CLOUD="${OPTARG}"
798 else
799 echo -e "Invalid argument for -O : ' $OPTARG'\n" >&2
800 usage && exit 1
801 fi
802 ;;
803 f)
804 OPENSTACK_SSH_KEY_FILE="${OPTARG}"
805 ;;
806 F)
807 OPENSTACK_USERDATA_FILE="${OPTARG}"
808 ;;
809 N)
810 OPENSTACK_PUBLIC_NET_NAME="${OPTARG}"
811 ;;
812 m)
813 [ "${OPTARG}" == "NG-UI" ] && TO_REBUILD="$TO_REBUILD NG-UI" && continue
814 [ "${OPTARG}" == "NBI" ] && TO_REBUILD="$TO_REBUILD NBI" && continue
815 [ "${OPTARG}" == "LCM" ] && TO_REBUILD="$TO_REBUILD LCM" && continue
816 [ "${OPTARG}" == "RO" ] && TO_REBUILD="$TO_REBUILD RO" && continue
817 [ "${OPTARG}" == "MON" ] && TO_REBUILD="$TO_REBUILD MON" && continue
818 [ "${OPTARG}" == "POL" ] && TO_REBUILD="$TO_REBUILD POL" && continue
819 [ "${OPTARG}" == "PLA" ] && TO_REBUILD="$TO_REBUILD PLA" && continue
820 [ "${OPTARG}" == "osmclient" ] && TO_REBUILD="$TO_REBUILD osmclient" && continue
821 [ "${OPTARG}" == "KAFKA" ] && TO_REBUILD="$TO_REBUILD KAFKA" && continue
822 [ "${OPTARG}" == "MONGO" ] && TO_REBUILD="$TO_REBUILD MONGO" && continue
823 [ "${OPTARG}" == "PROMETHEUS" ] && TO_REBUILD="$TO_REBUILD PROMETHEUS" && continue
824 [ "${OPTARG}" == "PROMETHEUS-CADVISOR" ] && TO_REBUILD="$TO_REBUILD PROMETHEUS-CADVISOR" && continue
825 [ "${OPTARG}" == "KEYSTONE-DB" ] && TO_REBUILD="$TO_REBUILD KEYSTONE-DB" && continue
826 [ "${OPTARG}" == "GRAFANA" ] && TO_REBUILD="$TO_REBUILD GRAFANA" && continue
827 [ "${OPTARG}" == "NONE" ] && TO_REBUILD="$TO_REBUILD NONE" && continue
828 ;;
829 H)
830 OSM_VCA_HOST="${OPTARG}"
831 ;;
832 S)
833 OSM_VCA_SECRET="${OPTARG}"
834 ;;
835 s)
836 OSM_NAMESPACE="${OPTARG}" && [[ ! "${OPTARG}" =~ $RE_CHECK ]] && echo "Namespace $OPTARG is invalid. Regex used for validation is $RE_CHECK" && exit 0
837 ;;
838 t)
839 OSM_DOCKER_TAG="${OPTARG}"
840 REPO_ARGS+=(-t "$OSM_DOCKER_TAG")
841 ;;
842 U)
843 DOCKER_USER="${OPTARG}"
844 ;;
845 P)
846 OSM_VCA_PUBKEY=$(cat ${OPTARG})
847 ;;
848 A)
849 OSM_VCA_APIPROXY="${OPTARG}"
850 ;;
851 l)
852 LXD_CLOUD_FILE="${OPTARG}"
853 ;;
854 L)
855 LXD_CRED_FILE="${OPTARG}"
856 ;;
857 K)
858 CONTROLLER_NAME="${OPTARG}"
859 ;;
860 d)
861 DOCKER_REGISTRY_URL="${OPTARG}"
862 ;;
863 p)
864 DOCKER_PROXY_URL="${OPTARG}"
865 ;;
866 T)
867 MODULE_DOCKER_TAG="${OPTARG}"
868 ;;
869 -)
870 [ "${OPTARG}" == "help" ] && usage && exit 0
871 [ "${OPTARG}" == "source" ] && INSTALL_FROM_SOURCE="y" && PULL_IMAGES="" && continue
872 [ "${OPTARG}" == "debug" ] && DEBUG_INSTALL="--debug" && continue
873 [ "${OPTARG}" == "develop" ] && DEVELOP="y" && continue
874 [ "${OPTARG}" == "uninstall" ] && UNINSTALL="y" && continue
875 [ "${OPTARG}" == "update" ] && UPDATE="y" && continue
876 [ "${OPTARG}" == "reconfigure" ] && RECONFIGURE="y" && continue
877 [ "${OPTARG}" == "test" ] && TEST_INSTALLER="y" && continue
878 [ "${OPTARG}" == "lxdinstall" ] && INSTALL_LXD="y" && continue
879 [ "${OPTARG}" == "lxd" ] && INSTALL_LXD="y" && continue
880 [ "${OPTARG}" == "nolxd" ] && INSTALL_LXD="" && continue
881 [ "${OPTARG}" == "docker" ] && INSTALL_DOCKER="y" && continue
882 [ "${OPTARG}" == "nodocker" ] && INSTALL_DOCKER="" && continue
883 [ "${OPTARG}" == "showopts" ] && SHOWOPTS="y" && continue
884 [ "${OPTARG}" == "nohostports" ] && NO_HOST_PORTS="y" && continue
885 [ "${OPTARG}" == "juju" ] && INSTALL_JUJU="y" && continue
886 [ "${OPTARG}" == "nojuju" ] && INSTALL_JUJU="" && continue
887 [ "${OPTARG}" == "nodockerbuild" ] && DOCKER_NOBUILD="y" && continue
888 [ "${OPTARG}" == "nohostclient" ] && INSTALL_NOHOSTCLIENT="y" && continue
889 [ "${OPTARG}" == "pullimages" ] && continue
890 [ "${OPTARG}" == "k8s_monitor" ] && INSTALL_K8S_MONITOR="y" && continue
891 [ "${OPTARG}" == "charmed" ] && CHARMED="y" && OSM_INSTALLATION_TYPE="Charmed" && continue
892 [ "${OPTARG}" == "bundle" ] && continue
893 [ "${OPTARG}" == "k8s" ] && continue
894 [ "${OPTARG}" == "lxd-cred" ] && continue
895 [ "${OPTARG}" == "microstack" ] && continue
896 [ "${OPTARG}" == "overlay" ] && continue
897 [ "${OPTARG}" == "only-vca" ] && continue
898 [ "${OPTARG}" == "small-profile" ] && continue
899 [ "${OPTARG}" == "vca" ] && continue
900 [ "${OPTARG}" == "ha" ] && continue
901 [ "${OPTARG}" == "tag" ] && continue
902 [ "${OPTARG}" == "registry" ] && continue
903 [ "${OPTARG}" == "pla" ] && INSTALL_PLA="y" && continue
904 [ "${OPTARG}" == "old-sa" ] && INSTALL_NGSA="" && continue
905 [ "${OPTARG}" == "ng-sa" ] && INSTALL_NGSA="y" && continue
906 [ "${OPTARG}" == "volume" ] && OPENSTACK_ATTACH_VOLUME="true" && continue
907 [ "${OPTARG}" == "nocachelxdimages" ] && continue
908 [ "${OPTARG}" == "cachelxdimages" ] && INSTALL_CACHELXDIMAGES="--cachelxdimages" && continue
909 echo -e "Invalid option: '--$OPTARG'\n" >&2
910 usage && exit 1
911 ;;
912 :)
913 echo "Option -$OPTARG requires an argument" >&2
914 usage && exit 1
915 ;;
916 \?)
917 echo -e "Invalid option: '-$OPTARG'\n" >&2
918 usage && exit 1
919 ;;
920 h)
921 usage && exit 0
922 ;;
923 y)
924 ASSUME_YES="y"
925 ;;
926 *)
927 usage && exit 1
928 ;;
929 esac
930 done
931
932 source $OSM_DEVOPS/common/all_funcs
933
934 [ -z "${DEBUG_INSTALL}" ] || DEBUG Debug is on
935 [ -n "$SHOWOPTS" ] && dump_vars && exit 0
936
937 # Uninstall if "--uninstall"
938 if [ -n "$UNINSTALL" ]; then
939 if [ -n "$CHARMED" ]; then
940 ${OSM_DEVOPS}/installers/charmed_uninstall.sh -R $RELEASE -r $REPOSITORY -u $REPOSITORY_BASE -D $OSM_DEVOPS -t $DOCKER_TAG "$@" || \
941 FATAL_TRACK charmed_uninstall "charmed_uninstall.sh failed"
942 else
943 ${OSM_DEVOPS}/installers/uninstall_osm.sh "$@" || \
944 FATAL_TRACK community_uninstall "uninstall_osm.sh failed"
945 fi
946 echo -e "\nDONE"
947 exit 0
948 fi
949
950 # Installation starts here
951
952 # Get README and create OSM_TRACK_INSTALLATION_ID
953 wget -q -O- https://osm-download.etsi.org/ftp/osm-15.0-fifteen/README.txt &> /dev/null
954 export OSM_TRACK_INSTALLATION_ID="$(date +%s)-$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 16)"
955
956 # Get OS info to be tracked
957 os_distro=$(lsb_release -i 2>/dev/null | awk '{print $3}')
958 echo $os_distro
959 os_release=$(lsb_release -r 2>/dev/null | awk '{print $2}')
960 echo $os_release
961 os_info="${os_distro}_${os_release}"
962 os_info="${os_info// /_}"
963
964 # Charmed installation
965 if [ -n "$CHARMED" ]; then
966 sudo snap install jq || FATAL "Could not install jq (snap package). Make sure that snap works"
967 ${OSM_DEVOPS}/installers/charmed_install.sh --tag $OSM_DOCKER_TAG "$@" || \
968 FATAL_TRACK charmed_install "charmed_install.sh failed"
969 wget -q -O- https://osm-download.etsi.org/ftp/osm-15.0-fifteen/README2.txt &> /dev/null
970 echo -e "\nDONE"
971 exit 0
972 fi
973
974 # Installation to Openstack
975 if [ -n "$INSTALL_TO_OPENSTACK" ]; then
976 install_to_openstack $OPENSTACK_OPENRC_FILE_OR_CLOUD $OPENSTACK_PUBLIC_NET_NAME $OPENSTACK_ATTACH_VOLUME
977 echo -e "\nDONE"
978 exit 0
979 fi
980
981 # Community_installer
982 # Check incompatible options
983 [ -n "$TO_REBUILD" ] && [ "$TO_REBUILD" != " NONE" ] && echo $TO_REBUILD | grep -q NONE && FATAL "Incompatible option: -m NONE cannot be used with other -m options"
984 [ -n "$TO_REBUILD" ] && [ "$TO_REBUILD" == " PLA" ] && [ -z "$INSTALL_PLA" ] && FATAL "Incompatible option: -m PLA cannot be used without --pla option"
985 # Special cases go first
986 # if develop, we force master
987 [ -z "$COMMIT_ID" ] && [ -n "$DEVELOP" ] && COMMIT_ID="master"
988 [ -n "$INSTALL_ONLY" ] && [ -n "$INSTALL_K8S_MONITOR" ] && install_k8s_monitoring
989 [ -n "$INSTALL_ONLY" ] && [ -n "$INSTALL_NGSA" ] && install_osm_ngsa_service
990 [ -n "$INSTALL_ONLY" ] && echo -e "\nDONE" && exit 0
991 # This is where installation starts
992 install_osm
993 echo -e "\nDONE"
994 exit 0