blob: 5af3067de3c7546be7131e8edc48b6a7d0fee8cd [file] [log] [blame]
Test User01ed0642019-07-03 20:17:06 +00001#!/bin/bash
David K. Bainbridgeb7285432019-07-02 22:05:24 -07002# Copyright 2019 Ciena Corporation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
David Bainbridge712afb82019-08-14 19:55:58 +000015TOTAL_START_TIME=$(date +%s)
David K. Bainbridgeb7285432019-07-02 22:05:24 -070016
David Bainbridge38dc1e82019-08-12 15:18:45 +000017FANCY=${FANCY:-1}
18if [ "$TERM X" == " X" ]; then
19 FANCY=0
20fi
21
David K. Bainbridgeb7285432019-07-02 22:05:24 -070022# trap ctrl-c and call ctrl_c()
23trap ctrl_c INT
24
25function ctrl_c() {
David Bainbridge38dc1e82019-08-12 15:18:45 +000026 echo -en $CNORM
David K. Bainbridgeb7285432019-07-02 22:05:24 -070027 echo ""
28 echo "ctrl-c trapped"
David Bainbridgec6a6eb62019-10-18 22:50:07 +000029 echo "Thank you for trying 'voltha up'"
David K. Bainbridgeb7285432019-07-02 22:05:24 -070030 exit
31}
32
David K. Bainbridgeebf38d92020-02-10 10:46:31 -080033VOLTCTL_VERSION=${VOLTCTL_VERSION:-latest}
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -080034KIND_VERSION=${KIND_VERSION:-v0.5.1}
David K. Bainbridgeb3a99372020-01-08 14:39:06 -080035VK_RELEASE=${VK_RELEASE:-master}
Test User08ebbd92019-07-03 17:15:39 +000036
David Bainbridge38dc1e82019-08-12 15:18:45 +000037BLACK=
38RED=
39GREEN=
40YELLOW=
41BLUE=
42MAGENTA=
43CYAN=
44WHITE=
45BOLD=
46NORMAL=
47ERROR=
48CEOL=
49CNORM=
50CIVIS=
51if [ $FANCY -eq 1 ]; then
52 BLACK=$(tput setaf 0)
53 RED=$(tput setaf 1)
54 GREEN=$(tput setaf 2)
55 YELLOW=$(tput setaf 3)
56 BLUE=$(tput setaf 4)
57 MAGENTA=$(tput setaf 5)
58 CYAN=$(tput setaf 6)
59 WHITE=$(tput setaf 7)
60 BOLD=$(tput bold)
61 NORMAL=$(tput sgr0)
62 ERROR="\xe2\x9c\x97\x20"
63 CEOL=$(tput el)
64 CNORM=$(tput cnorm)
65 CIVIS=$(tput civis)
66fi
Test User7d866122019-07-09 17:52:35 +000067
Test User3d7ad8e2019-07-03 06:15:44 +000068TYPE=${TYPE:-minimal}
David Bainbridge0774b232019-08-02 06:37:19 +000069NAME=${NAME:-$TYPE}
David Bainbridgee87067b2019-08-12 22:00:12 +000070WITH_TIMINGS=${WITH_TIMINGS:-no}
Test User7d866122019-07-09 17:52:35 +000071WITH_BBSIM=${WITH_BBSIM:-no}
David Bainbridge5b7b96b2019-07-25 20:29:13 +000072WITH_RADIUS=${WITH_RADIUS:-no}
Matteo Scandolo78dfee02020-02-13 16:18:03 -080073WITH_EAPOL=${WITH_EAPOL:-yes}
74WITH_DHCP=${WITH_DHCP:-yes}
75WITH_IGMP=${WITH_IGMP:-no}
David Bainbridgeb270c202019-07-26 01:44:42 +000076WITH_ONOS=${WITH_ONOS:-yes}
David Bainbridge99ac7a22019-08-31 02:26:43 +000077WITH_CHAOS=${WITH_CHAOS:-no}
David Bainbridge46505fb2019-10-01 21:13:20 +000078WITH_ADAPTERS=${WITH_ADAPTERS:-yes}
79WITH_SIM_ADAPTERS=${WITH_SIM_ADAPTERS:-yes}
80WITH_OPEN_ADAPTERS=${WITH_OPEN_ADAPTERS:-yes}
David K. Bainbridge4a06a4a2020-03-02 14:15:23 -080081WITH_PORT_FORWARDS=${WITH_PORT_FORWARDS:-yes}
David Bainbridge05cd8822019-11-19 17:43:53 +000082ONLY_ONE=${ONLY_ONE:-yes}
David Bainbridge2b19e832019-08-16 02:40:53 +000083CONFIG_SADIS=${CONFIG_SADIS:-no}
David Bainbridge27790d62019-08-13 22:43:19 +000084INSTALL_ONOS_APPS=${INSTALL_ONOS_APPS:-no}
Test Userba1e7e72019-07-10 22:27:54 +000085JUST_K8S=${JUST_K8S:-no}
86DEPLOY_K8S=${DEPLOY_K8S:-yes}
David K. Bainbridge0e89cb92019-07-17 11:30:10 -070087INSTALL_KUBECTL=${INSTALL_KUBECTL:-yes}
88INSTALL_HELM=${INSTALL_HELM:-yes}
David Bainbridge46505fb2019-10-01 21:13:20 +000089UPDATE_HELM_REPOS=${UPDATE_HELM_REPOS:-yes}
Matteo Scandolofab98622020-01-28 15:17:20 -080090WAIT_ON_DOWN=${WAIT_ON_DOWN:-yes}
David Bainbridge5b7b96b2019-07-25 20:29:13 +000091VOLTHA_LOG_LEVEL=${VOLTHA_LOG_LEVEL:-WARN}
David Bainbridge90fd8e32019-08-21 23:32:47 +000092VOLTHA_CHART=${VOLTHA_CHART:-onf/voltha}
93VOLTHA_CHART_VERSION=${VOLTHA_CHART_VERSION:-latest}
94VOLTHA_BBSIM_CHART=${VOLTHA_BBSIM_CHART:-onf/bbsim}
Matteo Scandolodcd29f52019-10-07 15:42:42 -070095VOLTHA_BBSIM_CHART_VERSION=${VOLTHA_BBSIM_CHART_VERSION:-latest}
David Bainbridgee10f6d52019-07-25 00:28:13 +000096VOLTHA_ADAPTER_SIM_CHART=${VOLTHA_ADAPTER_SIM_CHART:-onf/voltha-adapter-simulated}
David Bainbridge90fd8e32019-08-21 23:32:47 +000097VOLTHA_ADAPTER_SIM_CHART_VERSION=${VOLTHA_ADAPTER_SIM_CHART_VERSION:-latest}
David Bainbridgee10f6d52019-07-25 00:28:13 +000098VOLTHA_ADAPTER_OPEN_OLT_CHART=${VOLTHA_ADAPTER_OPEN_OLT_CHART:-onf/voltha-adapter-openolt}
David Bainbridge90fd8e32019-08-21 23:32:47 +000099VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION=${VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION:-latest}
David Bainbridgee10f6d52019-07-25 00:28:13 +0000100VOLTHA_ADAPTER_OPEN_ONU_CHART=${VOLTHA_ADAPTER_OPEN_ONU_CHART:-onf/voltha-adapter-openonu}
David Bainbridge90fd8e32019-08-21 23:32:47 +0000101VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION=${VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION:-latest}
Andrea Campanella21323292019-12-18 11:44:19 -0800102ONOS_CHART_VERSION=${ONOS_CHART_VERSION:-latest}
David Bainbridge70c0ea82019-11-14 23:25:26 +0000103EXTRA_HELM_INSTALL_ARGS=
Test Userba1e7e72019-07-10 22:27:54 +0000104
105HAVE_GO=$(which go >/dev/null 2>&1 && echo "yes" || echo "no")
106HOSTOS=$(uname -s | tr "[:upper:]" "[:lower:"])
107HOSTARCH=$(uname -m | tr "[:upper:]" "[:lower:"])
108if [ $HOSTARCH == "x86_64" ]; then
109 HOSTARCH="amd64"
110fi
Test User7d866122019-07-09 17:52:35 +0000111
112# Verify TYPE setting
113if [ $(echo ":minimal:full:" | grep -ic ":$TYPE:") -eq 0 ]; then
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700114 >&2 echo -e "${RED}${BOLD}${ERROR}ERROR:${NORMAL}${RED} Invalid \$TYPE value of '$TYPE'. Should be 'minimal' or 'full'${NORMAL}"
Test User7d866122019-07-09 17:52:35 +0000115 exit 1
116fi
117
David K. Bainbridge4a06a4a2020-03-02 14:15:23 -0800118function get_service_ep() {
119 local NS=$1
120 local NAME=$2
121 kubectl -n $NS get service $NAME -o json | jq -r '.spec.clusterIP + ":" + (.spec.ports[0].port|tostring)'
122}
123
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000124# Used to verify configuration values are set to "yes" or "no" value or convert
125# equivalents to "yes" or "no"
126function verify_yes_no() {
127 local VAR=$1
128 local VAL=$(eval echo \$$VAR)
129 if [ $(echo ":y:yes:true:n:no:false:1:0:" | grep -ic ":$VAL:") -eq 0 ]; then
130 >&2 echo -e "${RED}${BOLD}${ERROR}ERROR:${NORMAL}${RED} Invalid '$VAR' value of '$VAL'. Should be 'yes' or 'no'${NORMAL}"
131 echo "INVALID"
132 return 1
133 fi
134 if [ $(echo ":y:yes:true:1:" | grep -ic ":$VAL:") -eq 1 ]; then
135 echo "yes"
136 else
137 echo "no"
138 fi
139 return 0
140}
Test User7d866122019-07-09 17:52:35 +0000141
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000142ALL_YES_NO="\
143 WITH_TIMINGS \
144 WITH_BBSIM \
145 WITH_RADIUS \
Matteo Scandolo78dfee02020-02-13 16:18:03 -0800146 WITH_EAPOL \
147 WITH_DHCP \
148 WITH_IGMP \
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000149 WITH_ONOS \
David Bainbridge99ac7a22019-08-31 02:26:43 +0000150 WITH_CHAOS \
David Bainbridge46505fb2019-10-01 21:13:20 +0000151 WITH_ADAPTERS \
152 WITH_SIM_ADAPTERS \
153 WITH_OPEN_ADAPTERS \
David K. Bainbridge4a06a4a2020-03-02 14:15:23 -0800154 WITH_PORT_FORWARDS \
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000155 CONFIG_SADIS \
156 JUST_K8S \
157 DEPLOY_K8S \
158 INSTALL_ONOS_APPS \
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000159 INSTALL_KUBECTL \
160 INSTALL_HELM \
David Bainbridge46505fb2019-10-01 21:13:20 +0000161 UPDATE_HELM_REPOS \
David Bainbridge4f1b5562019-08-19 04:46:52 +0000162 WAIT_ON_DOWN \
David Bainbridge70c0ea82019-11-14 23:25:26 +0000163 ONLY_ONE \
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000164 "
David Bainbridge5b7b96b2019-07-25 20:29:13 +0000165
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000166ALL_OPTIONS="\
167 NAME \
168 TYPE \
169 $ALL_YES_NO \
170 VOLTHA_LOG_LEVEL \
171 VOLTHA_CHART \
David Bainbridge90fd8e32019-08-21 23:32:47 +0000172 VOLTHA_CHART_VERSION \
173 VOLTHA_BBSIM_CHART \
174 VOLTHA_BBSIM_CHART_VERSION \
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000175 VOLTHA_ADAPTER_SIM_CHART \
David Bainbridge90fd8e32019-08-21 23:32:47 +0000176 VOLTHA_ADAPTER_SIM_CHART_VERSION \
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000177 VOLTHA_ADAPTER_OPEN_OLT_CHART \
David Bainbridge90fd8e32019-08-21 23:32:47 +0000178 VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION \
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000179 VOLTHA_ADAPTER_OPEN_ONU_CHART \
David Bainbridge90fd8e32019-08-21 23:32:47 +0000180 VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION \
Andrea Campanella21323292019-12-18 11:44:19 -0800181 ONOS_CHART_VERSION \
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000182 ONOS_API_PORT \
183 ONOS_SSH_PORT \
184 VOLTHA_API_PORT \
185 VOLTHA_SSH_PORT \
186 VOLTHA_ETCD_PORT \
David K. Bainbridge00ecd382020-02-28 12:31:58 -0800187 VOLTHA_KAFKA_PORT \
David K. Bainbridge8f7f30b2020-01-08 13:06:16 -0800188 VK_RELEASE \
189 KIND_VERSION \
190 VOLTCTL_VERSION \
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000191 "
David Bainbridge01294952019-07-30 19:33:45 +0000192
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000193# Iterate over yes/no configuration options and validate
194for VAR in $ALL_YES_NO; do
195 eval $VAR=$(verify_yes_no $VAR)
196 if [ "$(eval echo \$$VAR)" == "INVALID" ]; then
197 exit 1;
198 fi
199done
David Bainbridgeb270c202019-07-26 01:44:42 +0000200
David Bainbridge0774b232019-08-02 06:37:19 +0000201mkdir -p .voltha
202touch .voltha/ports
203HAVE=$(grep $NAME .voltha/ports)
204if [ "$HAVE X" == " X" ]; then
205 # Find free port prefix
206 START=81
207 while true; do
208 if [ $(grep -c $START .voltha/ports) -eq 0 ]; then
209 break
210 fi
211 START=$(expr $START + 1)
212 done
213 DELTA=$(expr $START - 81)
David Bainbridgea2595422019-10-22 03:54:28 +0000214 ONOS_API_PORT=${ONOS_API_PORT:-${START}81}
215 ONOS_SSH_PORT=${ONOS_SSH_PORT:-${START}01}
216 VOLTHA_API_PORT=${VOLTHA_API_PORT:-5$(expr 55 + $DELTA)55}
217 VOLTHA_SSH_PORT=${VOLTHA_SSH_PORT:-$(expr 50 + $DELTA)22}
218 VOLTHA_ETCD_PORT=${VOLTHA_ETCD_PORT:-$(expr 23 + $DELTA)79}
David K. Bainbridge00ecd382020-02-28 12:31:58 -0800219 VOLTHA_KAFKA_PORT=${VOLTHA_KAFKA_PORT:-$(expr 90 + $DELTA)92}
Test User01ed0642019-07-03 20:17:06 +0000220else
David Bainbridge0774b232019-08-02 06:37:19 +0000221 VALUES=$(echo $HAVE | sed -e 's/\s//g' | cut -d= -f2)
David Bainbridgea2595422019-10-22 03:54:28 +0000222 ONOS_API_PORT=${ONOS_API_PORT:-$(echo $VALUES | cut -d, -f1)}
223 ONOS_SSH_PORT=${ONOS_SSH_PORT:-$(echo $VALUES | cut -d, -f2)}
224 VOLTHA_API_PORT=${VOLTHA_API_PORT:-$(echo $VALUES | cut -d, -f3)}
225 VOLTHA_SSH_PORT=${VOLTHA_SSH_PORT:-$(echo $VALUES | cut -d, -f4)}
226 VOLTHA_ETCD_PORT=${VOLTHA_ETCD_PORT:-$(echo $VALUES | cut -d, -f5)}
David K. Bainbridge00ecd382020-02-28 12:31:58 -0800227 VOLTHA_KAFKA_PORT=${VOLTHA_KAFKA_PORT:-$(echo $VALUES | cut -d, -f6)}
228
David K. Bainbridge00ecd382020-02-28 12:31:58 -0800229 # A bit of a hueristic required here as the KAFKA port forward was
230 # added after the .voltha/ports files was created. Basically, if
231 # the VOLTHA_KAFKA_PORT isn't in the file then calculate the original
232 # DELTA from the VOLTHA_SSH_PORT and apply it to the VOLTHA_KAFKA_PORT
233 if [ -z "$VOLTHA_KAFKA_PORT" ]; then
234 DELTA=$((VOLTHA_SSH_PORT/100-50))
235 VOLTHA_KAFKA_PORT=${VOLTHA_KAFKA_PORT:-$(expr 90 + $DELTA)92}
236 fi
Test User01ed0642019-07-03 20:17:06 +0000237fi
238
David Bainbridge0774b232019-08-02 06:37:19 +0000239PORTTMP=$(mktemp -u)
240cat .voltha/ports | grep -v $NAME > $PORTTMP
David K. Bainbridge00ecd382020-02-28 12:31:58 -0800241echo "$NAME=$ONOS_API_PORT,$ONOS_SSH_PORT,$VOLTHA_API_PORT,$VOLTHA_SSH_PORT,$VOLTHA_ETCD_PORT,$VOLTHA_KAFKA_PORT" >> $PORTTMP
David Bainbridge0774b232019-08-02 06:37:19 +0000242cp $PORTTMP .voltha/ports
243rm -f $PORTTMP
244
David Bainbridge27790d62019-08-13 22:43:19 +0000245export ONOS_API_PORT ONOS_SSH_PORT
David Bainbridge01294952019-07-30 19:33:45 +0000246
Test Userd87942b2019-07-03 07:20:24 +0000247IDX=1
David Bainbridgee87067b2019-08-12 22:00:12 +0000248CLOCK="TIME:"
David Bainbridge38dc1e82019-08-12 15:18:45 +0000249SPIN_PARTS=
250NOT_VERIFIED=
David Bainbridgef858a022019-08-14 21:25:11 +0000251THEX=
252BUILD=
253CROSS=
254ENTER=
David Bainbridge38dc1e82019-08-12 15:18:45 +0000255VERIFIED=
256HELM=
257OLD_KEY=
258BIRD=
259HIGH_VOLTAGE=
260PLUG=
261RESTART=
262FORWARD=
263INSTALL=
264STOP=
265GO=
266DOWNLOAD=
267GEAR=
268NO_ENTRY=
269LOCK=
270
271if [ $FANCY -eq 1 ]; then
272 SPIN_PARTS="\
273 \xe2\xa2\x8e\xe2\xa1\xb0 \
274 \xe2\xa2\x8e\xe2\xa1\xa1 \
275 \xe2\xa2\x8e\xe2\xa1\x91 \
276 \xe2\xa2\x8e\xe2\xa0\xb1 \
277 \xe2\xa0\x8e\xe2\xa1\xb1 \
278 \xe2\xa2\x8a\xe2\xa1\xb1 \
279 \xe2\xa2\x8c\xe2\xa1\xb1 \
280 \xe2\xa2\x86\xe2\xa1\xb1 \
281 "
David Bainbridgee87067b2019-08-12 22:00:12 +0000282 CLOCK="\xe2\x8f\xb1"
David Bainbridgef858a022019-08-14 21:25:11 +0000283 THEX="${RED}${BOLD}\xe2\x9c\x97\x20${NORMAL}"
284 ENTER="${YELLOW}${BOLD}\xe2\x8e\x86${NORMAL}"
285 CROSS="${YELLOW}${BOLD}\xe2\x9c\x9a${NORMAL}"
286 BUILD="${YELLOW}${BOLD}\xf0\x9f\x8f\x97${NORMAL}"
287 NOT_VERIFIED="$BUILD"
288 VERIFIED="${GREEN}${BOLD}\xe2\x9c\x93\x20${NORMAL}"
289 HELM="${BLUE}${BOLD}\xE2\x8E\x88${NORMAL}"
David Bainbridge38dc1e82019-08-12 15:18:45 +0000290 OLD_KEY="\xF0\x9F\x97\x9D"
291 BIRD="\xF0\x9F\x90\xA6"
292 HIGH_VOLTAGE="\xE2\x9A\xA1"
293 PLUG="\xF0\x9F\xa7\xa9"
294 RESTART="\xf0\x9f\x94\x84"
295 FORWARD="\xE2\x87\xA8"
296 INSTALL="\xF0\x9F\x8F\x97"
297 STOP="\xf0\x9f\x9b\x91"
298 GO="\xf0\x9f\x9a\x80"
299 DOWNLOAD="\xf0\x9f\x93\xa5"
300 GEAR="\xe2\x9a\x99"
301 NO_ENTRY="\xe2\x9b\x94"
302 LOCK="\xf0\x9f\x94\x92"
303fi
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700304
David Bainbridge712afb82019-08-14 19:55:58 +0000305duration() {
David Bainbridgee87067b2019-08-12 22:00:12 +0000306 local h=$(expr $1 / 3600)
307 local m=$(expr $1 % 3600 / 60)
308 local s=$(expr $1 % 60)
309 local t=""
310
311 if [ $h -gt 0 ]; then
312 t="$t${h}h"
313 fi
314 if [ $m -gt 0 ]; then
315 t="$t${m}m"
316 fi
David Bainbridge712afb82019-08-14 19:55:58 +0000317 echo "$t${s}s"
318}
319
320printtime() {
321 local INDENT=
322 if [ "$1" == "-" ]; then
323 INDENT=" "
324 shift
325 fi
326 echo -e "$INDENT $CLOCK $(duration $1)"
David Bainbridgee87067b2019-08-12 22:00:12 +0000327}
328
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700329bspin() {
Test Userd87942b2019-07-03 07:20:24 +0000330 IDX=1
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700331 local INDENT=
332 if [ "$1" == "-" ]; then
333 INDENT=" "
334 shift
335 fi
David Bainbridge38dc1e82019-08-12 15:18:45 +0000336 if [ $FANCY -eq 0 ]; then
337 LINE=$(echo $* | sed -e 's/[\s+-]//g')
338 if [ "$LINE X" == " X" ]; then
339 return
340 fi
341 echo -e "$CIVIS$INDENT$*"
342 else
343 echo -en "$CIVIS$INDENT $*"
344 fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700345}
346
347sspin() {
348 local INDENT=
349 if [ "$1" == "-" ]; then
350 INDENT=" "
351 shift
352 fi
David Bainbridge38dc1e82019-08-12 15:18:45 +0000353 if [ $FANCY -eq 0 ]; then
354 LINE=$(echo $* | sed -e 's/[\s+-]//g')
355 if [ "$LINE X" == " X" ]; then
356 return
357 fi
358 echo -e "$INDENT$*"
359 else
360 C=$(echo $SPIN_PARTS | cut '-d ' -f $IDX)
361 echo -en "\r$INDENT$C $*"
362 IDX=$(expr $IDX + 1)
363 if [ $IDX -gt 8 ]; then
364 IDX=1
365 fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700366 fi
367}
368
369espin() {
370 local INDENT=
371 if [ "$1" == "-" ]; then
372 INDENT=" "
373 shift
374 fi
David Bainbridge38dc1e82019-08-12 15:18:45 +0000375 if [ $FANCY -eq 0 ]; then
376 LINE=$(echo $* | sed -e 's/[\s+-]//g')
377 if [ "$LINE X" == " X" ]; then
378 return
379 fi
380 echo -e "$INDENT$*"
381 else
382 echo -e "\r$INDENT$*$CNORM"
383 fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700384}
385
David Bainbridgeac7f8072019-08-01 22:15:33 +0000386if [ "$1" == "get" -a "$2" == "voltconfig" ]; then
David Bainbridge0774b232019-08-02 06:37:19 +0000387 echo "$HOME/.volt/config-$NAME"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000388 exit
389fi
390
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -0700391if [ $# -ne 1 -o $(echo ":up:down:dump:" | grep -c ":$1:") -ne 1 ]; then
David Bainbridgeac7f8072019-08-01 22:15:33 +0000392 >&2 echo "What wouild you like to do today:"
393 >&2 echo " up - bring up voltha"
394 >&2 echo " down - tear down voltha"
395 >&2 echo " dump - create a debug dump of running system"
396 exit 1
397fi
398
David Bainbridge4f1b5562019-08-19 04:46:52 +0000399push_onos_config() {
Matteo Scandolo78dfee02020-02-13 16:18:03 -0800400 local TYPE=$1
401 local MSG=$2
402 local RESOURCE=$3
403 local DATA=$4
David Bainbridge4f1b5562019-08-19 04:46:52 +0000404
David K. Bainbridgeb4b163b2020-02-19 15:55:06 -0800405 # Thanks to the latest version of ONOS using the return code 207 this gets a
406 # whole lot nastier. Can't thank them enough for doing this. So in order to
407 # capture the command and the output in the log file as well as capture the
408 # status code to verify it is 200 and not 207 mutltiple files and a bit of
409 # hackery must be used. Thanks again ONOS.
410 local CMD_ECHO=$(mktemp -u)
411 local CMD_OUTPUT=$(mktemp -u)
412 local SC_OUTPUT=$(mktemp -u)
413
David Bainbridge4f1b5562019-08-19 04:46:52 +0000414 bspin - "$MSG $GEAR"
415 while true; do
Matteo Scandolo78dfee02020-02-13 16:18:03 -0800416 if [ $TYPE == "file" ]; then
David K. Bainbridge4a06a4a2020-03-02 14:15:23 -0800417 (set -x; curl --fail -sSL --user karaf:karaf -w "%{http_code}" -o $CMD_OUTPUT -X POST -H Content-Type:application/json http://$_ONOS_API_EP/onos/v1/$RESOURCE --data @$DATA >$SC_OUTPUT 2>/dev/null) >>$CMD_ECHO 2>&1
Matteo Scandolo78dfee02020-02-13 16:18:03 -0800418 fi
419 if [ $TYPE == "json" ]; then
David K. Bainbridge4a06a4a2020-03-02 14:15:23 -0800420 (set -x; curl --fail -sSL --user karaf:karaf -w "%{http_code}" -o $CMD_OUTPUT -X POST -H Content-Type:application/json http://$_ONOS_API_EP/onos/v1/$RESOURCE --data $DATA >$SC_OUTPUT 2>/dev/null) >>$CMD_ECHO 2>&1
Matteo Scandolo78dfee02020-02-13 16:18:03 -0800421 fi
David K. Bainbridgeb4b163b2020-02-19 15:55:06 -0800422 RESULT=$?
423 # Dump everything to the log
424 cat $CMD_ECHO >> $LOG
425 cat $CMD_OUTPUT >> $LOG
426 SC=$(cat $SC_OUTPUT)
427
428 # clean up temp files
429 rm -f $CMD_ECHO $CMD_OUTPUT $SC_OUTPUT
430 if [ $RESULT -eq 0 -a "$SC" == "200" ]; then
David Bainbridge4f1b5562019-08-19 04:46:52 +0000431 break
432 fi
Matteo Scandolo9a77a732020-01-09 14:24:12 -0800433 sleep 1
David Bainbridge4f1b5562019-08-19 04:46:52 +0000434 sspin -
435 done
436 espin - $VERIFIED
437}
438
Matteo Scandolo9a77a732020-01-09 14:24:12 -0800439check_onos_app_active() {
440 local APP_ID=$1
441
442 bspin - "Checking that $APP_ID is active $CLOCK"
443 while true; do
David K. Bainbridge4a06a4a2020-03-02 14:15:23 -0800444 (set -x; curl --fail -sSL --user karaf:karaf -X GET http://$_ONOS_API_EP/onos/v1/applications/$APP_ID | grep ACTIVE >>$LOG 2>&1) >>$LOG 2>&1
Matteo Scandolo9a77a732020-01-09 14:24:12 -0800445 if [ $? -eq 0 ]; then
446 break
447 fi
448 sleep 1
449 sspin -
450 done
451 sleep 5 # OSGI components take a little longer that the app to activate
452 espin - $VERIFIED
453}
454
David Bainbridge4f1b5562019-08-19 04:46:52 +0000455override_onos_app() {
456 local APP=$1
457 local NAME=$(basename $APP | sed -e 's/^[0-9][0-9]*-//g' -e 's/-.*$//g')
458 while true; do
459 sspin -
460 # Attempt to delete old version (if it exists)
David K. Bainbridge4a06a4a2020-03-02 14:15:23 -0800461 (set -x; curl --fail -sSL --user karaf:karaf -X DELETE http://$_ONOS_API_EP/onos/v1/applications/$NAME >>$LOG 2>&1) >>$LOG 2>&1
David Bainbridge4f1b5562019-08-19 04:46:52 +0000462 sspin -
463 if [ $? -ne 0 ]; then
464 continue
465 fi
David K. Bainbridge4a06a4a2020-03-02 14:15:23 -0800466 (set -x; curl --fail -sSL --user karaf:karaf -X POST -H Content-Type:application/octet-stream http://$_ONOS_API_EP/onos/v1/applications?activate=true --data-binary @$APP >>$LOG 2>&1) >>$LOG 2>&1
David Bainbridge4f1b5562019-08-19 04:46:52 +0000467 if [ $? -eq 0 ]; then
468 break
469 fi
470 sleep .2
471 done
472}
473
474activate_onos_app() {
475 local MSG="$1"
476 local APP=$2
477
478 bspin - "$MSG $GO"
479 while true; do
480 sspin -
David K. Bainbridge4a06a4a2020-03-02 14:15:23 -0800481 (set -x; curl --fail -sSL --user karaf:karaf -X POST http://$_ONOS_API_EP/onos/v1/applications/$APP/active >>$LOG 2>&1) >>$LOG 2>&1
David Bainbridge4f1b5562019-08-19 04:46:52 +0000482 if [ $? -eq 0 ]; then
483 break
484 fi
485 sleep .2
486 done
487 espin - "$VERIFIED"
488}
489
490count_pods() {
491 local NAMESPACE=$1; shift
492 if [ "$NAMESPACE" == "all-namespaces" ]; then
493 NAMESPACE="--all-namespaces"
494 else
495 NAMESPACE="-n $NAMESPACE"
496 fi
497 echo "$NAMESPACE" > /tmp/t
498 local STATES=$1; shift
499 echo "$STATES" >> /tmp/t
500 local PODS=$(kubectl get $NAMESPACE pod -o go-template="{{range .items}}{{.metadata.name}}/{{.status.phase}}/_{{range .status.containerStatuses}}{{.ready}}_{{end}} {{end}}")
501 local COUNT=0
502 local PATTERNS="$*"
503 for POD in $PODS; do
504 local NAME=$(echo $POD | cut -d/ -f 1)
505 local STATE=$(echo $POD | cut -d/ -f 2)
506 local CONTAINERS=$(echo $POD | cut -d/ -f 3 | sed -e 's/_/ /g')
507 if [ "$STATES" == "*" -o $(echo "$STATES" | grep -c ":$STATE:") -ne 0 ]; then
508 echo "IN WITH $POD" >> /tmp/t
509 local TOTAL=$(echo $CONTAINERS | wc -w)
510 local FOUND=$(echo $CONTAINERS | grep -o true | wc -l)
511 if [ $TOTAL -eq $FOUND ]; then
512 for PATTERN in $PATTERNS; do
513 echo "TEST $PATTERN AGAINST $NAME" >> /tmp/t
514 if [[ $NAME =~ $PATTERN ]]; then
515 echo "COUNT $NAME" >> /tmp/t
516 COUNT=$(expr $COUNT + 1)
517 break
518 fi
519 done
520 fi
521 fi
522 done
523 echo $COUNT >> /tmp/t
524 echo $COUNT
525}
526
527wait_for_pods() {
528 local INDENT=
529 if [ "$1" == "-" ]; then
530 INDENT=$1; shift
531 fi
532 local NAMESPACE=$1; shift
533 local EXPECT=$1; shift
534 local TYPE=$1; shift
535 local RETRY=$1; shift
536 local MESSAGE=$1; shift
537 local PATTERNS=$*
David Bainbridge99ac7a22019-08-31 02:26:43 +0000538 local STATES=":Running:"
539 if [ "$TYPE" == "not" ]; then
540 STATES="*"
541 fi
542 local HAVE=$(count_pods $NAMESPACE "$STATES" $PATTERNS)
David Bainbridge4f1b5562019-08-19 04:46:52 +0000543 local ALL=$HAVE
544 if [ "$TYPE" == "only" ]; then
545 ALL=$(count_pods "all-namespaces" "*" ".*")
546 fi
547 COUNT=$(expr 300 / 15)
548 bspin $INDENT $MESSAGE
549 sspin $INDENT
550 if [ $HAVE -ne $EXPECT -o $ALL -ne $HAVE ]; then
551 while [ $HAVE -ne $EXPECT -o $ALL -ne $HAVE ]; do
552 sspin $INDENT
553 COUNT=$(expr $COUNT - 1)
554 if [ $COUNT -eq 0 ]; then
David Bainbridge99ac7a22019-08-31 02:26:43 +0000555 HAVE=$(count_pods $NAMESPACE "$STATES" $PATTERNS)
David Bainbridge4f1b5562019-08-19 04:46:52 +0000556 ALL=$HAVE
557 if [ "$TYPE" == "only" ]; then
558 ALL=$(count_pods "all-namespaces" "*" ".*")
559 fi
560 COUNT=$(expr 300 / 15)
561 fi
562 sleep .15
563 done
564 fi
565 espin $INDENT $VERIFIED
566 if [ $HAVE -ne $EXPECT ]; then
567 return 1
568 fi
569 return 0
570}
571
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800572port_forward() {
573 local NS=$1
574 local SVC=$2
575 local FROM_PORT=$3
576 local TO_PORT=$4
577 local TAG=$SVC-$NAME
578
579 (set -x; _TAG=$TAG bash -c "while true; do kubectl port-forward -n $NS service/$SVC $FROM_PORT:$TO_PORT; done" >>$LOG 2>&1 &) >>$LOG 2>&1
580}
581
582kill_port_forward() {
583 local TAG=$1-$NAME
David Bainbridgec6871d22019-11-13 17:10:31 +0000584 local P_IDS=$(ps e -ww -A | grep "_TAG=$TAG" | grep -v grep | awk '{print $1}')
David Bainbridgebcf235b2019-11-12 21:33:58 +0000585 local PARENTS=
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800586 local KIDS=
David Bainbridgec6871d22019-11-13 17:10:31 +0000587 local UNKNOWN=
588 if [ ! -z "$P_IDS" ]; then
589 for P_ID in $P_IDS; do
590 local PP_ID=$(ps -o ppid $P_ID | tail -n +2)
591 if [ ! -z "$PP_ID" ]; then
592 if [ $PP_ID -eq 1 ]; then
593 PARENTS="$PARENTS $P_ID"
594 else
595 KIDS="$KIDS $P_ID"
596 fi
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800597 else
David Bainbridgec6871d22019-11-13 17:10:31 +0000598 UNKNOWN="$UNKNOWN $P_ID"
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800599 fi
600 done
David Bainbridgec6871d22019-11-13 17:10:31 +0000601 (set -x; kill -9 $PARENTS $KIDS $UNKNOWN >>$LOG 2>&1) >>$LOG 2>&1
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800602 fi
603}
604
David Bainbridgeac7f8072019-08-01 22:15:33 +0000605if [ "$1" == "down" ]; then
David Bainbridge0774b232019-08-02 06:37:19 +0000606 echo "Tearing down voltha cluster $NAME"
607 LOG="down-$NAME.log"
608 echo $(date -u +"%Y%m%dT%H%M%SZ") >$LOG
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800609 bspin "Remove port-forwards: onos-ui-$NAME"
610 kill_port_forward onos-ui
611 sspin "Remove port-forwards: onos-ssh-$NAME$CEOL"
612 kill_port_forward onos-ssh
613 sspin "Remove port-forwards: voltha-api-$NAME$CEOL"
614 kill_port_forward voltha-api
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800615 sspin "Remove port-forwards: voltha-etcd-$NAME$CEOL"
616 kill_port_forward voltha-etcd-cluster-client
David K. Bainbridge00ecd382020-02-28 12:31:58 -0800617 sspin "Remove port-forwards: voltha-kafka-$NAME$CEOL"
618 kill_port_forward voltha-kafka
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800619 espin "$VERIFIED Remove port-forwards$CEOL"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000620 if [ $DEPLOY_K8S == "yes" ]; then
621 if [ -x ./bin/kind ]; then
David Bainbridge0774b232019-08-02 06:37:19 +0000622 bspin "Delete Kubernetes Kind Cluster"
623 (set -x; ./bin/kind delete cluster --name voltha-$NAME >>$LOG 2>&1) >>$LOG 2>&1
624 espin $VERIFIED
David Bainbridgeac7f8072019-08-01 22:15:33 +0000625 else
David Bainbridge0774b232019-08-02 06:37:19 +0000626 espin "$NO_ENTRY Delete Kubernetes Kind Cluster: kind command not found"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000627 fi
628 else
629 EXISTS=$(helm list -q)
630 EXPECT="etcd-operator onos open-olt open-onu sim voltha bbsim radius"
David Bainbridge0774b232019-08-02 06:37:19 +0000631 bspin "Remove Helm Deployments"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000632 for i in $EXISTS; do
633 if [ $(echo $EXPECT | grep -c $i) -eq 1 ]; then
David Bainbridge0774b232019-08-02 06:37:19 +0000634 sspin "Remove Helm Deployments: $i$CEOL"
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800635 (set -x; ./bin/helm delete --no-hooks --purge $i >>$LOG 2>&1) >>$LOG 2>&1
David Bainbridgeac7f8072019-08-01 22:15:33 +0000636 fi
637 done
David Bainbridge0774b232019-08-02 06:37:19 +0000638 espin "$VERIFIED Remove Helm Deployments$CEOL"
David Bainbridge4f1b5562019-08-19 04:46:52 +0000639 if [ "$WAIT_ON_DOWN" == "yes" ]; then
640 # There should only be 13 or 15 PODs in the kube-system name
641 # space and no other PODs
David Bainbridge4f1b5562019-08-19 04:46:52 +0000642 PODS="coredns-.* \
643 etcd-voltha-$NAME-control-plane \
644 kindnet-.* \
645 kube-apiserver-voltha-$NAME-control-plane \
646 kube-controller-manager-voltha-$NAME-control-plane \
647 kube-proxy-.* \
648 kube-scheduler-voltha-$NAME-control-plane \
649 tiller-deploy-.*"
650 EXPECT=$(test "$TYPE" == "minimal" && echo "13" || echo "15")
David Bainbridge99ac7a22019-08-31 02:26:43 +0000651 PODS="adapter-.* \
652 bbsim.* \
653 etcd-operator.* \
654 radius.* \
655 voltha-.*"
Matteo Scandolo73442f92020-01-29 09:53:22 -0800656
David Bainbridge99ac7a22019-08-31 02:26:43 +0000657 EXPECT=0
658
Matteo Scandolo73442f92020-01-29 09:53:22 -0800659 if [ "$WITH_ONOS" == "yes" ]; then
660 ONOS_PODS="onos-.*"
661 wait_for_pods "default" $EXPECT "not" -1 "Waiting for ONOS PODs to terminate" $ONOS_PODS
662 fi
David Bainbridge99ac7a22019-08-31 02:26:43 +0000663 wait_for_pods "voltha" $EXPECT "not" -1 "Waiting for VOLTHA PODs to terminate" $PODS
David Bainbridge4f1b5562019-08-19 04:46:52 +0000664 fi
David Bainbridgeac7f8072019-08-01 22:15:33 +0000665 fi
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -0700666 exit
David Bainbridgeac7f8072019-08-01 22:15:33 +0000667fi
668
669if [ "$1" == "dump" ]; then
David Bainbridge0774b232019-08-02 06:37:19 +0000670 LOG="dump-$NAME.log"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000671 TS=$(date -u +"%Y%m%dT%H%M%SZ")
David Bainbridge76514a02019-10-08 01:50:35 +0000672 if [ ! -z "$DUMP_FROM" ]; then
673 TS=$(echo $DUMP_FROM | sed -e 's/[:-]//g')
674 fi
David Bainbridgeac7f8072019-08-01 22:15:33 +0000675 WORK=$(mktemp -u -d)
David Bainbridge0774b232019-08-02 06:37:19 +0000676 DATA=$WORK/voltha-debug-dump-$NAME-$TS
David Bainbridgeac7f8072019-08-01 22:15:33 +0000677 mkdir -p $DATA
678 echo $TS > $LOG
David Bainbridge0774b232019-08-02 06:37:19 +0000679 echo -e "Capturing debug dump to voltha-debug-dump-$NAME-$TS.tgz"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000680 bspin - "Copy install log"
David Bainbridge0774b232019-08-02 06:37:19 +0000681 if [ -f install-$NAME.log ]; then
682 (set -x; cp install-$NAME.log $DATA/install-$NAME.log) >>$LOG 2>&1
David Bainbridgeac7f8072019-08-01 22:15:33 +0000683 espin - $VERIFIED
684 else
David Bainbridge0774b232019-08-02 06:37:19 +0000685 espin - "$NO_ENTRY Copy install log: install-$NAME.log not found"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000686 fi
687 bspin - "Dumping Kubernetes PODs"
688 (set -x; kubectl get --all-namespaces pods >> $DATA/all-pods.txt 2>&1) >>$LOG 2>&1
689 espin - $VERIFIED
690 bspin - "Dumping Kubernetes SERVICEs"
691 (set -x; kubectl get --all-namespaces svc >> $DATA/all-services.txt 2>&1) >>$LOG 2>&1
692 espin - $VERIFIED
693 bspin - "Dumping Kubernetes EVENTs"
694 (set -x; kubectl get --all-namespaces events >> $DATA/all-events.txt 2>&1) >>$LOG 2>&1
695 espin - $VERIFIED
696 bspin - "Dumping VOLTHA POD details"
Matteo Scandolodcd29f52019-10-07 15:42:42 -0700697 PODS="$(kubectl -n default get pod -o name | grep onos | sed -e 's/^/default:/g') $(kubectl get -n voltha pod -o name | sed -e 's/^/voltha:/g')"
David Bainbridgecfd7ca12019-10-06 03:31:41 +0000698 SINCE=
699 if [ ! -z "$DUMP_FROM" ]; then
700 SINCE="--since-time=$DUMP_FROM"
701 fi
David Bainbridgeac7f8072019-08-01 22:15:33 +0000702 for POD in $PODS; do
David Bainbridge1f0655a2019-10-01 22:08:48 +0000703 NS=$(echo $POD | cut -d: -f1)
704 POD=$(echo $POD | cut -d: -f2)
David Bainbridgeac7f8072019-08-01 22:15:33 +0000705 sspin - "Dumping VOLTHA POD details: $POD$CEOL"
706 mkdir -p $DATA/$POD
David Bainbridge1f0655a2019-10-01 22:08:48 +0000707 (set -x; kubectl describe -n $NS $POD >> $DATA/$POD/describe.txt 2>&1) >>$LOG 2>&1
David Bainbridgeac7f8072019-08-01 22:15:33 +0000708 sspin - "Dumping VOLTHA POD details: $POD"
David Bainbridgecfd7ca12019-10-06 03:31:41 +0000709 (set -x; kubectl logs -n $NS --all-containers $SINCE --previous $LOG_ARGS $POD >> $DATA/$POD/logs-previous.txt 2>&1) >>$LOG 2>&1
David Bainbridgeac7f8072019-08-01 22:15:33 +0000710 sspin - "Dumping VOLTHA POD details: $POD"
David Bainbridgecfd7ca12019-10-06 03:31:41 +0000711 (set -x; kubectl logs -n $NS --all-containers $SINCE $LOG_ARGS $POD >> $DATA/$POD/logs-current.txt 2>&1) >>$LOG 2>&1
David Bainbridgeac7f8072019-08-01 22:15:33 +0000712 sspin - "Dumping VOLTHA POD details: $POD"
713 done
714 espin - "$VERIFIED Dumping VOLTHA POD details$CEOL"
715 bspin - "Dumping ETCD"
716 if [ "$(which etcdctl) X" != " X" ]; then
David Bainbridge0774b232019-08-02 06:37:19 +0000717 (set -x; ETCDCTL_API=3 etcdctl --endpoints localhost:$VOLTHA_ETCD_PORT get --prefix service/voltha | hexdump -C >> $DATA/etcd.hex 2>&1) >>$LOG 2>&1
David Bainbridgeac7f8072019-08-01 22:15:33 +0000718 espin - $VERIFIED
719 else
720 espin - "$NO_ENTRY Dumping ETCD: etcdctl command not available"
721 fi
David Bainbridge0774b232019-08-02 06:37:19 +0000722 bspin - "Creating compressed TAR: voltha-debug-dump-$NAME-$TS.tgz"
723 (set -x; tar -C $WORK -zcf voltha-debug-dump-$NAME-$TS.tgz ./voltha-debug-dump-$NAME-$TS) >>$LOG 2>&1
David Bainbridgeac7f8072019-08-01 22:15:33 +0000724 espin - $VERIFIED
725 bspin - "Cleanup"
726 (set -x; rm -rf $WORK) >>$LOG 2>&1
727 espin - $VERIFIED
David Bainbridge0774b232019-08-02 06:37:19 +0000728 bspin - "$(ls -l voltha-debug-dump-$NAME-$TS.tgz)"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000729 espin - $VERIFIED
730 exit
731fi
732
David Bainbridge0774b232019-08-02 06:37:19 +0000733LOG="install-$NAME.log"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000734date > $LOG
David Bainbridge0774b232019-08-02 06:37:19 +0000735echo "PORTS=$ONOS_API_PORT,$ONOS_SSH_PORT,$VOLTHA_API_PORT,$VOLTHA_SSH_PORT,$VOLTHA_ETCD_PORT" >> $LOG
David Bainbridgeac7f8072019-08-01 22:15:33 +0000736
737# Output install options to log
738echo "OPTIONS" >> $LOG
David Bainbridgeac7f8072019-08-01 22:15:33 +0000739for O in $ALL_OPTIONS; do
740 VAL=$(eval echo \$$O)
David Bainbridgeac7f8072019-08-01 22:15:33 +0000741 if [ ! -z "$VAL" ]; then
742 printf " %-30s = %s\n" $O $VAL >> $LOG
743 fi
744done
745
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -0700746helm_install() {
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700747 local INDENT=
748 if [ "$1" == "-" ]; then
749 INDENT=$1; shift
750 fi
751 local NAMESPACE=$1; shift
David Bainbridge0774b232019-08-02 06:37:19 +0000752 local INAME=$1; shift
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700753 local CHART=$1; shift
David Bainbridge90fd8e32019-08-21 23:32:47 +0000754 local CHART_VERSION=$1; shift
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700755 local MESSAGE=$*
756
David Bainbridge90fd8e32019-08-21 23:32:47 +0000757 if [ "$CHART_VERSION X" != " X" -a "$CHART_VERSION" != "latest" ]; then
758 CHART_VERSION="--version $CHART_VERSION"
759 else
760 CHART_VERSION=
761 fi
762
David Bainbridge99ac7a22019-08-31 02:26:43 +0000763 local CHART_ARGS=
764 if [ -r "${INAME}-values.yaml" ]; then
765 CHART_ARGS="-f ${INAME}-values.yaml"
766 fi
767
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700768 COUNT=$(expr 300 / 15)
769 bspin $INDENT $MESSAGE
David Bainbridge70c0ea82019-11-14 23:25:26 +0000770 (set -x; helm install -f $NAME-values.yaml $CHART_ARGS $EXTRA_HELM_INSTALL_ARGS --set defaults.log_level=$VOLTHA_LOG_LEVEL --namespace $NAMESPACE --name $INAME $CHART_VERSION $EXTRA_HELM_FLAGS $CHART >>$LOG 2>&1) >>$LOG 2>&1
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700771 SUCCESS=$?
772 while [ $SUCCESS -ne 0 ]; do
773 sspin $INDENT
774 COUNT=$(expr $COUNT - 1)
775 if [ $COUNT -eq 0 ]; then
Andy Baviere22ff252019-12-19 11:40:31 -0700776 (set -x; helm delete --purge $INAME >>$LOG 2>&1) >>$LOG 2>&1
David Bainbridge99ac7a22019-08-31 02:26:43 +0000777 (set -x; helm install -f $NAME-values.yaml $CHART_ARGS --set defaults.log_level=$VOLTHA_LOG_LEVEL --namespace $NAMESPACE --name $INAME $CHART_VERSION $EXTRA_HELM_FLAGS $CHART >>$LOG 2>&1) >>$LOG 2>&1
Andy Baviere22ff252019-12-19 11:40:31 -0700778 SUCCESS=$?
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700779 COUNT=$(expr 300 / 15)
780 fi
781 sleep .15
782 done
783 espin $INDENT $VERIFIED
784}
785
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700786echo "INSTALL TYPE: $TYPE" >> $LOG
787
788bspin "Verify GOPATH"
789export GOPATH=$(pwd)
Test User3d7ad8e2019-07-03 06:15:44 +0000790mkdir -p $GOPATH/bin
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700791espin $VERIFIED
792
David Bainbridgee87067b2019-08-12 22:00:12 +0000793STIME=$(date +%s)
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700794if [ "$INSTALL_KUBECTL" == "no" ]; then
795 bspin "Skip kubectl install"
796 espin $NO_ENTRY
Test Userc13bdc92019-07-03 20:57:49 +0000797else
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700798 bspin "Verify kubectl $HELM"
799 if [ -x $GOPATH/bin/kubectl ]; then
800 espin $VERIFIED
801 else
802 espin $NOT_VERIFIED
803 bspin - "Download and install Kubernetes/kubectl $DOWNLOAD"
804 (set -x; curl -o $GOPATH/bin/kubectl -sSL https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/$HOSTOS/$HOSTARCH/kubectl >>$LOG 2>&1) >>$LOG 2>&1
805 (set -x; chmod 755 $GOPATH/bin/kubectl >>$LOG 2>&1) >>$LOG 2>&1
806 espin - $VERIFIED
807 fi
Test Userc13bdc92019-07-03 20:57:49 +0000808fi
David Bainbridgee87067b2019-08-12 22:00:12 +0000809if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +0000810 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +0000811fi
Test Userc13bdc92019-07-03 20:57:49 +0000812
David Bainbridgee87067b2019-08-12 22:00:12 +0000813STIME=$(date +%s)
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700814if [ "$DEPLOY_K8S" == "no" ]; then
815 bspin "Skip Kubernetes/Kind Deployment"
816 espin $NO_ENTRY
817else
Test Userba1e7e72019-07-10 22:27:54 +0000818 bspin "Verify Kubernetes/Kind $HELM"
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800819 IS_INSTALLED=0
820 OP_TYPE="install"
Test Userba1e7e72019-07-10 22:27:54 +0000821 if [ -x $GOPATH/bin/kind ]; then
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800822 OP_TYPE="upgrade"
823 if [ $($GOPATH/bin/kind --version | grep -c $KIND_VERSION) -eq 1 ]; then
824 IS_INSTALLED=1
825 espin $VERIFIED
826 fi
827 fi
828 if [ $IS_INSTALLED -eq 0 ]; then
Test Userba1e7e72019-07-10 22:27:54 +0000829 espin $NOT_VERIFIED
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800830 bspin - "Download and $OP_TYPE Kubernetes/kind $DOWNLOAD"
David Bainbridge9e2a6662019-07-11 17:07:57 +0000831 (set -x; curl -o $GOPATH/bin/kind -sSL https://github.com/kubernetes-sigs/kind/releases/download/$KIND_VERSION/kind-$HOSTOS-$HOSTARCH >>$LOG 2>&1) >>$LOG 2>&1
Test Userba1e7e72019-07-10 22:27:54 +0000832 (set -x; chmod 755 $GOPATH/bin/kind >>$LOG 2>&1) >>$LOG 2>&1
833 espin - $VERIFIED
834 fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700835fi
836
David Bainbridgee87067b2019-08-12 22:00:12 +0000837if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +0000838 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +0000839fi
840
841STIME=$(date +%s)
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700842if [ "$INSTALL_HELM" == "no" ]; then
843 bspin "Skip Helm Install"
844 espin $NO_ENTRY
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700845else
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700846 bspin "Verify Helm $HELM"
847 if [ -x $GOPATH/bin/helm ]; then
848 espin $VERIFIED
849 else
850 espin $NOT_VERIFIED
851 bspin - "Download and install Helm $DOWNLOAD"
David Bainbridgec6a6eb62019-10-18 22:50:07 +0000852 (set -x; curl -sSL https://git.io/get_helm.sh | DESIRED_VERSION=v2.14.3 USE_SUDO=false HELM_INSTALL_DIR=$GOPATH/bin bash >>$LOG 2>&1) >>$LOG 2>&1
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700853 espin - $VERIFIED
854 fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700855fi
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800856
David Bainbridgee87067b2019-08-12 22:00:12 +0000857if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +0000858 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +0000859fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700860
David Bainbridgee87067b2019-08-12 22:00:12 +0000861STIME=$(date +%s)
Test Userb5712372019-07-03 21:52:17 +0000862bspin "Verify voltctl $HIGH_VOLTAGE"
David Bainbridged2811972019-12-14 01:14:09 +0000863VOK=0
864VMESSAGE="install"
David K. Bainbridgeebf38d92020-02-10 10:46:31 -0800865export VC_VERSION="$VOLTCTL_VERSION"
866if [ "$VC_VERSION" == "latest" ]; then
867 export VC_VERSION=$(curl -sSL https://api.github.com/repos/opencord/voltctl/releases/latest | jq -r .tag_name | sed -e 's/^v//g')
868fi
Test User3d7ad8e2019-07-03 06:15:44 +0000869if [ -x $GOPATH/bin/voltctl ]; then
David Bainbridge1ba64f12019-12-18 00:40:13 +0000870 VHAVE=$($GOPATH/bin/voltctl version --clientonly -o json | jq -r .version)
David K. Bainbridgeebf38d92020-02-10 10:46:31 -0800871 if [ $? -eq 0 -a "$VHAVE" == "$VC_VERSION" ]; then
David Bainbridged2811972019-12-14 01:14:09 +0000872 VOK=1
David Bainbridge1ba64f12019-12-18 00:40:13 +0000873 espin $VERIFIED
874 else
David K. Bainbridgeebf38d92020-02-10 10:46:31 -0800875 VCHECK=$(echo -e "$VHAVE\n$VC_VERSION" | sort -V | head -1)
876 if [ "$VCHECK" == "$VHAVE" ]; then
877 VMESSAGE="upgrade"
878 else
879 VMESSAGE="downgrade"
880 fi
David Bainbridged2811972019-12-14 01:14:09 +0000881 fi
882fi
883
David Bainbridge1ba64f12019-12-18 00:40:13 +0000884if [ $VOK -eq 0 ]; then
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700885 espin $NOT_VERIFIED
David Bainbridged2811972019-12-14 01:14:09 +0000886 bspin - "Download and $VMESSAGE voltctl $DOWNLOAD"
David K. Bainbridgeebf38d92020-02-10 10:46:31 -0800887 (set -x; curl -o $GOPATH/bin/voltctl -sSL https://github.com/opencord/voltctl/releases/download/v$VC_VERSION/voltctl-$VC_VERSION-$HOSTOS-$HOSTARCH >>$LOG 2>&1) >>$LOG 2>&1
Test User08ebbd92019-07-03 17:15:39 +0000888 (set -x; chmod 755 $GOPATH/bin/voltctl >>$LOG 2>&1) >>$LOG 2>&1
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700889 espin - $VERIFIED
890fi
David Bainbridgee87067b2019-08-12 22:00:12 +0000891if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +0000892 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +0000893fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700894
895bspin "Verify command PATH"
Test Userba1e7e72019-07-10 22:27:54 +0000896export PATH=$GOPATH/bin:$PATH
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700897espin $VERIFIED
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700898
David Bainbridgee87067b2019-08-12 22:00:12 +0000899STIME=$(date +%s)
Test Userba1e7e72019-07-10 22:27:54 +0000900if [ "$DEPLOY_K8S" == "yes" ]; then
David Bainbridge0774b232019-08-02 06:37:19 +0000901 HAVE=$(kind get clusters | grep -c voltha-$NAME)
Test Userba1e7e72019-07-10 22:27:54 +0000902 bspin "Verify Kubernetes/Kind Cluster"
903 sspin
904 if [ $HAVE -eq 0 ]; then
David Bainbridge491b1bd2019-07-11 17:53:11 +0000905 espin $NOT_VERIFIED
906 bspin - "Verify cluster configuration"
David Bainbridge0774b232019-08-02 06:37:19 +0000907 if [ ! -r ./$NAME-cluster.cfg ]; then
David Bainbridge491b1bd2019-07-11 17:53:11 +0000908 espin - $NOT_VERIFIED
David Bainbridge0774b232019-08-02 06:37:19 +0000909 bspin - "Download cluster configuration: $TYPE-cluster.cfg to $NAME-cluster.cfg $DOWNLOAD"
David K. Bainbridgea00736b2020-01-08 14:33:17 -0800910 ERR_OUT=$(mktemp)
911 (set -x; curl --fail -o ./$NAME-cluster.cfg -sSL https://raw.githubusercontent.com/ciena/kind-voltha/$VK_RELEASE/$TYPE-cluster.cfg >>$LOG 2>>$ERR_OUT) >>$LOG 2>&1
912 if [ $? -ne 0 ]; then
913 espin - $THEX
914 echo -e "${RED}${BOLD}${ERROR}ERROR: $NAME-cluster.cfg${NORMAL}${RED} - $(cat $ERR_OUT)${NORMAL}"
915 echo "ERROR: $(cat $ERR_OUT)" >>$LOG
916 rm -rf $ERR_OUT ./$NAME-cluster.cfg
917 exit 1
918 fi
919 rm -rf $ERR_OUT
920 else
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700921 espin - $VERIFIED
David K. Bainbridgea00736b2020-01-08 14:33:17 -0800922 fi
David Bainbridge0774b232019-08-02 06:37:19 +0000923 kind create cluster --name voltha-$NAME --config $NAME-cluster.cfg
David Bainbridge491b1bd2019-07-11 17:53:11 +0000924 else
925 espin $VERIFIED
Test Userba1e7e72019-07-10 22:27:54 +0000926 fi
927
David Bainbridge0774b232019-08-02 06:37:19 +0000928 export KUBECONFIG="$(kind get kubeconfig-path --name="voltha-$NAME")"
Test Userba1e7e72019-07-10 22:27:54 +0000929 P="coredns-.* \
David Bainbridge0774b232019-08-02 06:37:19 +0000930 etcd-voltha-$NAME-control-plane \
Test Userba1e7e72019-07-10 22:27:54 +0000931 kindnet-.* \
David Bainbridge0774b232019-08-02 06:37:19 +0000932 kube-apiserver-voltha-$NAME-control-plane \
933 kube-controller-manager-voltha-$NAME-control-plane \
Test Userba1e7e72019-07-10 22:27:54 +0000934 kube-proxy-.* \
David Bainbridge0774b232019-08-02 06:37:19 +0000935 kube-scheduler-voltha-$NAME-control-plane"
Test Userba1e7e72019-07-10 22:27:54 +0000936
937 EXPECT=$(test "$TYPE" == "minimal" && echo "12" || echo "14")
David Bainbridge4f1b5562019-08-19 04:46:52 +0000938 wait_for_pods - "kube-system" $EXPECT "includes" -1 "Waiting for system PODs to start" $P
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700939fi
David Bainbridgee87067b2019-08-12 22:00:12 +0000940if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +0000941 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +0000942fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700943
David Bainbridgee87067b2019-08-12 22:00:12 +0000944STIME=$(date +%s)
David Bainbridge4c6289c2019-09-03 21:11:32 +0000945COUNT=$(count_pods "kube-system" ":Running:" "tiller-deploy-.*")
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700946bspin "Verify Helm"
Test Userba1e7e72019-07-10 22:27:54 +0000947if [ $COUNT -ne 1 ]; then
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700948 espin $NOT_VERIFIED
Test Userb5712372019-07-03 21:52:17 +0000949 echo -e "Configuring Helm $GEAR"
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700950 if [ "$INSTALL_HELM" == "no" ]; then
951 bspin - "Skip Helm/Tiller Initialization"
952 espin - $NO_ENTRY
953 else
954 bspin - "Initialize Helm"
955 (set -x; helm init --upgrade >>$LOG 2>&1) >>$LOG 2>&1
956 espin - $VERIFIED
David Bainbridge4f1b5562019-08-19 04:46:52 +0000957 wait_for_pods - "kube-system" 1 "includes" -1 "Waiting for Tiller POD to start" "tiller-deploy-.*"
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700958 fi
Test Userb5712372019-07-03 21:52:17 +0000959 bspin - "Add Google Incubator repository to Helm"
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700960 (set -x; helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com >>$LOG 2>&1) >>$LOG 2>&1
961 espin - $VERIFIED
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -0700962
Test Userba1e7e72019-07-10 22:27:54 +0000963 # HACK (sort-of) - the config for tiller is about to be patched, which will
964 # cause the tiller pod to be recreated. This can sometimes cause a timing
965 # issue with the "wait_for_pods" call on tiller as it may incorrectly
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -0700966 # identify the running/ready tiller pod that is soon to be terminated as
Test Userba1e7e72019-07-10 22:27:54 +0000967 # what it is waiting for. To avoid this issue we do a clean scale down and
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -0700968 # scale up of the pod so the script controlls when it should be expecting
Test Userba1e7e72019-07-10 22:27:54 +0000969 # things
970 (set -x; kubectl -n kube-system scale deploy tiller-deploy --replicas=0 >>$LOG 2>&1) >>$LOG 2>&1
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700971
Test Userb5712372019-07-03 21:52:17 +0000972 bspin - "Add Google Stable repository to Helm"
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700973 (set -x; helm repo add stable https://kubernetes-charts.storage.googleapis.com >>$LOG 2>&1) >>$LOG 2>&1
974 espin - $VERIFIED
Test Userb5712372019-07-03 21:52:17 +0000975 bspin - "Add ONF repository to Helm"
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700976 (set -x; helm repo add onf https://charts.opencord.org >>$LOG 2>&1) >>$LOG 2>&1
977 espin - $VERIFIED
Test Userb5712372019-07-03 21:52:17 +0000978 bspin - "Update Helm repository cache"
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700979 (set -x; helm repo update >>$LOG 2>&1) >>$LOG 2>&1
980 espin - $VERIFIED
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -0700981
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700982 # Create and k8s service account so that Helm can create pods
Test Userb5712372019-07-03 21:52:17 +0000983 bspin - "Create Tiller ServiceAccount"
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700984 (set -x; kubectl create serviceaccount --namespace kube-system tiller >>$LOG 2>&1) >>$LOG 2>&1
985 espin - $VERIFIED
Test Userb5712372019-07-03 21:52:17 +0000986 bspin - "Create Tiller ClusterRoleBinding"
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700987 (set -x; kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller >>$LOG 2>&1) >>$LOG 2>&1
988 espin - $VERIFIED
Test Userb5712372019-07-03 21:52:17 +0000989 bspin - "Update Tiller Manifest"
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700990 (set -x; kubectl patch deploy --namespace kube-system tiller-deploy -p '{"spec":{"template":{"spec":{"serviceAccount":"tiller"}}}}' >>$LOG 2>&1) >>$LOG 2>&1
Test Userba1e7e72019-07-10 22:27:54 +0000991
992 # HACK (sort-of) - part to, spin it back up
993 (set -x; kubectl -n kube-system scale deploy tiller-deploy --replicas=1 >>$LOG 2>&1) >>$LOG 2>&1
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700994 espin - $VERIFIED
995else
996 espin $VERIFIED
David Bainbridge46505fb2019-10-01 21:13:20 +0000997 if [ "$UPDATE_HELM_REPOS" == "yes" ]; then
998 bspin - "Update Helm repository cache"
999 (set -x; helm repo update >>$LOG 2>&1) >>$LOG 2>&1
1000 espin - $VERIFIED
1001 fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -07001002fi
David Bainbridge4f1b5562019-08-19 04:46:52 +00001003wait_for_pods - "kube-system" 1 "includes" -1 "Waiting for Tiller POD to start" "tiller-deploy-.*"
David Bainbridgee87067b2019-08-12 22:00:12 +00001004if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +00001005 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +00001006fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -07001007
David Bainbridgee87067b2019-08-12 22:00:12 +00001008STIME=$(date +%s)
David Bainbridge0774b232019-08-02 06:37:19 +00001009bspin "Verify Helm values file: $NAME-values.yaml"
1010if [ ! -r "./$NAME-values.yaml" ]; then
Test Userba1e7e72019-07-10 22:27:54 +00001011 espin $NOT_VERIFIED
David Bainbridge0774b232019-08-02 06:37:19 +00001012 bspin - "Download Helm values file: $TYPE-values.yaml to $NAME-values.yaml $DOWNLOAD"
David K. Bainbridgea00736b2020-01-08 14:33:17 -08001013 ERR_OUT=$(mktemp)
1014 (set -x; curl --fail -o ./$NAME-values.yaml -sSL https://raw.githubusercontent.com/ciena/kind-voltha/$VK_RELEASE/$TYPE-values.yaml >>$LOG 2>$ERR_OUT) >>$LOG 2>&1
1015 if [ $? -ne 0 ]; then
1016 espin - $THEX
1017 echo -e "${RED}${BOLD}${ERROR}ERROR: $NAME-values.yaml${NORMAL}${RED} - $(cat $ERR_OUT)${NORMAL}"
1018 echo "ERROR: $(cat $ERR_OUT)" >>$LOG
1019 rm -rf $ERR_OUT ./$NAME-values.yaml
1020 exit 1
1021 fi
1022 rm -rf $ERR_OUT
Test Userba1e7e72019-07-10 22:27:54 +00001023 espin - $VERIFIED
1024else
1025 espin $VERIFIED
1026fi
David Bainbridgee87067b2019-08-12 22:00:12 +00001027if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +00001028 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +00001029fi
Test Userba1e7e72019-07-10 22:27:54 +00001030
David Bainbridge99ac7a22019-08-31 02:26:43 +00001031STIME=$(date +%s)
1032bspin "Verify or download chart specific values files $DOWNLOAD"
1033VALUES_FILES="monkey-values.yaml"
David K. Bainbridgea00736b2020-01-08 14:33:17 -08001034ERR_OUT=$(mktemp)
David Bainbridge99ac7a22019-08-31 02:26:43 +00001035for i in $VALUES_FILES; do
1036 if [ ! -r ./$i ]; then
David K. Bainbridgea00736b2020-01-08 14:33:17 -08001037 (set -x; curl --fail -o ./$i -sSL https://raw.githubusercontent.com/ciena/kind-voltha/$VK_RELEASE/$i >>$LOG 2>$ERR_OUT) >>$LOG 2>&1
1038 if [ $? -ne 0 ]; then
1039 espin $THEX
1040 echo -e "${RED}${BOLD}${ERROR}ERROR: $i${NORMAL}${RED} - $(cat $ERR_OUT)${NORMAL}"
1041 echo "ERROR: $i - $(cat $ERR_OUT)" >>$LOG
1042 rm -rf $ERR_OUT ./$i
1043 exit 1
1044 fi
1045 rm -rf $ERR_OUT
David Bainbridge99ac7a22019-08-31 02:26:43 +00001046 fi
1047done
1048espin $VERIFIED
1049if [ "$WITH_TIMINGS" == "yes" ]; then
1050 printtime $(expr $(date +%s) - $STIME)
1051fi
1052
1053if [ "$WITH_CHAOS" == "yes" ]; then
1054 bspin "Verify or clone kube-monkey helm chart $DOWNLOAD"
1055 if [ -r ./kube-monkey ]; then
1056 espin $VERIFIED
1057 else
1058 espin $NOT_VERIFIED
1059 bspin - "GIT clone kube-monkey"
1060 (set -x; git clone https://github.com/asobti/kube-monkey kube-monkey >>$LOG 2>&1) >>$LOG 2>&1
1061 espin - $VERIFIED
1062 fi
1063fi
1064
Test Userba1e7e72019-07-10 22:27:54 +00001065if [ "$JUST_K8S" == "yes" ]; then
1066 echo "Environment deployed, not deploying VOLTHA artifacts as requested. Good bye."
1067 echo ""
1068 echo "Please issue the following commands in your terminal to ensure that you" | tee -a $LOG
1069 echo "are accessing the correct Kubernetes/Kind cluster as well as have the " | tee -a $LOG
1070 echo "tools required by VOLTHA in your command path. " | tee -a $LOG
1071 echo "" | tee -a $LOG
1072 echo -en $BOLD
1073 if [ $DEPLOY_K8S == "yes" ]; then
David Bainbridge0774b232019-08-02 06:37:19 +00001074 echo "export KUBECONFIG=\"\$(./bin/kind get kubeconfig-path --name=\"voltha-$NAME\")\"" | tee -a $LOG
Test Userba1e7e72019-07-10 22:27:54 +00001075 fi
1076 echo "export PATH=$GOPATH/bin:\$PATH" | tee -a $LOG
1077 echo -en $NORMAL
1078 echo "" | tee -a $LOG
1079 echo "Thank you for choosing kind-voltha for you quick cluster needs." | tee -a $LOG
1080 exit 0
1081fi
1082
David Bainbridgee87067b2019-08-12 22:00:12 +00001083STIME=$(date +%s)
Test Userb5712372019-07-03 21:52:17 +00001084bspin "Verify ETCD Operator $OLD_KEY"
Test User7d866122019-07-09 17:52:35 +00001085if [ $(helm list --deployed --short --namespace voltha "^etcd-operator\$" | wc -l) -ne 1 ]; then
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -07001086 espin $NOT_VERIFIED
David Bainbridge90fd8e32019-08-21 23:32:47 +00001087 helm_install - voltha etcd-operator stable/etcd-operator latest "Install ETCD Operator"
David K. Bainbridgeb7285432019-07-02 22:05:24 -07001088else
1089 espin $VERIFIED
1090fi
Test User01ed0642019-07-03 20:17:06 +00001091EXPECT=$(test "$TYPE" == "minimal" && echo "1" || echo "3")
David Bainbridge4f1b5562019-08-19 04:46:52 +00001092wait_for_pods - "voltha" $EXPECT "includes" -1 "Waiting for ETCD Operator to start" "etcd-operator-.*"
David Bainbridgee87067b2019-08-12 22:00:12 +00001093if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +00001094 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +00001095fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -07001096
David Bainbridgee87067b2019-08-12 22:00:12 +00001097STIME=$(date +%s)
David Bainbridgeb270c202019-07-26 01:44:42 +00001098if [ $WITH_ONOS == "yes" ]; then
1099 bspin "Verify ONOS installed $BIRD"
1100 if [ $(helm list --deployed --short --namespace default "^onos\$" | wc -l) -ne 1 ]; then
1101 espin $NOT_VERIFIED
Andrea Campanella6afcb082019-12-18 16:51:30 -08001102 EXTRA_HELM_FLAGS="$SET_TAG $EXTRA_HELM_FLAGS" helm_install - default onos onf/onos $ONOS_CHART_VERSION "Install ONOS"
David Bainbridgeb270c202019-07-26 01:44:42 +00001103 else
1104 espin $VERIFIED
1105 fi
David Bainbridge4f1b5562019-08-19 04:46:52 +00001106 wait_for_pods - "default" 1 "includes" -1 "Waiting for ONOS to start" "onos-.*"
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -07001107
David K. Bainbridge4a06a4a2020-03-02 14:15:23 -08001108 if [ $WITH_PORT_FORWARDS == "yes" ]; then
1109 bspin - "Forward ONOS API port $FORWARD"
1110 kill_port_forward onos-ui
1111 port_forward default onos-ui $ONOS_API_PORT 8181
1112 espin - $VERIFIED
1113 bspin - "Forward ONOS SSH port $FORWARD"
1114 kill_port_forward onos-ssh
1115 port_forward default onos-ssh $ONOS_SSH_PORT 8101
1116 espin - $VERIFIED
1117 _ONOS_API_EP="127.0.0.1:$ONOS_API_PORT"
1118 else
1119 _ONOS_API_EP=$(get_service_ep default onos-ui)
1120 fi
David Bainbridged31d6122019-08-13 19:37:59 +00001121 bspin - "Verify or download ONOS configuration support files $DOWNLOAD"
Matteo Scandolo78dfee02020-02-13 16:18:03 -08001122 ONOS_FILES="olt-onos-enableExtraneousRules.json onos-aaa.json \
David Bainbridge90fd8e32019-08-21 23:32:47 +00001123 onos-dhcpl2relay.json onos-kafka.json onos-sadis-sample.json"
David Bainbridged31d6122019-08-13 19:37:59 +00001124 (set -x; mkdir -p ./onos-files >>$LOG 2>&1) >>$LOG 2>&1
David K. Bainbridgea00736b2020-01-08 14:33:17 -08001125 ERR_OUT=$(mktemp)
David Bainbridge2b19e832019-08-16 02:40:53 +00001126 for i in $ONOS_FILES; do
David Bainbridged31d6122019-08-13 19:37:59 +00001127 if [ ! -r ./onos-files/$i ]; then
David K. Bainbridgea00736b2020-01-08 14:33:17 -08001128 (set -x; curl --fail -o ./onos-files/$i -sSL https://raw.githubusercontent.com/ciena/kind-voltha/$VK_RELEASE/onos-files/$i >>$LOG 2>$ERR_OUT) >>$LOG 2>&1
1129 if [ $? -ne 0 ]; then
1130 espin - $THEX
1131 echo -e "${RED}${BOLD}${ERROR}ERROR: $i${NORMAL}${RED} - $(cat $ERR_OUT)${NORMAL}"
1132 echo "ERROR: $(cat $ERR_OUT)" >>$LOG
1133 rm -rf $ERR_OUT ./onos-files/$i
1134 exit 1
1135 fi
1136 rm -rf $ERR_OUT
David Bainbridged31d6122019-08-13 19:37:59 +00001137 fi
1138 done
Test Userba1e7e72019-07-10 22:27:54 +00001139 espin - $VERIFIED
David Bainbridge27790d62019-08-13 22:43:19 +00001140
1141 if [ $INSTALL_ONOS_APPS == "yes" ]; then
1142 bspin - "Installing custom ONOS applications"
1143 if [ -x onos-files/onos-apps -a $(ls -1 onos-files/onos-apps/*.oar 2>/dev/null | wc -l) -gt 0 ]; then
1144 for OAR in $(ls -1 onos-files/onos-apps/*.oar); do
1145 sspin - "Installing custom ONOS applications - $OAR$CEOL"
David Bainbridge2b19e832019-08-16 02:40:53 +00001146 override_onos_app $OAR
David Bainbridge27790d62019-08-13 22:43:19 +00001147 done
1148 espin - "$VERIFIED Installing custom ONOS applications$CEOL"
1149 else
1150 espin - "$NOT_VERIFIED Installing custom ONOS applications - None Found"
1151 fi
1152 fi
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -07001153
Matteo Scandolo9a77a732020-01-09 14:24:12 -08001154 check_onos_app_active org.opencord.kafka
Matteo Scandolo78dfee02020-02-13 16:18:03 -08001155 push_onos_config "file" "Push ONOS Kafka Configuration" "network/configuration/apps/org.opencord.kafka" "onos-files/onos-kafka.json"
Matteo Scandolo9a77a732020-01-09 14:24:12 -08001156 check_onos_app_active org.opencord.dhcpl2relay
Matteo Scandolo78dfee02020-02-13 16:18:03 -08001157 push_onos_config "file" "Push ONOS DHCP L2 Relay Configuration" "network/configuration/apps/org.opencord.dhcpl2relay" "onos-files/onos-dhcpl2relay.json"
Matteo Scandolo9a77a732020-01-09 14:24:12 -08001158 check_onos_app_active org.opencord.olt
Matteo Scandolo78dfee02020-02-13 16:18:03 -08001159 # FIXME use WITH_DHCP and WITH_EAPOL flags to configre OLT App
Hardik Windlassa7501fb2020-02-17 14:28:20 +00001160 # Default value for "enableEapol" is true in OLT App
Matteo Scandolo78dfee02020-02-13 16:18:03 -08001161 if [ $WITH_EAPOL == "yes" ]; then
1162 push_onos_config "json" "Enable VOLTHA ONOS EAPOL provisioning" "configuration/org.opencord.olt.impl.OltFlowService" '{"enableEapol":true}'
Hardik Windlassa7501fb2020-02-17 14:28:20 +00001163 elif [ $WITH_EAPOL == "no" ]; then
1164 push_onos_config "json" "Disable VOLTHA ONOS EAPOL provisioning" "configuration/org.opencord.olt.impl.OltFlowService" '{"enableEapol":false}'
Matteo Scandolo78dfee02020-02-13 16:18:03 -08001165 fi
Hardik Windlassa7501fb2020-02-17 14:28:20 +00001166 # Default value for "enableDhcpOnProvisioning" is false and for "enableDhcpV4" is true in OLT App
Matteo Scandolo78dfee02020-02-13 16:18:03 -08001167 if [ $WITH_DHCP == "yes" ]; then
1168 push_onos_config "json" "Enable VOLTHA ONOS DHCP provisioning" "configuration/org.opencord.olt.impl.OltFlowService" '{"enableDhcpOnProvisioning":true,"enableDhcpV4":true}'
Hardik Windlassa7501fb2020-02-17 14:28:20 +00001169 elif [ $WITH_DHCP == "no" ]; then
1170 push_onos_config "json" "Disable VOLTHA ONOS DHCP provisioning" "configuration/org.opencord.olt.impl.OltFlowService" '{"enableDhcpOnProvisioning":false,"enableDhcpV4":false}'
Matteo Scandolo78dfee02020-02-13 16:18:03 -08001171 fi
Hardik Windlassa7501fb2020-02-17 14:28:20 +00001172 # Default value for "enableIgmpOnProvisioning" is false in OLT App
Matteo Scandolo78dfee02020-02-13 16:18:03 -08001173 if [ $WITH_IGMP == "yes" ]; then
1174 push_onos_config "json" "Enable VOLTHA ONOS IGMP provisioning" "configuration/org.opencord.olt.impl.OltFlowService" '{"enableIgmpOnProvisioning":true}'
Hardik Windlassa7501fb2020-02-17 14:28:20 +00001175 elif [ $WITH_IGMP == "no" ]; then
1176 push_onos_config "json" "Disable VOLTHA ONOS IGMP provisioning" "configuration/org.opencord.olt.impl.OltFlowService" '{"enableIgmpOnProvisioning":false}'
Matteo Scandolo78dfee02020-02-13 16:18:03 -08001177 fi
1178 push_onos_config "file" "Enabling extraneous rules for ONOS" "configuration/org.onosproject.net.flow.impl.FlowRuleManager" "onos-files/olt-onos-enableExtraneousRules.json"
David Bainbridge2b19e832019-08-16 02:40:53 +00001179 if [ -f onos-files/onos-sadis.json ]; then
Matteo Scandolo78dfee02020-02-13 16:18:03 -08001180 push_onos_config "file" "[optional] Push ONOS SADIS Configuration" "network/configuration/apps/org.opencord.sadis" "onos-files/onos-sadis.json"
David Bainbridge2b19e832019-08-16 02:40:53 +00001181 elif [ "$CONFIG_SADIS" == "yes" ]; then
David Bainbridge90fd8e32019-08-21 23:32:47 +00001182 SADIS_CFG=onos-files/onos-sadis-sample.json
Matteo Scandolo9a77a732020-01-09 14:24:12 -08001183 check_onos_app_active org.opencord.sadis
Matteo Scandolo78dfee02020-02-13 16:18:03 -08001184 push_onos_config "file" "[optional] Push ONOS SADIS Configuration" "network/configuration/apps/org.opencord.sadis" "$SADIS_CFG"
David Bainbridge2b19e832019-08-16 02:40:53 +00001185 fi
Test Userba1e7e72019-07-10 22:27:54 +00001186fi
David Bainbridgee87067b2019-08-12 22:00:12 +00001187if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +00001188 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +00001189fi
Test Userba1e7e72019-07-10 22:27:54 +00001190
David Bainbridgee87067b2019-08-12 22:00:12 +00001191STIME=$(date +%s)
Test Userb5712372019-07-03 21:52:17 +00001192bspin "Verify VOLTHA installed $HIGH_VOLTAGE"
Test User7d866122019-07-09 17:52:35 +00001193if [ $(helm list --deployed --short --namespace voltha "^voltha\$" | wc -l) -ne 1 ]; then
David K. Bainbridgeb7285432019-07-02 22:05:24 -07001194 espin $NOT_VERIFIED
David Bainbridge70c0ea82019-11-14 23:25:26 +00001195 if [ "$ONLY_ONE" == "yes" ]; then
1196 EXTRA_HELM_INSTALL_ARGS="--set therecanbeonlyone=true"=
1197 fi
David Bainbridge90fd8e32019-08-21 23:32:47 +00001198 helm_install - voltha voltha $VOLTHA_CHART $VOLTHA_CHART_VERSION "Install VOLTHA Core"
David Bainbridge70c0ea82019-11-14 23:25:26 +00001199 EXTRA_HELM_INSTALL_ARGS=
David K. Bainbridgeb7285432019-07-02 22:05:24 -07001200else
1201 espin $VERIFIED
1202fi
Test Userba1e7e72019-07-10 22:27:54 +00001203
David Bainbridge90fd8e32019-08-21 23:32:47 +00001204VOLTHA="voltha-ofagent-.* \
David K. Bainbridgeb7285432019-07-02 22:05:24 -07001205 ro-core.* \
1206 rw-core.* \
1207 voltha-api-server-.* \
David K. Bainbridgeb7285432019-07-02 22:05:24 -07001208 voltha-etcd-cluster-.* \
1209 voltha-kafka-.* \
1210 voltha-zookeeper-.*"
David Bainbridge70c0ea82019-11-14 23:25:26 +00001211if [ "$ONLY_ONE" == "yes" ]; then
David Bainbridge1ba64f12019-12-18 00:40:13 +00001212 EXPECT=$(test "$TYPE" == "minimal" && echo "5" || echo "7")
David Bainbridge70c0ea82019-11-14 23:25:26 +00001213else
David Bainbridge1ba64f12019-12-18 00:40:13 +00001214 EXPECT=$(test "$TYPE" == "minimal" && echo "8" || echo "10")
David Bainbridge70c0ea82019-11-14 23:25:26 +00001215fi
David Bainbridge4f1b5562019-08-19 04:46:52 +00001216wait_for_pods - "voltha" $EXPECT "includes" -1 "Waiting for VOLTHA Core to start" $VOLTHA
David Bainbridgee87067b2019-08-12 22:00:12 +00001217if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +00001218 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +00001219fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -07001220
David Bainbridge46505fb2019-10-01 21:13:20 +00001221if [ "$WITH_ADAPTERS" == "yes" ]; then
1222 STIME=$(date +%s)
1223 EXPECT=0
1224 echo -e "Verify Adapters $PLUG"
1225 if [ "$WITH_SIM_ADAPTERS" == "yes" ]; then
1226 bspin - "Verify Simulated Adapters installed"
1227 if [ $(helm list --deployed --short --namespace voltha "^sim\$" | wc -l) -ne 1 ]; then
1228 espin - $NOT_VERIFIED
1229 helm_install - voltha sim $VOLTHA_ADAPTER_SIM_CHART $VOLTHA_ADAPTER_SIM_CHART_VERSION "Install Simulated Adapters"
1230 else
1231 espin - $VERIFIED
1232 fi
1233 EXPECT=$(expr $EXPECT + 2)
1234 fi
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -07001235
David Bainbridge46505fb2019-10-01 21:13:20 +00001236 if [ "$WITH_OPEN_ADAPTERS" == "yes" ]; then
1237 bspin - "Verify OpenOLT Adapter installed"
1238 if [ $(helm list --deployed --short --namespace voltha "^open-olt\$" | wc -l) -ne 1 ]; then
1239 espin - $NOT_VERIFIED
1240 helm_install - voltha open-olt $VOLTHA_ADAPTER_OPEN_OLT_CHART $VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION "Install OpenOLT Adapter"
1241 else
1242 espin - $VERIFIED
1243 fi
1244 bspin - "Verify OpenONU Adapter installed"
1245 if [ $(helm list --deployed --short --namespace voltha "^open-onu\$" | wc -l) -ne 1 ]; then
1246 espin - $NOT_VERIFIED
1247 helm_install - voltha open-onu $VOLTHA_ADAPTER_OPEN_ONU_CHART $VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION "Install OpenONU Adapter"
1248 else
1249 espin - $VERIFIED
1250 fi
1251 EXPECT=$(expr $EXPECT + 2)
1252 fi
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -07001253
David Bainbridge46505fb2019-10-01 21:13:20 +00001254 ADAPTERS="adapter-.*"
1255 wait_for_pods - "voltha" $EXPECT "includes" -1 "Waiting for adapters to start" $ADAPTERS
1256 if [ "$WITH_TIMINGS" == "yes" ]; then
1257 printtime $(expr $(date +%s) - $STIME)
1258 fi
David Bainbridgee87067b2019-08-12 22:00:12 +00001259fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -07001260
Test User7d866122019-07-09 17:52:35 +00001261if [ $WITH_BBSIM == "yes" ]; then
David Bainbridgee87067b2019-08-12 22:00:12 +00001262 STIME=$(date +%s)
Test User7d866122019-07-09 17:52:35 +00001263 echo -e "Verify BBSIM $PLUG"
David Bainbridge5b7b96b2019-07-25 20:29:13 +00001264 bspin - "Verify BBSIM Installed"
Test User7d866122019-07-09 17:52:35 +00001265 if [ $(helm list --deployed --short --namespace voltha "^bbsim\$" | wc -l) -ne 1 ]; then
1266 espin - $NOT_VERIFIED
David Bainbridge90fd8e32019-08-21 23:32:47 +00001267 helm_install - voltha bbsim $VOLTHA_BBSIM_CHART $VOLTHA_BBSIM_CHART_VERSION "Install BBSIM"
Test User7d866122019-07-09 17:52:35 +00001268 else
1269 espin - $VERIFIED
1270 fi
David Bainbridge4f1b5562019-08-19 04:46:52 +00001271 wait_for_pods - "voltha" 1 "includes" -1 "Waiting for BBSIM to start" "bbsim-.*"
David Bainbridgee87067b2019-08-12 22:00:12 +00001272 if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +00001273 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +00001274 fi
Test User7d866122019-07-09 17:52:35 +00001275fi
1276
David Bainbridge5b7b96b2019-07-25 20:29:13 +00001277if [ $WITH_RADIUS == "yes" ]; then
David Bainbridgee87067b2019-08-12 22:00:12 +00001278 STIME=$(date +%s)
David Bainbridge5b7b96b2019-07-25 20:29:13 +00001279 echo -e "Verify RADIUS $LOCK"
1280 bspin - "Verify RADIUS Installed"
1281 if [ $(helm list --deployed --short --namespace voltha "^radius\$" | wc -l) -ne 1 ]; then
1282 espin - $NOT_VERIFIED
David Bainbridge90fd8e32019-08-21 23:32:47 +00001283 helm_install - voltha radius onf/freeradius latest "Install RADIUS"
David Bainbridge5b7b96b2019-07-25 20:29:13 +00001284 else
1285 espin - $VERIFIED
1286 fi
David Bainbridge4f1b5562019-08-19 04:46:52 +00001287 wait_for_pods - "voltha" 1 "includes" -1 "Waiting for RADIUS to start" "radius-.*"
David Bainbridgee87067b2019-08-12 22:00:12 +00001288 if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +00001289 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +00001290 fi
David Bainbridge5b7b96b2019-07-25 20:29:13 +00001291fi
1292
David K. Bainbridge4a06a4a2020-03-02 14:15:23 -08001293if [ $WITH_PORT_FORWARDS == "yes" ]; then
1294 STIME=$(date +%s)
1295 bspin - "Forward VOLTHA API port $FORWARD"
1296 kill_port_forward voltha-api
1297 port_forward voltha voltha-api $VOLTHA_API_PORT 55555
1298 espin - $VERIFIED
1299 bspin - "Forward VOLTHA ETCD port $FORWARD"
1300 kill_port_forward voltha-etcd-cluster-client
1301 port_forward voltha voltha-etcd-cluster-client $VOLTHA_ETCD_PORT 2379
1302 espin - $VERIFIED
1303 bspin - "Forward VOLTHA Kafka port $FORWARD"
1304 kill_port_forward voltha-kafka
1305 port_forward voltha voltha-kafka $VOLTHA_KAFKA_PORT 9092
1306 espin - $VERIFIED
1307 if [ "$WITH_TIMINGS" == "yes" ]; then
1308 printtime $(expr $(date +%s) - $STIME)
1309 fi
David Bainbridgee87067b2019-08-12 22:00:12 +00001310fi
Test User3d7ad8e2019-07-03 06:15:44 +00001311
David Bainbridgeb270c202019-07-26 01:44:42 +00001312if [ $WITH_ONOS == "yes" -a $WITH_RADIUS == "yes" ]; then
David Bainbridge5b7b96b2019-07-25 20:29:13 +00001313 bspin "Configure ONOS RADIUS Connection $GEAR"
David K. Bainbridge4a06a4a2020-03-02 14:15:23 -08001314 (set -x; cat onos-files/onos-aaa.json | sed -e "s/:RADIUS_IP:/$(kubectl -n voltha get service/radius -o jsonpath={.spec.clusterIP})/g" | curl --fail -sSL --user karaf:karaf -X POST http://$_ONOS_API_EP/onos/v1/network/configuration/apps/org.opencord.aaa -H Content-type:application/json -d@- >>$LOG 2>&1) >>$LOG 2>&1
David Bainbridge5b7b96b2019-07-25 20:29:13 +00001315 espin $VERIFIED
1316fi
1317
David Bainbridge99ac7a22019-08-31 02:26:43 +00001318if [ "$WITH_CHAOS" == "yes" ]; then
1319 STIME=$(date +%s)
1320 echo -e "Verify kube-monkey $LOCK"
1321 bspin - "Verify kube-monkey Installed"
1322 if [ $(helm list --deployed --short --namespace kube-monkey "^monkey\$" | wc -l) -ne 1 ]; then
1323 espin - $NOT_VERIFIED
1324 helm_install - kube-monkey monkey ./kube-monkey/helm/kubemonkey latest "Install Chaos Monkey"
1325 else
1326 espin - $VERIFIED
1327 fi
1328 wait_for_pods - "kube-monkey" 1 "includes" -1 "Waiting for Chaos to start" "monkey-.*"
1329 if [ "$WITH_TIMINGS" == "yes" ]; then
1330 printtime $(expr $(date +%s) - $STIME)
1331 fi
1332fi
1333
David Bainbridge5b7b96b2019-07-25 20:29:13 +00001334bspin "Create voltctl configuration file"
Test User3d7ad8e2019-07-03 06:15:44 +00001335(set -x; mkdir -p $HOME/.volt >>$LOG 2>&1) >>$LOG 2>&1
David K. Bainbridge4a06a4a2020-03-02 14:15:23 -08001336if [ $WITH_PORT_FORWARDS == "yes" ]; then
1337 (set -x; voltctl -a v3 -k localhost:$VOLTHA_KAFKA_PORT -s localhost:$VOLTHA_API_PORT config > $HOME/.volt/config-$NAME 2>>$LOG) >>$LOG 2>&1
1338else
1339 (set -x; voltctl -a v3 -k $(get_service_ep voltha voltha-kafka) -s $(get_service_ep voltha voltha-api) config > $HOME/.volt/config-$NAME 2>>$LOG) >>$LOG 2>&1
1340fi
David Bainbridge5b7b96b2019-07-25 20:29:13 +00001341espin $VERIFIED
Test User08ebbd92019-07-03 17:15:39 +00001342
David Bainbridge0774b232019-08-02 06:37:19 +00001343if [ ! -f "$NAME-env.sh" ]; then
1344 touch $NAME-env.sh
David Bainbridgeb07fdf72019-07-29 22:51:40 +00001345fi
1346
David Bainbridge596f30d2019-07-30 17:07:59 +00001347for O in $ALL_OPTIONS; do
1348 VAL=$(eval echo \$$O)
David Bainbridge0774b232019-08-02 06:37:19 +00001349 if [ ! -z "$VAL" -a $(grep -c "^export $O=" $NAME-env.sh) -eq 0 ]; then
1350 echo "export $O=\"$(eval echo \$$O)\"" >> $NAME-env.sh
David Bainbridgeb07fdf72019-07-29 22:51:40 +00001351 fi
1352done
1353
David Bainbridge0774b232019-08-02 06:37:19 +00001354if [ $DEPLOY_K8S == "yes" -a $(grep -c "^export KUBECONFIG=" $NAME-env.sh) -eq 0 ]; then
1355 echo "export KUBECONFIG=\"$(./bin/kind get kubeconfig-path --name=voltha-$NAME)\"" >> $NAME-env.sh
David Bainbridgeb07fdf72019-07-29 22:51:40 +00001356fi
1357
David Bainbridge0774b232019-08-02 06:37:19 +00001358if [ $(grep -c "^export VOLTCONFIG=" $NAME-env.sh) -eq 0 ]; then
1359 echo "export VOLTCONFIG=\"$HOME/.volt/config-$NAME\"" >> $NAME-env.sh
David Bainbridgeb07fdf72019-07-29 22:51:40 +00001360fi
1361
David Bainbridge0774b232019-08-02 06:37:19 +00001362if [ $(grep -c "^export PATH=" $NAME-env.sh) -eq 0 ]; then
1363 echo "export PATH=\"$GOPATH/bin:\$PATH\"" >> $NAME-env.sh
David Bainbridgeb07fdf72019-07-29 22:51:40 +00001364fi
1365
Test User7d866122019-07-09 17:52:35 +00001366echo ""
Test User08ebbd92019-07-03 17:15:39 +00001367echo "Please issue the following commands in your terminal to ensure that you" | tee -a $LOG
1368echo "are accessing the correct Kubernetes/Kind cluster as well as have the " | tee -a $LOG
1369echo "tools required by VOLTHA in your command path. " | tee -a $LOG
1370echo "" | tee -a $LOG
Test User7d866122019-07-09 17:52:35 +00001371echo -en $BOLD
Test Userba1e7e72019-07-10 22:27:54 +00001372if [ $DEPLOY_K8S == "yes" ]; then
David Bainbridge0774b232019-08-02 06:37:19 +00001373 echo "export KUBECONFIG=\"\$(./bin/kind get kubeconfig-path --name=\"voltha-$NAME\")\"" | tee -a $LOG
Test Userba1e7e72019-07-10 22:27:54 +00001374fi
David Bainbridge0774b232019-08-02 06:37:19 +00001375echo "export VOLTCONFIG=\"$HOME/.volt/config-$NAME\"" | tee -a $LOG
Test Userba1e7e72019-07-10 22:27:54 +00001376echo "export PATH=$GOPATH/bin:\$PATH" | tee -a $LOG
Test User7d866122019-07-09 17:52:35 +00001377echo -en $NORMAL
Test User08ebbd92019-07-03 17:15:39 +00001378echo "" | tee -a $LOG
1379echo "Thank you for choosing kind-voltha for you quick cluster needs." | tee -a $LOG
1380
David Bainbridge712afb82019-08-14 19:55:58 +00001381if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridgef858a022019-08-14 21:25:11 +00001382 echo -e "$CLOCK ${BOLD}TOTAL: $(duration $(expr $(date +%s) - $TOTAL_START_TIME))${NORMAL}"
David Bainbridge712afb82019-08-14 19:55:58 +00001383fi