blob: 493a9a34b9012a057538b9a5797d56495aca39cb [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
Test User08ebbd92019-07-03 17:15:39 +000033VOLTCTL_VERSION=${VOLTCTL_VERSION:-0.0.5-dev}
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -080034KIND_VERSION=${KIND_VERSION:-v0.5.1}
Test User08ebbd92019-07-03 17:15:39 +000035_VOLTCTL_VERSION=$(echo $VOLTCTL_VERSION | sed -e 's/-/_/g')
36
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}
David Bainbridgeb270c202019-07-26 01:44:42 +000073WITH_ONOS=${WITH_ONOS:-yes}
David Bainbridge99ac7a22019-08-31 02:26:43 +000074WITH_CHAOS=${WITH_CHAOS:-no}
David Bainbridge46505fb2019-10-01 21:13:20 +000075WITH_ADAPTERS=${WITH_ADAPTERS:-yes}
76WITH_SIM_ADAPTERS=${WITH_SIM_ADAPTERS:-yes}
77WITH_OPEN_ADAPTERS=${WITH_OPEN_ADAPTERS:-yes}
David Bainbridge2b19e832019-08-16 02:40:53 +000078CONFIG_SADIS=${CONFIG_SADIS:-no}
David Bainbridge27790d62019-08-13 22:43:19 +000079INSTALL_ONOS_APPS=${INSTALL_ONOS_APPS:-no}
Test Userba1e7e72019-07-10 22:27:54 +000080JUST_K8S=${JUST_K8S:-no}
81DEPLOY_K8S=${DEPLOY_K8S:-yes}
David K. Bainbridge0e89cb92019-07-17 11:30:10 -070082INSTALL_KUBECTL=${INSTALL_KUBECTL:-yes}
83INSTALL_HELM=${INSTALL_HELM:-yes}
David Bainbridge46505fb2019-10-01 21:13:20 +000084UPDATE_HELM_REPOS=${UPDATE_HELM_REPOS:-yes}
David Bainbridge4f1b5562019-08-19 04:46:52 +000085WAIT_ON_DOWN=${WAIT_ON_DOWN:-no}
David Bainbridge5b7b96b2019-07-25 20:29:13 +000086VOLTHA_LOG_LEVEL=${VOLTHA_LOG_LEVEL:-WARN}
David Bainbridge90fd8e32019-08-21 23:32:47 +000087VOLTHA_CHART=${VOLTHA_CHART:-onf/voltha}
88VOLTHA_CHART_VERSION=${VOLTHA_CHART_VERSION:-latest}
89VOLTHA_BBSIM_CHART=${VOLTHA_BBSIM_CHART:-onf/bbsim}
Matteo Scandolodcd29f52019-10-07 15:42:42 -070090VOLTHA_BBSIM_CHART_VERSION=${VOLTHA_BBSIM_CHART_VERSION:-latest}
David Bainbridgee10f6d52019-07-25 00:28:13 +000091VOLTHA_ADAPTER_SIM_CHART=${VOLTHA_ADAPTER_SIM_CHART:-onf/voltha-adapter-simulated}
David Bainbridge90fd8e32019-08-21 23:32:47 +000092VOLTHA_ADAPTER_SIM_CHART_VERSION=${VOLTHA_ADAPTER_SIM_CHART_VERSION:-latest}
David Bainbridgee10f6d52019-07-25 00:28:13 +000093VOLTHA_ADAPTER_OPEN_OLT_CHART=${VOLTHA_ADAPTER_OPEN_OLT_CHART:-onf/voltha-adapter-openolt}
David Bainbridge90fd8e32019-08-21 23:32:47 +000094VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION=${VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION:-latest}
David Bainbridgee10f6d52019-07-25 00:28:13 +000095VOLTHA_ADAPTER_OPEN_ONU_CHART=${VOLTHA_ADAPTER_OPEN_ONU_CHART:-onf/voltha-adapter-openonu}
David Bainbridge90fd8e32019-08-21 23:32:47 +000096VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION=${VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION:-latest}
97
Test Userba1e7e72019-07-10 22:27:54 +000098
99HAVE_GO=$(which go >/dev/null 2>&1 && echo "yes" || echo "no")
100HOSTOS=$(uname -s | tr "[:upper:]" "[:lower:"])
101HOSTARCH=$(uname -m | tr "[:upper:]" "[:lower:"])
102if [ $HOSTARCH == "x86_64" ]; then
103 HOSTARCH="amd64"
104fi
Test User7d866122019-07-09 17:52:35 +0000105
106# Verify TYPE setting
107if [ $(echo ":minimal:full:" | grep -ic ":$TYPE:") -eq 0 ]; then
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700108 >&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 +0000109 exit 1
110fi
111
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000112# Used to verify configuration values are set to "yes" or "no" value or convert
113# equivalents to "yes" or "no"
114function verify_yes_no() {
115 local VAR=$1
116 local VAL=$(eval echo \$$VAR)
117 if [ $(echo ":y:yes:true:n:no:false:1:0:" | grep -ic ":$VAL:") -eq 0 ]; then
118 >&2 echo -e "${RED}${BOLD}${ERROR}ERROR:${NORMAL}${RED} Invalid '$VAR' value of '$VAL'. Should be 'yes' or 'no'${NORMAL}"
119 echo "INVALID"
120 return 1
121 fi
122 if [ $(echo ":y:yes:true:1:" | grep -ic ":$VAL:") -eq 1 ]; then
123 echo "yes"
124 else
125 echo "no"
126 fi
127 return 0
128}
Test User7d866122019-07-09 17:52:35 +0000129
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000130ALL_YES_NO="\
131 WITH_TIMINGS \
132 WITH_BBSIM \
133 WITH_RADIUS \
134 WITH_ONOS \
David Bainbridge99ac7a22019-08-31 02:26:43 +0000135 WITH_CHAOS \
David Bainbridge46505fb2019-10-01 21:13:20 +0000136 WITH_ADAPTERS \
137 WITH_SIM_ADAPTERS \
138 WITH_OPEN_ADAPTERS \
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000139 CONFIG_SADIS \
140 JUST_K8S \
141 DEPLOY_K8S \
142 INSTALL_ONOS_APPS \
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000143 INSTALL_KUBECTL \
144 INSTALL_HELM \
David Bainbridge46505fb2019-10-01 21:13:20 +0000145 UPDATE_HELM_REPOS \
David Bainbridge4f1b5562019-08-19 04:46:52 +0000146 WAIT_ON_DOWN \
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000147 "
David Bainbridge5b7b96b2019-07-25 20:29:13 +0000148
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000149ALL_OPTIONS="\
150 NAME \
151 TYPE \
152 $ALL_YES_NO \
153 VOLTHA_LOG_LEVEL \
154 VOLTHA_CHART \
David Bainbridge90fd8e32019-08-21 23:32:47 +0000155 VOLTHA_CHART_VERSION \
156 VOLTHA_BBSIM_CHART \
157 VOLTHA_BBSIM_CHART_VERSION \
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000158 VOLTHA_ADAPTER_SIM_CHART \
David Bainbridge90fd8e32019-08-21 23:32:47 +0000159 VOLTHA_ADAPTER_SIM_CHART_VERSION \
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000160 VOLTHA_ADAPTER_OPEN_OLT_CHART \
David Bainbridge90fd8e32019-08-21 23:32:47 +0000161 VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION \
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000162 VOLTHA_ADAPTER_OPEN_ONU_CHART \
David Bainbridge90fd8e32019-08-21 23:32:47 +0000163 VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION \
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000164 ONOS_API_PORT \
165 ONOS_SSH_PORT \
166 VOLTHA_API_PORT \
167 VOLTHA_SSH_PORT \
168 VOLTHA_ETCD_PORT \
169 "
David Bainbridge01294952019-07-30 19:33:45 +0000170
David Bainbridge2a0b8a42019-08-16 17:39:29 +0000171# Iterate over yes/no configuration options and validate
172for VAR in $ALL_YES_NO; do
173 eval $VAR=$(verify_yes_no $VAR)
174 if [ "$(eval echo \$$VAR)" == "INVALID" ]; then
175 exit 1;
176 fi
177done
David Bainbridgeb270c202019-07-26 01:44:42 +0000178
David Bainbridge0774b232019-08-02 06:37:19 +0000179mkdir -p .voltha
180touch .voltha/ports
181HAVE=$(grep $NAME .voltha/ports)
182if [ "$HAVE X" == " X" ]; then
183 # Find free port prefix
184 START=81
185 while true; do
186 if [ $(grep -c $START .voltha/ports) -eq 0 ]; then
187 break
188 fi
189 START=$(expr $START + 1)
190 done
191 DELTA=$(expr $START - 81)
David Bainbridgea2595422019-10-22 03:54:28 +0000192 ONOS_API_PORT=${ONOS_API_PORT:-${START}81}
193 ONOS_SSH_PORT=${ONOS_SSH_PORT:-${START}01}
194 VOLTHA_API_PORT=${VOLTHA_API_PORT:-5$(expr 55 + $DELTA)55}
195 VOLTHA_SSH_PORT=${VOLTHA_SSH_PORT:-$(expr 50 + $DELTA)22}
196 VOLTHA_ETCD_PORT=${VOLTHA_ETCD_PORT:-$(expr 23 + $DELTA)79}
Test User01ed0642019-07-03 20:17:06 +0000197else
David Bainbridge0774b232019-08-02 06:37:19 +0000198 VALUES=$(echo $HAVE | sed -e 's/\s//g' | cut -d= -f2)
David Bainbridgea2595422019-10-22 03:54:28 +0000199 ONOS_API_PORT=${ONOS_API_PORT:-$(echo $VALUES | cut -d, -f1)}
200 ONOS_SSH_PORT=${ONOS_SSH_PORT:-$(echo $VALUES | cut -d, -f2)}
201 VOLTHA_API_PORT=${VOLTHA_API_PORT:-$(echo $VALUES | cut -d, -f3)}
202 VOLTHA_SSH_PORT=${VOLTHA_SSH_PORT:-$(echo $VALUES | cut -d, -f4)}
203 VOLTHA_ETCD_PORT=${VOLTHA_ETCD_PORT:-$(echo $VALUES | cut -d, -f5)}
Test User01ed0642019-07-03 20:17:06 +0000204fi
205
David Bainbridge0774b232019-08-02 06:37:19 +0000206PORTTMP=$(mktemp -u)
207cat .voltha/ports | grep -v $NAME > $PORTTMP
208echo "$NAME=$ONOS_API_PORT,$ONOS_SSH_PORT,$VOLTHA_API_PORT,$VOLTHA_SSH_PORT,$VOLTHA_ETCD_PORT" >> $PORTTMP
209cp $PORTTMP .voltha/ports
210rm -f $PORTTMP
211
David Bainbridge27790d62019-08-13 22:43:19 +0000212export ONOS_API_PORT ONOS_SSH_PORT
David Bainbridge01294952019-07-30 19:33:45 +0000213
Test Userd87942b2019-07-03 07:20:24 +0000214IDX=1
David Bainbridgee87067b2019-08-12 22:00:12 +0000215CLOCK="TIME:"
David Bainbridge38dc1e82019-08-12 15:18:45 +0000216SPIN_PARTS=
217NOT_VERIFIED=
David Bainbridgef858a022019-08-14 21:25:11 +0000218THEX=
219BUILD=
220CROSS=
221ENTER=
David Bainbridge38dc1e82019-08-12 15:18:45 +0000222VERIFIED=
223HELM=
224OLD_KEY=
225BIRD=
226HIGH_VOLTAGE=
227PLUG=
228RESTART=
229FORWARD=
230INSTALL=
231STOP=
232GO=
233DOWNLOAD=
234GEAR=
235NO_ENTRY=
236LOCK=
237
238if [ $FANCY -eq 1 ]; then
239 SPIN_PARTS="\
240 \xe2\xa2\x8e\xe2\xa1\xb0 \
241 \xe2\xa2\x8e\xe2\xa1\xa1 \
242 \xe2\xa2\x8e\xe2\xa1\x91 \
243 \xe2\xa2\x8e\xe2\xa0\xb1 \
244 \xe2\xa0\x8e\xe2\xa1\xb1 \
245 \xe2\xa2\x8a\xe2\xa1\xb1 \
246 \xe2\xa2\x8c\xe2\xa1\xb1 \
247 \xe2\xa2\x86\xe2\xa1\xb1 \
248 "
David Bainbridgee87067b2019-08-12 22:00:12 +0000249 CLOCK="\xe2\x8f\xb1"
David Bainbridgef858a022019-08-14 21:25:11 +0000250 THEX="${RED}${BOLD}\xe2\x9c\x97\x20${NORMAL}"
251 ENTER="${YELLOW}${BOLD}\xe2\x8e\x86${NORMAL}"
252 CROSS="${YELLOW}${BOLD}\xe2\x9c\x9a${NORMAL}"
253 BUILD="${YELLOW}${BOLD}\xf0\x9f\x8f\x97${NORMAL}"
254 NOT_VERIFIED="$BUILD"
255 VERIFIED="${GREEN}${BOLD}\xe2\x9c\x93\x20${NORMAL}"
256 HELM="${BLUE}${BOLD}\xE2\x8E\x88${NORMAL}"
David Bainbridge38dc1e82019-08-12 15:18:45 +0000257 OLD_KEY="\xF0\x9F\x97\x9D"
258 BIRD="\xF0\x9F\x90\xA6"
259 HIGH_VOLTAGE="\xE2\x9A\xA1"
260 PLUG="\xF0\x9F\xa7\xa9"
261 RESTART="\xf0\x9f\x94\x84"
262 FORWARD="\xE2\x87\xA8"
263 INSTALL="\xF0\x9F\x8F\x97"
264 STOP="\xf0\x9f\x9b\x91"
265 GO="\xf0\x9f\x9a\x80"
266 DOWNLOAD="\xf0\x9f\x93\xa5"
267 GEAR="\xe2\x9a\x99"
268 NO_ENTRY="\xe2\x9b\x94"
269 LOCK="\xf0\x9f\x94\x92"
270fi
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700271
David Bainbridge712afb82019-08-14 19:55:58 +0000272duration() {
David Bainbridgee87067b2019-08-12 22:00:12 +0000273 local h=$(expr $1 / 3600)
274 local m=$(expr $1 % 3600 / 60)
275 local s=$(expr $1 % 60)
276 local t=""
277
278 if [ $h -gt 0 ]; then
279 t="$t${h}h"
280 fi
281 if [ $m -gt 0 ]; then
282 t="$t${m}m"
283 fi
David Bainbridge712afb82019-08-14 19:55:58 +0000284 echo "$t${s}s"
285}
286
287printtime() {
288 local INDENT=
289 if [ "$1" == "-" ]; then
290 INDENT=" "
291 shift
292 fi
293 echo -e "$INDENT $CLOCK $(duration $1)"
David Bainbridgee87067b2019-08-12 22:00:12 +0000294}
295
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700296bspin() {
Test Userd87942b2019-07-03 07:20:24 +0000297 IDX=1
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700298 local INDENT=
299 if [ "$1" == "-" ]; then
300 INDENT=" "
301 shift
302 fi
David Bainbridge38dc1e82019-08-12 15:18:45 +0000303 if [ $FANCY -eq 0 ]; then
304 LINE=$(echo $* | sed -e 's/[\s+-]//g')
305 if [ "$LINE X" == " X" ]; then
306 return
307 fi
308 echo -e "$CIVIS$INDENT$*"
309 else
310 echo -en "$CIVIS$INDENT $*"
311 fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700312}
313
314sspin() {
315 local INDENT=
316 if [ "$1" == "-" ]; then
317 INDENT=" "
318 shift
319 fi
David Bainbridge38dc1e82019-08-12 15:18:45 +0000320 if [ $FANCY -eq 0 ]; then
321 LINE=$(echo $* | sed -e 's/[\s+-]//g')
322 if [ "$LINE X" == " X" ]; then
323 return
324 fi
325 echo -e "$INDENT$*"
326 else
327 C=$(echo $SPIN_PARTS | cut '-d ' -f $IDX)
328 echo -en "\r$INDENT$C $*"
329 IDX=$(expr $IDX + 1)
330 if [ $IDX -gt 8 ]; then
331 IDX=1
332 fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700333 fi
334}
335
336espin() {
337 local INDENT=
338 if [ "$1" == "-" ]; then
339 INDENT=" "
340 shift
341 fi
David Bainbridge38dc1e82019-08-12 15:18:45 +0000342 if [ $FANCY -eq 0 ]; then
343 LINE=$(echo $* | sed -e 's/[\s+-]//g')
344 if [ "$LINE X" == " X" ]; then
345 return
346 fi
347 echo -e "$INDENT$*"
348 else
349 echo -e "\r$INDENT$*$CNORM"
350 fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700351}
352
David Bainbridgeac7f8072019-08-01 22:15:33 +0000353if [ "$1" == "get" -a "$2" == "voltconfig" ]; then
David Bainbridge0774b232019-08-02 06:37:19 +0000354 echo "$HOME/.volt/config-$NAME"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000355 exit
356fi
357
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -0700358if [ $# -ne 1 -o $(echo ":up:down:dump:" | grep -c ":$1:") -ne 1 ]; then
David Bainbridgeac7f8072019-08-01 22:15:33 +0000359 >&2 echo "What wouild you like to do today:"
360 >&2 echo " up - bring up voltha"
361 >&2 echo " down - tear down voltha"
362 >&2 echo " dump - create a debug dump of running system"
363 exit 1
364fi
365
David Bainbridge4f1b5562019-08-19 04:46:52 +0000366push_onos_config() {
367 local MSG=$1
368 local RESOURCE=$2
369 local DATA=$3
370
371 bspin - "$MSG $GEAR"
372 while true; do
373 (set -x; curl --fail -sSL --user karaf:karaf -X POST -H Content-Type:application/json http://127.0.0.1:$ONOS_API_PORT/onos/v1/$RESOURCE --data @$DATA >>$LOG 2>&1) >>$LOG 2>&1
374 if [ $? -eq 0 ]; then
375 break
376 fi
377 sleep .2
378 sspin -
379 done
380 espin - $VERIFIED
381}
382
383override_onos_app() {
384 local APP=$1
385 local NAME=$(basename $APP | sed -e 's/^[0-9][0-9]*-//g' -e 's/-.*$//g')
386 while true; do
387 sspin -
388 # Attempt to delete old version (if it exists)
389 (set -x; curl --fail -sSL --user karaf:karaf -X DELETE http://127.0.0.1:$ONOS_API_PORT/onos/v1/applications/$NAME >>$LOG 2>&1) >>$LOG 2>&1
390 sspin -
391 if [ $? -ne 0 ]; then
392 continue
393 fi
394 (set -x; curl --fail -sSL --user karaf:karaf -X POST -H Content-Type:application/octet-stream http://127.0.0.1:$ONOS_API_PORT/onos/v1/applications?activate=true --data-binary @$APP >>$LOG 2>&1) >>$LOG 2>&1
395 if [ $? -eq 0 ]; then
396 break
397 fi
398 sleep .2
399 done
400}
401
402activate_onos_app() {
403 local MSG="$1"
404 local APP=$2
405
406 bspin - "$MSG $GO"
407 while true; do
408 sspin -
409 (set -x; curl --fail -sSL --user karaf:karaf -X POST http://127.0.0.1:$ONOS_API_PORT/onos/v1/applications/$APP/active >>$LOG 2>&1) >>$LOG 2>&1
410 if [ $? -eq 0 ]; then
411 break
412 fi
413 sleep .2
414 done
415 espin - "$VERIFIED"
416}
417
418count_pods() {
419 local NAMESPACE=$1; shift
420 if [ "$NAMESPACE" == "all-namespaces" ]; then
421 NAMESPACE="--all-namespaces"
422 else
423 NAMESPACE="-n $NAMESPACE"
424 fi
425 echo "$NAMESPACE" > /tmp/t
426 local STATES=$1; shift
427 echo "$STATES" >> /tmp/t
428 local PODS=$(kubectl get $NAMESPACE pod -o go-template="{{range .items}}{{.metadata.name}}/{{.status.phase}}/_{{range .status.containerStatuses}}{{.ready}}_{{end}} {{end}}")
429 local COUNT=0
430 local PATTERNS="$*"
431 for POD in $PODS; do
432 local NAME=$(echo $POD | cut -d/ -f 1)
433 local STATE=$(echo $POD | cut -d/ -f 2)
434 local CONTAINERS=$(echo $POD | cut -d/ -f 3 | sed -e 's/_/ /g')
435 if [ "$STATES" == "*" -o $(echo "$STATES" | grep -c ":$STATE:") -ne 0 ]; then
436 echo "IN WITH $POD" >> /tmp/t
437 local TOTAL=$(echo $CONTAINERS | wc -w)
438 local FOUND=$(echo $CONTAINERS | grep -o true | wc -l)
439 if [ $TOTAL -eq $FOUND ]; then
440 for PATTERN in $PATTERNS; do
441 echo "TEST $PATTERN AGAINST $NAME" >> /tmp/t
442 if [[ $NAME =~ $PATTERN ]]; then
443 echo "COUNT $NAME" >> /tmp/t
444 COUNT=$(expr $COUNT + 1)
445 break
446 fi
447 done
448 fi
449 fi
450 done
451 echo $COUNT >> /tmp/t
452 echo $COUNT
453}
454
455wait_for_pods() {
456 local INDENT=
457 if [ "$1" == "-" ]; then
458 INDENT=$1; shift
459 fi
460 local NAMESPACE=$1; shift
461 local EXPECT=$1; shift
462 local TYPE=$1; shift
463 local RETRY=$1; shift
464 local MESSAGE=$1; shift
465 local PATTERNS=$*
David Bainbridge99ac7a22019-08-31 02:26:43 +0000466 local STATES=":Running:"
467 if [ "$TYPE" == "not" ]; then
468 STATES="*"
469 fi
470 local HAVE=$(count_pods $NAMESPACE "$STATES" $PATTERNS)
David Bainbridge4f1b5562019-08-19 04:46:52 +0000471 local ALL=$HAVE
472 if [ "$TYPE" == "only" ]; then
473 ALL=$(count_pods "all-namespaces" "*" ".*")
474 fi
475 COUNT=$(expr 300 / 15)
476 bspin $INDENT $MESSAGE
477 sspin $INDENT
478 if [ $HAVE -ne $EXPECT -o $ALL -ne $HAVE ]; then
479 while [ $HAVE -ne $EXPECT -o $ALL -ne $HAVE ]; do
480 sspin $INDENT
481 COUNT=$(expr $COUNT - 1)
482 if [ $COUNT -eq 0 ]; then
David Bainbridge99ac7a22019-08-31 02:26:43 +0000483 HAVE=$(count_pods $NAMESPACE "$STATES" $PATTERNS)
David Bainbridge4f1b5562019-08-19 04:46:52 +0000484 ALL=$HAVE
485 if [ "$TYPE" == "only" ]; then
486 ALL=$(count_pods "all-namespaces" "*" ".*")
487 fi
488 COUNT=$(expr 300 / 15)
489 fi
490 sleep .15
491 done
492 fi
493 espin $INDENT $VERIFIED
494 if [ $HAVE -ne $EXPECT ]; then
495 return 1
496 fi
497 return 0
498}
499
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800500port_forward() {
501 local NS=$1
502 local SVC=$2
503 local FROM_PORT=$3
504 local TO_PORT=$4
505 local TAG=$SVC-$NAME
506
507 (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
508}
509
510kill_port_forward() {
511 local TAG=$1-$NAME
David Bainbridgec6871d22019-11-13 17:10:31 +0000512 local P_IDS=$(ps e -ww -A | grep "_TAG=$TAG" | grep -v grep | awk '{print $1}')
David Bainbridgebcf235b2019-11-12 21:33:58 +0000513 local PARENTS=
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800514 local KIDS=
David Bainbridgec6871d22019-11-13 17:10:31 +0000515 local UNKNOWN=
516 if [ ! -z "$P_IDS" ]; then
517 for P_ID in $P_IDS; do
518 local PP_ID=$(ps -o ppid $P_ID | tail -n +2)
519 if [ ! -z "$PP_ID" ]; then
520 if [ $PP_ID -eq 1 ]; then
521 PARENTS="$PARENTS $P_ID"
522 else
523 KIDS="$KIDS $P_ID"
524 fi
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800525 else
David Bainbridgec6871d22019-11-13 17:10:31 +0000526 UNKNOWN="$UNKNOWN $P_ID"
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800527 fi
528 done
David Bainbridgec6871d22019-11-13 17:10:31 +0000529 (set -x; kill -9 $PARENTS $KIDS $UNKNOWN >>$LOG 2>&1) >>$LOG 2>&1
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800530 fi
531}
532
David Bainbridgeac7f8072019-08-01 22:15:33 +0000533if [ "$1" == "down" ]; then
David Bainbridge0774b232019-08-02 06:37:19 +0000534 echo "Tearing down voltha cluster $NAME"
535 LOG="down-$NAME.log"
536 echo $(date -u +"%Y%m%dT%H%M%SZ") >$LOG
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800537 bspin "Remove port-forwards: onos-ui-$NAME"
538 kill_port_forward onos-ui
539 sspin "Remove port-forwards: onos-ssh-$NAME$CEOL"
540 kill_port_forward onos-ssh
541 sspin "Remove port-forwards: voltha-api-$NAME$CEOL"
542 kill_port_forward voltha-api
543 sspin "Remove port-forwards: voltha-ssh-$NAME$CEOL"
544 kill_port_forward voltha-ssh
545 sspin "Remove port-forwards: voltha-etcd-$NAME$CEOL"
546 kill_port_forward voltha-etcd-cluster-client
547 espin "$VERIFIED Remove port-forwards$CEOL"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000548 if [ $DEPLOY_K8S == "yes" ]; then
549 if [ -x ./bin/kind ]; then
David Bainbridge0774b232019-08-02 06:37:19 +0000550 bspin "Delete Kubernetes Kind Cluster"
551 (set -x; ./bin/kind delete cluster --name voltha-$NAME >>$LOG 2>&1) >>$LOG 2>&1
552 espin $VERIFIED
David Bainbridgeac7f8072019-08-01 22:15:33 +0000553 else
David Bainbridge0774b232019-08-02 06:37:19 +0000554 espin "$NO_ENTRY Delete Kubernetes Kind Cluster: kind command not found"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000555 fi
556 else
557 EXISTS=$(helm list -q)
558 EXPECT="etcd-operator onos open-olt open-onu sim voltha bbsim radius"
David Bainbridge0774b232019-08-02 06:37:19 +0000559 bspin "Remove Helm Deployments"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000560 for i in $EXISTS; do
561 if [ $(echo $EXPECT | grep -c $i) -eq 1 ]; then
David Bainbridge0774b232019-08-02 06:37:19 +0000562 sspin "Remove Helm Deployments: $i$CEOL"
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800563 (set -x; ./bin/helm delete --no-hooks --purge $i >>$LOG 2>&1) >>$LOG 2>&1
David Bainbridgeac7f8072019-08-01 22:15:33 +0000564 fi
565 done
David Bainbridge0774b232019-08-02 06:37:19 +0000566 espin "$VERIFIED Remove Helm Deployments$CEOL"
David Bainbridge4f1b5562019-08-19 04:46:52 +0000567 if [ "$WAIT_ON_DOWN" == "yes" ]; then
568 # There should only be 13 or 15 PODs in the kube-system name
569 # space and no other PODs
David Bainbridge4f1b5562019-08-19 04:46:52 +0000570 PODS="coredns-.* \
571 etcd-voltha-$NAME-control-plane \
572 kindnet-.* \
573 kube-apiserver-voltha-$NAME-control-plane \
574 kube-controller-manager-voltha-$NAME-control-plane \
575 kube-proxy-.* \
576 kube-scheduler-voltha-$NAME-control-plane \
577 tiller-deploy-.*"
578 EXPECT=$(test "$TYPE" == "minimal" && echo "13" || echo "15")
David Bainbridge99ac7a22019-08-31 02:26:43 +0000579 PODS="adapter-.* \
580 bbsim.* \
581 etcd-operator.* \
582 radius.* \
583 voltha-.*"
584 EXPECT=0
585
586 wait_for_pods "voltha" $EXPECT "not" -1 "Waiting for VOLTHA PODs to terminate" $PODS
David Bainbridge4f1b5562019-08-19 04:46:52 +0000587 fi
David Bainbridgeac7f8072019-08-01 22:15:33 +0000588 fi
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -0700589 exit
David Bainbridgeac7f8072019-08-01 22:15:33 +0000590fi
591
592if [ "$1" == "dump" ]; then
David Bainbridge0774b232019-08-02 06:37:19 +0000593 LOG="dump-$NAME.log"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000594 TS=$(date -u +"%Y%m%dT%H%M%SZ")
David Bainbridge76514a02019-10-08 01:50:35 +0000595 if [ ! -z "$DUMP_FROM" ]; then
596 TS=$(echo $DUMP_FROM | sed -e 's/[:-]//g')
597 fi
David Bainbridgeac7f8072019-08-01 22:15:33 +0000598 WORK=$(mktemp -u -d)
David Bainbridge0774b232019-08-02 06:37:19 +0000599 DATA=$WORK/voltha-debug-dump-$NAME-$TS
David Bainbridgeac7f8072019-08-01 22:15:33 +0000600 mkdir -p $DATA
601 echo $TS > $LOG
David Bainbridge0774b232019-08-02 06:37:19 +0000602 echo -e "Capturing debug dump to voltha-debug-dump-$NAME-$TS.tgz"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000603 bspin - "Copy install log"
David Bainbridge0774b232019-08-02 06:37:19 +0000604 if [ -f install-$NAME.log ]; then
605 (set -x; cp install-$NAME.log $DATA/install-$NAME.log) >>$LOG 2>&1
David Bainbridgeac7f8072019-08-01 22:15:33 +0000606 espin - $VERIFIED
607 else
David Bainbridge0774b232019-08-02 06:37:19 +0000608 espin - "$NO_ENTRY Copy install log: install-$NAME.log not found"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000609 fi
610 bspin - "Dumping Kubernetes PODs"
611 (set -x; kubectl get --all-namespaces pods >> $DATA/all-pods.txt 2>&1) >>$LOG 2>&1
612 espin - $VERIFIED
613 bspin - "Dumping Kubernetes SERVICEs"
614 (set -x; kubectl get --all-namespaces svc >> $DATA/all-services.txt 2>&1) >>$LOG 2>&1
615 espin - $VERIFIED
616 bspin - "Dumping Kubernetes EVENTs"
617 (set -x; kubectl get --all-namespaces events >> $DATA/all-events.txt 2>&1) >>$LOG 2>&1
618 espin - $VERIFIED
619 bspin - "Dumping VOLTHA POD details"
Matteo Scandolodcd29f52019-10-07 15:42:42 -0700620 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 +0000621 SINCE=
622 if [ ! -z "$DUMP_FROM" ]; then
623 SINCE="--since-time=$DUMP_FROM"
624 fi
David Bainbridgeac7f8072019-08-01 22:15:33 +0000625 for POD in $PODS; do
David Bainbridge1f0655a2019-10-01 22:08:48 +0000626 NS=$(echo $POD | cut -d: -f1)
627 POD=$(echo $POD | cut -d: -f2)
David Bainbridgeac7f8072019-08-01 22:15:33 +0000628 sspin - "Dumping VOLTHA POD details: $POD$CEOL"
629 mkdir -p $DATA/$POD
David Bainbridge1f0655a2019-10-01 22:08:48 +0000630 (set -x; kubectl describe -n $NS $POD >> $DATA/$POD/describe.txt 2>&1) >>$LOG 2>&1
David Bainbridgeac7f8072019-08-01 22:15:33 +0000631 sspin - "Dumping VOLTHA POD details: $POD"
David Bainbridgecfd7ca12019-10-06 03:31:41 +0000632 (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 +0000633 sspin - "Dumping VOLTHA POD details: $POD"
David Bainbridgecfd7ca12019-10-06 03:31:41 +0000634 (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 +0000635 sspin - "Dumping VOLTHA POD details: $POD"
636 done
637 espin - "$VERIFIED Dumping VOLTHA POD details$CEOL"
638 bspin - "Dumping ETCD"
639 if [ "$(which etcdctl) X" != " X" ]; then
David Bainbridge0774b232019-08-02 06:37:19 +0000640 (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 +0000641 espin - $VERIFIED
642 else
643 espin - "$NO_ENTRY Dumping ETCD: etcdctl command not available"
644 fi
David Bainbridge0774b232019-08-02 06:37:19 +0000645 bspin - "Creating compressed TAR: voltha-debug-dump-$NAME-$TS.tgz"
646 (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 +0000647 espin - $VERIFIED
648 bspin - "Cleanup"
649 (set -x; rm -rf $WORK) >>$LOG 2>&1
650 espin - $VERIFIED
David Bainbridge0774b232019-08-02 06:37:19 +0000651 bspin - "$(ls -l voltha-debug-dump-$NAME-$TS.tgz)"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000652 espin - $VERIFIED
653 exit
654fi
655
David Bainbridge0774b232019-08-02 06:37:19 +0000656LOG="install-$NAME.log"
David Bainbridgeac7f8072019-08-01 22:15:33 +0000657date > $LOG
David Bainbridge0774b232019-08-02 06:37:19 +0000658echo "PORTS=$ONOS_API_PORT,$ONOS_SSH_PORT,$VOLTHA_API_PORT,$VOLTHA_SSH_PORT,$VOLTHA_ETCD_PORT" >> $LOG
David Bainbridgeac7f8072019-08-01 22:15:33 +0000659
660# Output install options to log
661echo "OPTIONS" >> $LOG
David Bainbridgeac7f8072019-08-01 22:15:33 +0000662for O in $ALL_OPTIONS; do
663 VAL=$(eval echo \$$O)
David Bainbridgeac7f8072019-08-01 22:15:33 +0000664 if [ ! -z "$VAL" ]; then
665 printf " %-30s = %s\n" $O $VAL >> $LOG
666 fi
667done
668
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -0700669helm_install() {
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700670 local INDENT=
671 if [ "$1" == "-" ]; then
672 INDENT=$1; shift
673 fi
674 local NAMESPACE=$1; shift
David Bainbridge0774b232019-08-02 06:37:19 +0000675 local INAME=$1; shift
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700676 local CHART=$1; shift
David Bainbridge90fd8e32019-08-21 23:32:47 +0000677 local CHART_VERSION=$1; shift
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700678 local MESSAGE=$*
679
David Bainbridge90fd8e32019-08-21 23:32:47 +0000680 if [ "$CHART_VERSION X" != " X" -a "$CHART_VERSION" != "latest" ]; then
681 CHART_VERSION="--version $CHART_VERSION"
682 else
683 CHART_VERSION=
684 fi
685
David Bainbridge99ac7a22019-08-31 02:26:43 +0000686 local CHART_ARGS=
687 if [ -r "${INAME}-values.yaml" ]; then
688 CHART_ARGS="-f ${INAME}-values.yaml"
689 fi
690
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700691 COUNT=$(expr 300 / 15)
692 bspin $INDENT $MESSAGE
David Bainbridge99ac7a22019-08-31 02:26:43 +0000693 (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
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700694 SUCCESS=$?
695 while [ $SUCCESS -ne 0 ]; do
696 sspin $INDENT
697 COUNT=$(expr $COUNT - 1)
698 if [ $COUNT -eq 0 ]; then
David Bainbridge99ac7a22019-08-31 02:26:43 +0000699 (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
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700700 COUNT=$(expr 300 / 15)
701 fi
702 sleep .15
703 done
704 espin $INDENT $VERIFIED
705}
706
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700707echo "INSTALL TYPE: $TYPE" >> $LOG
708
709bspin "Verify GOPATH"
710export GOPATH=$(pwd)
Test User3d7ad8e2019-07-03 06:15:44 +0000711mkdir -p $GOPATH/bin
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700712espin $VERIFIED
713
David Bainbridgee87067b2019-08-12 22:00:12 +0000714STIME=$(date +%s)
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700715if [ "$INSTALL_KUBECTL" == "no" ]; then
716 bspin "Skip kubectl install"
717 espin $NO_ENTRY
Test Userc13bdc92019-07-03 20:57:49 +0000718else
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700719 bspin "Verify kubectl $HELM"
720 if [ -x $GOPATH/bin/kubectl ]; then
721 espin $VERIFIED
722 else
723 espin $NOT_VERIFIED
724 bspin - "Download and install Kubernetes/kubectl $DOWNLOAD"
725 (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
726 (set -x; chmod 755 $GOPATH/bin/kubectl >>$LOG 2>&1) >>$LOG 2>&1
727 espin - $VERIFIED
728 fi
Test Userc13bdc92019-07-03 20:57:49 +0000729fi
David Bainbridgee87067b2019-08-12 22:00:12 +0000730if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +0000731 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +0000732fi
Test Userc13bdc92019-07-03 20:57:49 +0000733
David Bainbridgee87067b2019-08-12 22:00:12 +0000734STIME=$(date +%s)
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700735if [ "$DEPLOY_K8S" == "no" ]; then
736 bspin "Skip Kubernetes/Kind Deployment"
737 espin $NO_ENTRY
738else
Test Userba1e7e72019-07-10 22:27:54 +0000739 bspin "Verify Kubernetes/Kind $HELM"
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800740 IS_INSTALLED=0
741 OP_TYPE="install"
Test Userba1e7e72019-07-10 22:27:54 +0000742 if [ -x $GOPATH/bin/kind ]; then
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800743 OP_TYPE="upgrade"
744 if [ $($GOPATH/bin/kind --version | grep -c $KIND_VERSION) -eq 1 ]; then
745 IS_INSTALLED=1
746 espin $VERIFIED
747 fi
748 fi
749 if [ $IS_INSTALLED -eq 0 ]; then
Test Userba1e7e72019-07-10 22:27:54 +0000750 espin $NOT_VERIFIED
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800751 bspin - "Download and $OP_TYPE Kubernetes/kind $DOWNLOAD"
David Bainbridge9e2a6662019-07-11 17:07:57 +0000752 (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 +0000753 (set -x; chmod 755 $GOPATH/bin/kind >>$LOG 2>&1) >>$LOG 2>&1
754 espin - $VERIFIED
755 fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700756fi
757
David Bainbridgee87067b2019-08-12 22:00:12 +0000758if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +0000759 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +0000760fi
761
762STIME=$(date +%s)
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700763if [ "$INSTALL_HELM" == "no" ]; then
764 bspin "Skip Helm Install"
765 espin $NO_ENTRY
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700766else
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700767 bspin "Verify Helm $HELM"
768 if [ -x $GOPATH/bin/helm ]; then
769 espin $VERIFIED
770 else
771 espin $NOT_VERIFIED
772 bspin - "Download and install Helm $DOWNLOAD"
David Bainbridgec6a6eb62019-10-18 22:50:07 +0000773 (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 -0700774 espin - $VERIFIED
775 fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700776fi
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800777
David Bainbridgee87067b2019-08-12 22:00:12 +0000778if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +0000779 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +0000780fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700781
David Bainbridgee87067b2019-08-12 22:00:12 +0000782STIME=$(date +%s)
Test Userb5712372019-07-03 21:52:17 +0000783bspin "Verify voltctl $HIGH_VOLTAGE"
Test User3d7ad8e2019-07-03 06:15:44 +0000784if [ -x $GOPATH/bin/voltctl ]; then
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700785 espin $VERIFIED
786else
787 espin $NOT_VERIFIED
David Bainbridge99ac7a22019-08-31 02:26:43 +0000788 bspin - "Download and install voltctl $DOWNLOAD"
Test Userba1e7e72019-07-10 22:27:54 +0000789 (set -x; curl -o $GOPATH/bin/voltctl -sSL https://github.com/ciena/voltctl/releases/download/$VOLTCTL_VERSION/voltctl-$_VOLTCTL_VERSION-$HOSTOS-$HOSTARCH >>$LOG 2>&1) >>$LOG 2>&1
Test User08ebbd92019-07-03 17:15:39 +0000790 (set -x; chmod 755 $GOPATH/bin/voltctl >>$LOG 2>&1) >>$LOG 2>&1
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700791 espin - $VERIFIED
792fi
David Bainbridgee87067b2019-08-12 22:00:12 +0000793if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +0000794 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +0000795fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700796
797bspin "Verify command PATH"
Test Userba1e7e72019-07-10 22:27:54 +0000798export PATH=$GOPATH/bin:$PATH
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700799espin $VERIFIED
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700800
David Bainbridgee87067b2019-08-12 22:00:12 +0000801STIME=$(date +%s)
Test Userba1e7e72019-07-10 22:27:54 +0000802if [ "$DEPLOY_K8S" == "yes" ]; then
David Bainbridge0774b232019-08-02 06:37:19 +0000803 HAVE=$(kind get clusters | grep -c voltha-$NAME)
Test Userba1e7e72019-07-10 22:27:54 +0000804 bspin "Verify Kubernetes/Kind Cluster"
805 sspin
806 if [ $HAVE -eq 0 ]; then
David Bainbridge491b1bd2019-07-11 17:53:11 +0000807 espin $NOT_VERIFIED
808 bspin - "Verify cluster configuration"
David Bainbridge0774b232019-08-02 06:37:19 +0000809 if [ ! -r ./$NAME-cluster.cfg ]; then
David Bainbridge491b1bd2019-07-11 17:53:11 +0000810 espin - $NOT_VERIFIED
David Bainbridge0774b232019-08-02 06:37:19 +0000811 bspin - "Download cluster configuration: $TYPE-cluster.cfg to $NAME-cluster.cfg $DOWNLOAD"
812 (set -x; curl -o ./$NAME-cluster.cfg -sSL https://raw.githubusercontent.com/ciena/kind-voltha/master/$TYPE-cluster.cfg >>$LOG 2>&1) >>$LOG 2>&1
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700813 espin - $VERIFIED
814 else
815 espin - $VERIFIED
816 fi
David Bainbridge0774b232019-08-02 06:37:19 +0000817 kind create cluster --name voltha-$NAME --config $NAME-cluster.cfg
David Bainbridge491b1bd2019-07-11 17:53:11 +0000818 else
819 espin $VERIFIED
Test Userba1e7e72019-07-10 22:27:54 +0000820 fi
821
David Bainbridge0774b232019-08-02 06:37:19 +0000822 export KUBECONFIG="$(kind get kubeconfig-path --name="voltha-$NAME")"
Test Userba1e7e72019-07-10 22:27:54 +0000823 P="coredns-.* \
David Bainbridge0774b232019-08-02 06:37:19 +0000824 etcd-voltha-$NAME-control-plane \
Test Userba1e7e72019-07-10 22:27:54 +0000825 kindnet-.* \
David Bainbridge0774b232019-08-02 06:37:19 +0000826 kube-apiserver-voltha-$NAME-control-plane \
827 kube-controller-manager-voltha-$NAME-control-plane \
Test Userba1e7e72019-07-10 22:27:54 +0000828 kube-proxy-.* \
David Bainbridge0774b232019-08-02 06:37:19 +0000829 kube-scheduler-voltha-$NAME-control-plane"
Test Userba1e7e72019-07-10 22:27:54 +0000830
831 EXPECT=$(test "$TYPE" == "minimal" && echo "12" || echo "14")
David Bainbridge4f1b5562019-08-19 04:46:52 +0000832 wait_for_pods - "kube-system" $EXPECT "includes" -1 "Waiting for system PODs to start" $P
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700833fi
David Bainbridgee87067b2019-08-12 22:00:12 +0000834if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +0000835 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +0000836fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700837
David Bainbridgee87067b2019-08-12 22:00:12 +0000838STIME=$(date +%s)
David Bainbridge4c6289c2019-09-03 21:11:32 +0000839COUNT=$(count_pods "kube-system" ":Running:" "tiller-deploy-.*")
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700840bspin "Verify Helm"
Test Userba1e7e72019-07-10 22:27:54 +0000841if [ $COUNT -ne 1 ]; then
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700842 espin $NOT_VERIFIED
Test Userb5712372019-07-03 21:52:17 +0000843 echo -e "Configuring Helm $GEAR"
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700844 if [ "$INSTALL_HELM" == "no" ]; then
845 bspin - "Skip Helm/Tiller Initialization"
846 espin - $NO_ENTRY
847 else
848 bspin - "Initialize Helm"
849 (set -x; helm init --upgrade >>$LOG 2>&1) >>$LOG 2>&1
850 espin - $VERIFIED
David Bainbridge4f1b5562019-08-19 04:46:52 +0000851 wait_for_pods - "kube-system" 1 "includes" -1 "Waiting for Tiller POD to start" "tiller-deploy-.*"
David K. Bainbridge0e89cb92019-07-17 11:30:10 -0700852 fi
Test Userb5712372019-07-03 21:52:17 +0000853 bspin - "Add Google Incubator repository to Helm"
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700854 (set -x; helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com >>$LOG 2>&1) >>$LOG 2>&1
855 espin - $VERIFIED
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -0700856
Test Userba1e7e72019-07-10 22:27:54 +0000857 # HACK (sort-of) - the config for tiller is about to be patched, which will
858 # cause the tiller pod to be recreated. This can sometimes cause a timing
859 # issue with the "wait_for_pods" call on tiller as it may incorrectly
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -0700860 # identify the running/ready tiller pod that is soon to be terminated as
Test Userba1e7e72019-07-10 22:27:54 +0000861 # what it is waiting for. To avoid this issue we do a clean scale down and
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -0700862 # scale up of the pod so the script controlls when it should be expecting
Test Userba1e7e72019-07-10 22:27:54 +0000863 # things
864 (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 -0700865
Test Userb5712372019-07-03 21:52:17 +0000866 bspin - "Add Google Stable repository to Helm"
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700867 (set -x; helm repo add stable https://kubernetes-charts.storage.googleapis.com >>$LOG 2>&1) >>$LOG 2>&1
868 espin - $VERIFIED
Test Userb5712372019-07-03 21:52:17 +0000869 bspin - "Add ONF repository to Helm"
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700870 (set -x; helm repo add onf https://charts.opencord.org >>$LOG 2>&1) >>$LOG 2>&1
871 espin - $VERIFIED
Test Userb5712372019-07-03 21:52:17 +0000872 bspin - "Update Helm repository cache"
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700873 (set -x; helm repo update >>$LOG 2>&1) >>$LOG 2>&1
874 espin - $VERIFIED
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -0700875
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700876 # Create and k8s service account so that Helm can create pods
Test Userb5712372019-07-03 21:52:17 +0000877 bspin - "Create Tiller ServiceAccount"
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700878 (set -x; kubectl create serviceaccount --namespace kube-system tiller >>$LOG 2>&1) >>$LOG 2>&1
879 espin - $VERIFIED
Test Userb5712372019-07-03 21:52:17 +0000880 bspin - "Create Tiller ClusterRoleBinding"
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700881 (set -x; kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller >>$LOG 2>&1) >>$LOG 2>&1
882 espin - $VERIFIED
Test Userb5712372019-07-03 21:52:17 +0000883 bspin - "Update Tiller Manifest"
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700884 (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 +0000885
886 # HACK (sort-of) - part to, spin it back up
887 (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 -0700888 espin - $VERIFIED
889else
890 espin $VERIFIED
David Bainbridge46505fb2019-10-01 21:13:20 +0000891 if [ "$UPDATE_HELM_REPOS" == "yes" ]; then
892 bspin - "Update Helm repository cache"
893 (set -x; helm repo update >>$LOG 2>&1) >>$LOG 2>&1
894 espin - $VERIFIED
895 fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700896fi
David Bainbridge4f1b5562019-08-19 04:46:52 +0000897wait_for_pods - "kube-system" 1 "includes" -1 "Waiting for Tiller POD to start" "tiller-deploy-.*"
David Bainbridgee87067b2019-08-12 22:00:12 +0000898if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +0000899 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +0000900fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700901
David Bainbridgee87067b2019-08-12 22:00:12 +0000902STIME=$(date +%s)
David Bainbridge0774b232019-08-02 06:37:19 +0000903bspin "Verify Helm values file: $NAME-values.yaml"
904if [ ! -r "./$NAME-values.yaml" ]; then
Test Userba1e7e72019-07-10 22:27:54 +0000905 espin $NOT_VERIFIED
David Bainbridge0774b232019-08-02 06:37:19 +0000906 bspin - "Download Helm values file: $TYPE-values.yaml to $NAME-values.yaml $DOWNLOAD"
907 (set -x; curl -o ./$NAME-values.yaml -sSL https://raw.githubusercontent.com/ciena/kind-voltha/master/$TYPE-values.yaml >>$LOG 2>&1) >>$LOG 2>&1
Test Userba1e7e72019-07-10 22:27:54 +0000908 espin - $VERIFIED
909else
910 espin $VERIFIED
911fi
David Bainbridgee87067b2019-08-12 22:00:12 +0000912if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +0000913 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +0000914fi
Test Userba1e7e72019-07-10 22:27:54 +0000915
David Bainbridge99ac7a22019-08-31 02:26:43 +0000916STIME=$(date +%s)
917bspin "Verify or download chart specific values files $DOWNLOAD"
918VALUES_FILES="monkey-values.yaml"
919for i in $VALUES_FILES; do
920 if [ ! -r ./$i ]; then
921 (set -x; curl -o ./$i -sSL https://raw.githubusercontent.com/ciena/kind-voltha/master/$i >>$LOG 2>&1) >>$LOG 2>&1
922 fi
923done
924espin $VERIFIED
925if [ "$WITH_TIMINGS" == "yes" ]; then
926 printtime $(expr $(date +%s) - $STIME)
927fi
928
929if [ "$WITH_CHAOS" == "yes" ]; then
930 bspin "Verify or clone kube-monkey helm chart $DOWNLOAD"
931 if [ -r ./kube-monkey ]; then
932 espin $VERIFIED
933 else
934 espin $NOT_VERIFIED
935 bspin - "GIT clone kube-monkey"
936 (set -x; git clone https://github.com/asobti/kube-monkey kube-monkey >>$LOG 2>&1) >>$LOG 2>&1
937 espin - $VERIFIED
938 fi
939fi
940
Test Userba1e7e72019-07-10 22:27:54 +0000941if [ "$JUST_K8S" == "yes" ]; then
942 echo "Environment deployed, not deploying VOLTHA artifacts as requested. Good bye."
943 echo ""
944 echo "Please issue the following commands in your terminal to ensure that you" | tee -a $LOG
945 echo "are accessing the correct Kubernetes/Kind cluster as well as have the " | tee -a $LOG
946 echo "tools required by VOLTHA in your command path. " | tee -a $LOG
947 echo "" | tee -a $LOG
948 echo -en $BOLD
949 if [ $DEPLOY_K8S == "yes" ]; then
David Bainbridge0774b232019-08-02 06:37:19 +0000950 echo "export KUBECONFIG=\"\$(./bin/kind get kubeconfig-path --name=\"voltha-$NAME\")\"" | tee -a $LOG
Test Userba1e7e72019-07-10 22:27:54 +0000951 fi
952 echo "export PATH=$GOPATH/bin:\$PATH" | tee -a $LOG
953 echo -en $NORMAL
954 echo "" | tee -a $LOG
955 echo "Thank you for choosing kind-voltha for you quick cluster needs." | tee -a $LOG
956 exit 0
957fi
958
David Bainbridgee87067b2019-08-12 22:00:12 +0000959STIME=$(date +%s)
Test Userb5712372019-07-03 21:52:17 +0000960bspin "Verify ETCD Operator $OLD_KEY"
Test User7d866122019-07-09 17:52:35 +0000961if [ $(helm list --deployed --short --namespace voltha "^etcd-operator\$" | wc -l) -ne 1 ]; then
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -0700962 espin $NOT_VERIFIED
David Bainbridge90fd8e32019-08-21 23:32:47 +0000963 helm_install - voltha etcd-operator stable/etcd-operator latest "Install ETCD Operator"
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700964else
965 espin $VERIFIED
966fi
Test User01ed0642019-07-03 20:17:06 +0000967EXPECT=$(test "$TYPE" == "minimal" && echo "1" || echo "3")
David Bainbridge4f1b5562019-08-19 04:46:52 +0000968wait_for_pods - "voltha" $EXPECT "includes" -1 "Waiting for ETCD Operator to start" "etcd-operator-.*"
David Bainbridgee87067b2019-08-12 22:00:12 +0000969if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +0000970 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +0000971fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -0700972
David Bainbridgee87067b2019-08-12 22:00:12 +0000973STIME=$(date +%s)
David Bainbridgeb270c202019-07-26 01:44:42 +0000974if [ $WITH_ONOS == "yes" ]; then
975 bspin "Verify ONOS installed $BIRD"
976 if [ $(helm list --deployed --short --namespace default "^onos\$" | wc -l) -ne 1 ]; then
977 espin $NOT_VERIFIED
David Bainbridge90fd8e32019-08-21 23:32:47 +0000978 EXTRA_HELM_FLAGS="$SET_TAG $EXTRA_HELM_FLAGS" helm_install - default onos onf/onos latest "Install ONOS"
David Bainbridgeb270c202019-07-26 01:44:42 +0000979 else
980 espin $VERIFIED
981 fi
David Bainbridge4f1b5562019-08-19 04:46:52 +0000982 wait_for_pods - "default" 1 "includes" -1 "Waiting for ONOS to start" "onos-.*"
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -0700983
David Bainbridgeb270c202019-07-26 01:44:42 +0000984 bspin - "Forward ONOS API port $FORWARD"
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800985 kill_port_forward onos-ui
986 port_forward default onos-ui $ONOS_API_PORT 8181
David Bainbridgeb270c202019-07-26 01:44:42 +0000987 espin - $VERIFIED
988 bspin - "Forward ONOS SSH port $FORWARD"
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -0800989 kill_port_forward onos-ssh
990 port_forward default onos-ssh $ONOS_SSH_PORT 8101
David Bainbridgeb270c202019-07-26 01:44:42 +0000991 espin - $VERIFIED
David Bainbridged31d6122019-08-13 19:37:59 +0000992 bspin - "Verify or download ONOS configuration support files $DOWNLOAD"
David Bainbridge2b19e832019-08-16 02:40:53 +0000993 ONOS_FILES="olt-onos-enableExtraneousRules.json olt-onos-olt-settings.json onos-aaa.json \
David Bainbridge90fd8e32019-08-21 23:32:47 +0000994 onos-dhcpl2relay.json onos-kafka.json onos-sadis-sample.json"
David Bainbridged31d6122019-08-13 19:37:59 +0000995 (set -x; mkdir -p ./onos-files >>$LOG 2>&1) >>$LOG 2>&1
David Bainbridge2b19e832019-08-16 02:40:53 +0000996 for i in $ONOS_FILES; do
David Bainbridged31d6122019-08-13 19:37:59 +0000997 if [ ! -r ./onos-files/$i ]; then
998 (set -x; curl -o ./onos-files/$i -sSL https://raw.githubusercontent.com/ciena/kind-voltha/master/onos-files/$i >>$LOG 2>&1) >>$LOG 2>&1
999 fi
1000 done
Test Userba1e7e72019-07-10 22:27:54 +00001001 espin - $VERIFIED
David Bainbridge27790d62019-08-13 22:43:19 +00001002
1003 if [ $INSTALL_ONOS_APPS == "yes" ]; then
1004 bspin - "Installing custom ONOS applications"
1005 if [ -x onos-files/onos-apps -a $(ls -1 onos-files/onos-apps/*.oar 2>/dev/null | wc -l) -gt 0 ]; then
1006 for OAR in $(ls -1 onos-files/onos-apps/*.oar); do
1007 sspin - "Installing custom ONOS applications - $OAR$CEOL"
David Bainbridge2b19e832019-08-16 02:40:53 +00001008 override_onos_app $OAR
David Bainbridge27790d62019-08-13 22:43:19 +00001009 done
1010 espin - "$VERIFIED Installing custom ONOS applications$CEOL"
1011 else
1012 espin - "$NOT_VERIFIED Installing custom ONOS applications - None Found"
1013 fi
1014 fi
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -07001015
David Bainbridge2b19e832019-08-16 02:40:53 +00001016 push_onos_config "Push ONOS Kafka Configuration" "network/configuration/apps/org.opencord.kafka" "onos-files/onos-kafka.json"
1017 push_onos_config "Push ONOS DHCP L2 Relay Configuration" "network/configuration/apps/org.opencord.dhcpl2relay" "onos-files/onos-dhcpl2relay.json"
David Bainbridged31d6122019-08-13 19:37:59 +00001018 push_onos_config "Enable VOLTHA ONOS DHCP provisioning" "configuration/org.opencord.olt.impl.Olt" "onos-files/olt-onos-olt-settings.json"
1019 push_onos_config "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 +00001020 if [ -f onos-files/onos-sadis.json ]; then
1021 push_onos_config "[optional] Push ONOS SADIS Configuration" "network/configuration/apps/org.opencord.sadis" "onos-files/onos-sadis.json"
1022 elif [ "$CONFIG_SADIS" == "yes" ]; then
David Bainbridge90fd8e32019-08-21 23:32:47 +00001023 SADIS_CFG=onos-files/onos-sadis-sample.json
David Bainbridge2b19e832019-08-16 02:40:53 +00001024 push_onos_config "[optional] Push ONOS SADIS Configuration" "network/configuration/apps/org.opencord.sadis" "$SADIS_CFG"
1025 fi
Test Userba1e7e72019-07-10 22:27:54 +00001026fi
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 Bainbridgee87067b2019-08-12 22:00:12 +00001031STIME=$(date +%s)
Test Userb5712372019-07-03 21:52:17 +00001032bspin "Verify VOLTHA installed $HIGH_VOLTAGE"
Test User7d866122019-07-09 17:52:35 +00001033if [ $(helm list --deployed --short --namespace voltha "^voltha\$" | wc -l) -ne 1 ]; then
David K. Bainbridgeb7285432019-07-02 22:05:24 -07001034 espin $NOT_VERIFIED
David Bainbridge90fd8e32019-08-21 23:32:47 +00001035 helm_install - voltha voltha $VOLTHA_CHART $VOLTHA_CHART_VERSION "Install VOLTHA Core"
David K. Bainbridgeb7285432019-07-02 22:05:24 -07001036else
1037 espin $VERIFIED
1038fi
Test Userba1e7e72019-07-10 22:27:54 +00001039
David Bainbridge90fd8e32019-08-21 23:32:47 +00001040VOLTHA="voltha-ofagent-.* \
David K. Bainbridgeb7285432019-07-02 22:05:24 -07001041 ro-core.* \
1042 rw-core.* \
1043 voltha-api-server-.* \
1044 voltha-cli-server-.* \
1045 voltha-etcd-cluster-.* \
1046 voltha-kafka-.* \
1047 voltha-zookeeper-.*"
Test User01ed0642019-07-03 20:17:06 +00001048EXPECT=$(test "$TYPE" == "minimal" && echo "9" || echo "11")
David Bainbridge4f1b5562019-08-19 04:46:52 +00001049wait_for_pods - "voltha" $EXPECT "includes" -1 "Waiting for VOLTHA Core to start" $VOLTHA
David Bainbridgee87067b2019-08-12 22:00:12 +00001050if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +00001051 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +00001052fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -07001053
David Bainbridge46505fb2019-10-01 21:13:20 +00001054if [ "$WITH_ADAPTERS" == "yes" ]; then
1055 STIME=$(date +%s)
1056 EXPECT=0
1057 echo -e "Verify Adapters $PLUG"
1058 if [ "$WITH_SIM_ADAPTERS" == "yes" ]; then
1059 bspin - "Verify Simulated Adapters installed"
1060 if [ $(helm list --deployed --short --namespace voltha "^sim\$" | wc -l) -ne 1 ]; then
1061 espin - $NOT_VERIFIED
1062 helm_install - voltha sim $VOLTHA_ADAPTER_SIM_CHART $VOLTHA_ADAPTER_SIM_CHART_VERSION "Install Simulated Adapters"
1063 else
1064 espin - $VERIFIED
1065 fi
1066 EXPECT=$(expr $EXPECT + 2)
1067 fi
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -07001068
David Bainbridge46505fb2019-10-01 21:13:20 +00001069 if [ "$WITH_OPEN_ADAPTERS" == "yes" ]; then
1070 bspin - "Verify OpenOLT Adapter installed"
1071 if [ $(helm list --deployed --short --namespace voltha "^open-olt\$" | wc -l) -ne 1 ]; then
1072 espin - $NOT_VERIFIED
1073 helm_install - voltha open-olt $VOLTHA_ADAPTER_OPEN_OLT_CHART $VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION "Install OpenOLT Adapter"
1074 else
1075 espin - $VERIFIED
1076 fi
1077 bspin - "Verify OpenONU Adapter installed"
1078 if [ $(helm list --deployed --short --namespace voltha "^open-onu\$" | wc -l) -ne 1 ]; then
1079 espin - $NOT_VERIFIED
1080 helm_install - voltha open-onu $VOLTHA_ADAPTER_OPEN_ONU_CHART $VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION "Install OpenONU Adapter"
1081 else
1082 espin - $VERIFIED
1083 fi
1084 EXPECT=$(expr $EXPECT + 2)
1085 fi
Matteo Scandolo7ef6ba52019-10-04 09:20:37 -07001086
David Bainbridge46505fb2019-10-01 21:13:20 +00001087 ADAPTERS="adapter-.*"
1088 wait_for_pods - "voltha" $EXPECT "includes" -1 "Waiting for adapters to start" $ADAPTERS
1089 if [ "$WITH_TIMINGS" == "yes" ]; then
1090 printtime $(expr $(date +%s) - $STIME)
1091 fi
David Bainbridgee87067b2019-08-12 22:00:12 +00001092fi
David K. Bainbridgeb7285432019-07-02 22:05:24 -07001093
Test User7d866122019-07-09 17:52:35 +00001094if [ $WITH_BBSIM == "yes" ]; then
David Bainbridgee87067b2019-08-12 22:00:12 +00001095 STIME=$(date +%s)
Test User7d866122019-07-09 17:52:35 +00001096 echo -e "Verify BBSIM $PLUG"
David Bainbridge5b7b96b2019-07-25 20:29:13 +00001097 bspin - "Verify BBSIM Installed"
Test User7d866122019-07-09 17:52:35 +00001098 if [ $(helm list --deployed --short --namespace voltha "^bbsim\$" | wc -l) -ne 1 ]; then
1099 espin - $NOT_VERIFIED
David Bainbridge90fd8e32019-08-21 23:32:47 +00001100 helm_install - voltha bbsim $VOLTHA_BBSIM_CHART $VOLTHA_BBSIM_CHART_VERSION "Install BBSIM"
Test User7d866122019-07-09 17:52:35 +00001101 else
1102 espin - $VERIFIED
1103 fi
David Bainbridge4f1b5562019-08-19 04:46:52 +00001104 wait_for_pods - "voltha" 1 "includes" -1 "Waiting for BBSIM to start" "bbsim-.*"
David Bainbridgee87067b2019-08-12 22:00:12 +00001105 if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +00001106 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +00001107 fi
Test User7d866122019-07-09 17:52:35 +00001108fi
1109
David Bainbridge5b7b96b2019-07-25 20:29:13 +00001110if [ $WITH_RADIUS == "yes" ]; then
David Bainbridgee87067b2019-08-12 22:00:12 +00001111 STIME=$(date +%s)
David Bainbridge5b7b96b2019-07-25 20:29:13 +00001112 echo -e "Verify RADIUS $LOCK"
1113 bspin - "Verify RADIUS Installed"
1114 if [ $(helm list --deployed --short --namespace voltha "^radius\$" | wc -l) -ne 1 ]; then
1115 espin - $NOT_VERIFIED
David Bainbridge90fd8e32019-08-21 23:32:47 +00001116 helm_install - voltha radius onf/freeradius latest "Install RADIUS"
David Bainbridge5b7b96b2019-07-25 20:29:13 +00001117 else
1118 espin - $VERIFIED
1119 fi
David Bainbridge4f1b5562019-08-19 04:46:52 +00001120 wait_for_pods - "voltha" 1 "includes" -1 "Waiting for RADIUS to start" "radius-.*"
David Bainbridgee87067b2019-08-12 22:00:12 +00001121 if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +00001122 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +00001123 fi
David Bainbridge5b7b96b2019-07-25 20:29:13 +00001124fi
1125
David Bainbridgee87067b2019-08-12 22:00:12 +00001126STIME=$(date +%s)
Test Userb5712372019-07-03 21:52:17 +00001127bspin - "Forward VOLTHA API port $FORWARD"
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -08001128kill_port_forward voltha-api
1129port_forward voltha voltha-api $VOLTHA_API_PORT 55555
David K. Bainbridgeb7285432019-07-02 22:05:24 -07001130espin - $VERIFIED
Test Userb5712372019-07-03 21:52:17 +00001131bspin - "Forward VOLTHA SSH port $FORWARD"
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -08001132kill_port_forward voltha-ssh
1133port_forward voltha voltha-ssh $VOLTHA_SSH_PORT 5022
David K. Bainbridgeb7285432019-07-02 22:05:24 -07001134espin - $VERIFIED
David Bainbridgeac7f8072019-08-01 22:15:33 +00001135bspin - "Forward VOLTHA ETCD port $FORWARD"
David K. Bainbridgefe1fa8a2019-11-12 12:03:21 -08001136kill_port_forward voltha-etcd-cluster-client
1137port_forward voltha voltha-etcd-cluster-client $VOLTHA_ETCD_PORT 2379
David Bainbridgeac7f8072019-08-01 22:15:33 +00001138espin - $VERIFIED
David Bainbridgee87067b2019-08-12 22:00:12 +00001139if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridge712afb82019-08-14 19:55:58 +00001140 printtime $(expr $(date +%s) - $STIME)
David Bainbridgee87067b2019-08-12 22:00:12 +00001141fi
Test User3d7ad8e2019-07-03 06:15:44 +00001142
David Bainbridgeb270c202019-07-26 01:44:42 +00001143if [ $WITH_ONOS == "yes" -a $WITH_RADIUS == "yes" ]; then
David Bainbridge5b7b96b2019-07-25 20:29:13 +00001144 bspin "Configure ONOS RADIUS Connection $GEAR"
Andy Bavier658ebef2019-11-05 17:22:56 -07001145 (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://127.0.0.1:$ONOS_API_PORT/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 +00001146 espin $VERIFIED
1147fi
1148
David Bainbridge99ac7a22019-08-31 02:26:43 +00001149if [ "$WITH_CHAOS" == "yes" ]; then
1150 STIME=$(date +%s)
1151 echo -e "Verify kube-monkey $LOCK"
1152 bspin - "Verify kube-monkey Installed"
1153 if [ $(helm list --deployed --short --namespace kube-monkey "^monkey\$" | wc -l) -ne 1 ]; then
1154 espin - $NOT_VERIFIED
1155 helm_install - kube-monkey monkey ./kube-monkey/helm/kubemonkey latest "Install Chaos Monkey"
1156 else
1157 espin - $VERIFIED
1158 fi
1159 wait_for_pods - "kube-monkey" 1 "includes" -1 "Waiting for Chaos to start" "monkey-.*"
1160 if [ "$WITH_TIMINGS" == "yes" ]; then
1161 printtime $(expr $(date +%s) - $STIME)
1162 fi
1163fi
1164
David Bainbridge5b7b96b2019-07-25 20:29:13 +00001165bspin "Create voltctl configuration file"
Test User3d7ad8e2019-07-03 06:15:44 +00001166(set -x; mkdir -p $HOME/.volt >>$LOG 2>&1) >>$LOG 2>&1
David Bainbridge0774b232019-08-02 06:37:19 +00001167(set -x; voltctl -a v2 -s localhost:$VOLTHA_API_PORT config > $HOME/.volt/config-$NAME 2>>$LOG) >>$LOG 2>&1
David Bainbridge5b7b96b2019-07-25 20:29:13 +00001168espin $VERIFIED
Test User08ebbd92019-07-03 17:15:39 +00001169
David Bainbridge0774b232019-08-02 06:37:19 +00001170if [ ! -f "$NAME-env.sh" ]; then
1171 touch $NAME-env.sh
David Bainbridgeb07fdf72019-07-29 22:51:40 +00001172fi
1173
David Bainbridge596f30d2019-07-30 17:07:59 +00001174for O in $ALL_OPTIONS; do
1175 VAL=$(eval echo \$$O)
David Bainbridge0774b232019-08-02 06:37:19 +00001176 if [ ! -z "$VAL" -a $(grep -c "^export $O=" $NAME-env.sh) -eq 0 ]; then
1177 echo "export $O=\"$(eval echo \$$O)\"" >> $NAME-env.sh
David Bainbridgeb07fdf72019-07-29 22:51:40 +00001178 fi
1179done
1180
David Bainbridge0774b232019-08-02 06:37:19 +00001181if [ $DEPLOY_K8S == "yes" -a $(grep -c "^export KUBECONFIG=" $NAME-env.sh) -eq 0 ]; then
1182 echo "export KUBECONFIG=\"$(./bin/kind get kubeconfig-path --name=voltha-$NAME)\"" >> $NAME-env.sh
David Bainbridgeb07fdf72019-07-29 22:51:40 +00001183fi
1184
David Bainbridge0774b232019-08-02 06:37:19 +00001185if [ $(grep -c "^export VOLTCONFIG=" $NAME-env.sh) -eq 0 ]; then
1186 echo "export VOLTCONFIG=\"$HOME/.volt/config-$NAME\"" >> $NAME-env.sh
David Bainbridgeb07fdf72019-07-29 22:51:40 +00001187fi
1188
David Bainbridge0774b232019-08-02 06:37:19 +00001189if [ $(grep -c "^export PATH=" $NAME-env.sh) -eq 0 ]; then
1190 echo "export PATH=\"$GOPATH/bin:\$PATH\"" >> $NAME-env.sh
David Bainbridgeb07fdf72019-07-29 22:51:40 +00001191fi
1192
Test User7d866122019-07-09 17:52:35 +00001193echo ""
Test User08ebbd92019-07-03 17:15:39 +00001194echo "Please issue the following commands in your terminal to ensure that you" | tee -a $LOG
1195echo "are accessing the correct Kubernetes/Kind cluster as well as have the " | tee -a $LOG
1196echo "tools required by VOLTHA in your command path. " | tee -a $LOG
1197echo "" | tee -a $LOG
Test User7d866122019-07-09 17:52:35 +00001198echo -en $BOLD
Test Userba1e7e72019-07-10 22:27:54 +00001199if [ $DEPLOY_K8S == "yes" ]; then
David Bainbridge0774b232019-08-02 06:37:19 +00001200 echo "export KUBECONFIG=\"\$(./bin/kind get kubeconfig-path --name=\"voltha-$NAME\")\"" | tee -a $LOG
Test Userba1e7e72019-07-10 22:27:54 +00001201fi
David Bainbridge0774b232019-08-02 06:37:19 +00001202echo "export VOLTCONFIG=\"$HOME/.volt/config-$NAME\"" | tee -a $LOG
Test Userba1e7e72019-07-10 22:27:54 +00001203echo "export PATH=$GOPATH/bin:\$PATH" | tee -a $LOG
Test User7d866122019-07-09 17:52:35 +00001204echo -en $NORMAL
Test User08ebbd92019-07-03 17:15:39 +00001205echo "" | tee -a $LOG
1206echo "Thank you for choosing kind-voltha for you quick cluster needs." | tee -a $LOG
1207
David Bainbridge712afb82019-08-14 19:55:58 +00001208if [ "$WITH_TIMINGS" == "yes" ]; then
David Bainbridgef858a022019-08-14 21:25:11 +00001209 echo -e "$CLOCK ${BOLD}TOTAL: $(duration $(expr $(date +%s) - $TOTAL_START_TIME))${NORMAL}"
David Bainbridge712afb82019-08-14 19:55:58 +00001210fi