Aaron Hay | 5a7cb08 | 2017-08-21 19:09:35 +0000 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | # |
| 3 | # Copyright 2016-2017 Huawei Technologies Co., Ltd. |
| 4 | # |
| 5 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | # you may not use this file except in compliance with the License. |
| 7 | # You may obtain a copy of the License at |
| 8 | # |
| 9 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | # |
| 11 | # Unless required by applicable law or agreed to in writing, software |
| 12 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | # See the License for the specific language governing permissions and |
| 15 | # limitations under the License. |
| 16 | # |
| 17 | # Modifications copyright (c) 2017 AT&T Intellectual Property |
| 18 | # |
| 19 | # Place the scripts in run order: |
Aaron Hay | db1e9c5 | 2017-08-24 15:06:59 +0000 | [diff] [blame] | 20 | SCRIPTS="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" |
Aaron Hay | 5a7cb08 | 2017-08-21 19:09:35 +0000 | [diff] [blame] | 21 | source ${WORKSPACE}/test/csit/scripts/appc/script1.sh |
Aaron Hay | db1e9c5 | 2017-08-24 15:06:59 +0000 | [diff] [blame] | 22 | |
Aaron Hay | 0e795a7 | 2017-09-20 03:14:04 +0000 | [diff] [blame^] | 23 | export NEXUS_USERNAME=docker |
| 24 | export NEXUS_PASSWD=docker |
| 25 | export NEXUS_DOCKER_REPO=nexus3.onap.org:10001 |
| 26 | export DMAAP_TOPIC=AUTO |
| 27 | export DOCKER_IMAGE_VERSION=1.1.0-SNAPSHOT-latest |
| 28 | |
Aaron Hay | 5a7cb08 | 2017-08-21 19:09:35 +0000 | [diff] [blame] | 29 | export MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1) |
| 30 | |
Aaron Hay | 0f33e96 | 2017-09-12 14:03:37 -0400 | [diff] [blame] | 31 | if [ "$MTU" == "" ]; then |
| 32 | export MTU="1450" |
| 33 | fi |
| 34 | |
Aaron Hay | 5a7cb08 | 2017-08-21 19:09:35 +0000 | [diff] [blame] | 35 | |
| 36 | # Clone APPC repo to get docker-compose for APPC |
| 37 | mkdir -p $WORKSPACE/archives/appc |
| 38 | cd $WORKSPACE/archives |
| 39 | git clone -b master --single-branch http://gerrit.onap.org/r/appc/deployment.git appc |
| 40 | cd $WORKSPACE/archives/appc |
| 41 | git pull |
Aaron Hay | db1e9c5 | 2017-08-24 15:06:59 +0000 | [diff] [blame] | 42 | unset http_proxy https_proxy |
Aaron Hay | 5a7cb08 | 2017-08-21 19:09:35 +0000 | [diff] [blame] | 43 | cd $WORKSPACE/archives/appc/docker-compose |
| 44 | |
Aaron Hay | 0e795a7 | 2017-09-20 03:14:04 +0000 | [diff] [blame^] | 45 | sed -i "s/DMAAP_TOPIC_ENV=.*/DMAAP_TOPIC_ENV="$DMAAP_TOPIC"/g" docker-compose.yml |
| 46 | docker login -u $NEXUS_USERNAME -p $NEXUS_PASSWD $NEXUS_DOCKER_REPO |
Aaron Hay | 5a7cb08 | 2017-08-21 19:09:35 +0000 | [diff] [blame] | 47 | |
Aaron Hay | 0e795a7 | 2017-09-20 03:14:04 +0000 | [diff] [blame^] | 48 | docker pull $NEXUS_DOCKER_REPO/openecomp/appc-image:$DOCKER_IMAGE_VERSION |
| 49 | docker tag $NEXUS_DOCKER_REPO/openecomp/appc-image:$DOCKER_IMAGE_VERSION openecomp/appc-image:latest |
Aaron Hay | 5a7cb08 | 2017-08-21 19:09:35 +0000 | [diff] [blame] | 50 | |
Aaron Hay | 0e795a7 | 2017-09-20 03:14:04 +0000 | [diff] [blame^] | 51 | docker pull $NEXUS_DOCKER_REPO/onap/ccsdk-dgbuilder-image:latest |
| 52 | docker tag $NEXUS_DOCKER_REPO/onap/ccsdk-dgbuilder-image:latest onap/ccsdk-dgbuilder-image:latest |
Aaron Hay | 5a7cb08 | 2017-08-21 19:09:35 +0000 | [diff] [blame] | 53 | |
| 54 | # start APPC containers with docker compose and configuration from docker-compose.yml |
Aaron Hay | 0f33e96 | 2017-09-12 14:03:37 -0400 | [diff] [blame] | 55 | docker-compose up -d |
Aaron Hay | 5a7cb08 | 2017-08-21 19:09:35 +0000 | [diff] [blame] | 56 | |
| 57 | # WAIT 5 minutes maximum and test every 5 seconds if APPC is up using HealthCheck API |
Aaron Hay | db1e9c5 | 2017-08-24 15:06:59 +0000 | [diff] [blame] | 58 | TIME_OUT=500 |
| 59 | INTERVAL=30 |
Aaron Hay | 5a7cb08 | 2017-08-21 19:09:35 +0000 | [diff] [blame] | 60 | TIME=0 |
| 61 | while [ "$TIME" -lt "$TIME_OUT" ]; do |
| 62 | response=$(curl --write-out '%{http_code}' --silent --output /dev/null -H "Authorization: Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==" -X POST -H "X-FromAppId: csit-appc" -H "X-TransactionId: csit-appc" -H "Accept: application/json" -H "Content-Type: application/json" http://localhost:8282/restconf/operations/SLI-API:healthcheck ); echo $response |
| 63 | |
| 64 | if [ "$response" == "200" ]; then |
| 65 | echo APPC started in $TIME seconds |
| 66 | break; |
| 67 | fi |
| 68 | |
| 69 | echo Sleep: $INTERVAL seconds before testing if APPC is up. Total wait time up now is: $TIME seconds. Timeout is: $TIME_OUT seconds |
| 70 | sleep $INTERVAL |
| 71 | TIME=$(($TIME+$INTERVAL)) |
| 72 | done |
| 73 | |
| 74 | if [ "$TIME" -ge "$TIME_OUT" ]; then |
| 75 | echo TIME OUT: Docker containers not started in $TIME_OUT seconds... Could cause problems for testing activities... |
| 76 | fi |
| 77 | |
Aaron Hay | db1e9c5 | 2017-08-24 15:06:59 +0000 | [diff] [blame] | 78 | #sleep 800 |
| 79 | |
Aaron Hay | 0e795a7 | 2017-09-20 03:14:04 +0000 | [diff] [blame^] | 80 | TIME_OUT=1000 |
Aaron Hay | db1e9c5 | 2017-08-24 15:06:59 +0000 | [diff] [blame] | 81 | INTERVAL=60 |
| 82 | TIME=0 |
| 83 | while [ "$TIME" -lt "$TIME_OUT" ]; do |
| 84 | |
| 85 | response=$(docker exec appc_controller_container /opt/opendaylight/current/bin/client -u karaf system:start-level) |
| 86 | num_bundles=$(docker exec appc_controller_container /opt/opendaylight/current/bin/client -u karaf bundle:list | tail -1 | cut -d\| -f1) |
| 87 | |
Aaron Hay | 0e795a7 | 2017-09-20 03:14:04 +0000 | [diff] [blame^] | 88 | if [ "$response" == "Level 100" ] && [ "$num_bundles" -ge 400 ]; then |
Aaron Hay | db1e9c5 | 2017-08-24 15:06:59 +0000 | [diff] [blame] | 89 | echo APPC karaf started in $TIME seconds |
| 90 | break; |
| 91 | fi |
| 92 | |
| 93 | echo Sleep: $INTERVAL seconds before testing if APPC is up. Total wait time up now is: $TIME seconds. Timeout is: $TIME_OUT seconds |
| 94 | sleep $INTERVAL |
| 95 | TIME=$(($TIME+$INTERVAL)) |
| 96 | done |
| 97 | |
| 98 | if [ "$TIME" -ge "$TIME_OUT" ]; then |
| 99 | echo TIME OUT: karaf session not started in $TIME_OUT seconds... Could cause problems for testing activities... |
| 100 | fi |
| 101 | |
| 102 | response=$(docker exec appc_controller_container /opt/opendaylight/current/bin/client -u karaf system:start-level) |
| 103 | num_bundles=$(docker exec appc_controller_container /opt/opendaylight/current/bin/client -u karaf bundle:list | tail -1 | cut -d\| -f1) |
| 104 | |
Aaron Hay | 0e795a7 | 2017-09-20 03:14:04 +0000 | [diff] [blame^] | 105 | if [ "$response" == "Level 100" ] && [ "$num_bundles" -ge 400 ]; then |
Aaron Hay | db1e9c5 | 2017-08-24 15:06:59 +0000 | [diff] [blame] | 106 | num_bundles=$(docker exec appc_controller_container /opt/opendaylight/current/bin/client -u karaf bundle:list | tail -1 | cut -d\| -f1) |
| 107 | num_failed_bundles=$(docker exec appc_controller_container /opt/opendaylight/current/bin/client -u karaf bundle:list | grep Failure | wc -l) |
| 108 | failed_bundles=$(docker exec appc_controller_container /opt/opendaylight/current/bin/client -u karaf bundle:list | grep Failure) |
| 109 | echo There is/are $num_failed_bundles failed bundles out of $num_bundles installed bundles. |
| 110 | fi |
| 111 | |
| 112 | if [ "$num_failed_bundles" -ge 1 ]; then |
| 113 | echo "The following bundle(s) are in a failed state: " |
| 114 | echo " $failed_bundles" |
| 115 | fi |
| 116 | |
Aaron Hay | 5a7cb08 | 2017-08-21 19:09:35 +0000 | [diff] [blame] | 117 | # Pass any variables required by Robot test suites in ROBOT_VARIABLES |
Aaron Hay | db1e9c5 | 2017-08-24 15:06:59 +0000 | [diff] [blame] | 118 | ROBOT_VARIABLES="-v SCRIPTS:${SCRIPTS}" |
Aaron Hay | 5a7cb08 | 2017-08-21 19:09:35 +0000 | [diff] [blame] | 119 | |
Aaron Hay | 0e795a7 | 2017-09-20 03:14:04 +0000 | [diff] [blame^] | 120 | if [ "$response" == "" ] || [ "$num_bundles" == "" ]; then |
| 121 | echo "Docker container appc_controller_container is not available. Exiting." |
| 122 | exit 1 |
| 123 | fi |
| 124 | |
| 125 | |