Merge "OOF HAS CSIT with MUSIC v3 integration"
[integration/csit.git] / scripts / optf-has / has / has_script.sh
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 echo "### This is ${WORKSPACE}/scripts/optf-has/has/has_script.sh"
18 #
19 # add here whatever commands is needed to prepare the optf/has CSIT testing
20 #
21
22 # assume the base is /tmp dir
23 DIR=/tmp
24
25 # the directory of the script
26 echo ${DIR}
27 cd ${DIR}
28
29 # create directory for volume and copy configuration file
30 # run docker containers
31 COND_CONF=/tmp/conductor/properties/conductor.conf
32 LOG_CONF=/tmp/conductor/properties/log.conf
33 IMAGE_NAME=nexus3.onap.org:10001/onap/optf-has
34 IMAGE_VER=1.2.1-SNAPSHOT-latest
35 BUNDLE=/tmp/conductor/properties/AAF_RootCA.cer
36
37 mkdir -p /tmp/conductor/properties
38 mkdir -p /tmp/conductor/logs
39 cp ${WORKSPACE}/scripts/optf-has/has/has-properties/conductor.conf.onap /tmp/conductor/properties/conductor.conf
40 cp ${WORKSPACE}/scripts/optf-has/has/has-properties/log.conf.onap /tmp/conductor/properties/log.conf
41 cp ${WORKSPACE}/scripts/optf-has/has/has-properties/AAF_RootCA.cer /tmp/conductor/properties/AAF_RootCA.cer
42 #chmod -R 777 /tmp/conductor/properties
43
44 MUSIC_IP=`docker inspect --format '{{ .NetworkSettings.Networks.bridge.IPAddress}}' music-tomcat`
45 echo "MUSIC_IP=${MUSIC_IP}"
46
47 # change MUSIC reference to the local instance
48 sed  -i -e "s%localhost:8080/MUSIC%${MUSIC_IP}:8080/MUSIC%g" /tmp/conductor/properties/conductor.conf
49
50 AAISIM_IP=`docker inspect --format '{{ .NetworkSettings.Networks.bridge.IPAddress}}' aaisim`
51 echo "AAISIM_IP=${AAISIM_IP}"
52
53 # change AAI reference to the local instance
54 sed  -i -e "s%localhost:8081/%${AAISIM_IP}:8081/%g" /tmp/conductor/properties/conductor.conf
55
56 MULTICLOUDSIM_IP=`docker inspect --format '{{ .NetworkSettings.Networks.bridge.IPAddress}}' multicloudsim`
57 echo "MULTICLOUDSIM_IP=${MULTICLOUDSIM_IP}"
58
59 # change MULTICLOUD reference to the local instance
60 sed  -i -e "s%msb.onap.org:8082/%${MULTICLOUDSIM_IP}:8082/%g" /tmp/conductor/properties/conductor.conf
61
62 AAFSIM_IP=`docker inspect --format '{{ .NetworkSettings.Networks.bridge.IPAddress}}' aafsim`
63 echo "AAFSIM_IP=${AAFSIM_IP}"
64
65 # change AAF reference to the local instance
66 sed  -i -e "s%localhost:8100/%${AAFSIM_IP}:8100/%g" /tmp/conductor/properties/conductor.conf
67
68 #onboard conductor into music
69 echo "Query MUSIC to check for reachability. Query Version"
70 curl -vvvvv --noproxy "*" --request GET http://${MUSIC_IP}:8080/MUSIC/rest/v2/version -H "Content-Type: application/json"
71
72 echo "Onboard conductor into music"
73 curl -vvvvv --noproxy "*" --request POST http://${MUSIC_IP}:8080/MUSIC/rest/v2/admin/onboardAppWithMusic -H "Content-Type: application/json" -H "Authorization: Basic Y29uZHVjdG9yOmMwbmR1Y3Qwcg==" --data @${WORKSPACE}/tests/optf-has/has/data/onboard.json
74
75 docker run -d --name cond-cont -v ${COND_CONF}:/usr/local/bin/conductor.conf -v ${LOG_CONF}:/usr/local/bin/log.conf ${IMAGE_NAME}:${IMAGE_VER} python /usr/local/bin/conductor-controller --config-file=/usr/local/bin/conductor.conf
76 sleep 15
77 docker run -d --name cond-api -p "8091:8091" -v ${COND_CONF}:/usr/local/bin/conductor.conf -v ${LOG_CONF}:/usr/local/bin/log.conf ${IMAGE_NAME}:${IMAGE_VER} python /usr/local/bin/conductor-api --port=8091 -- --config-file=/usr/local/bin/conductor.conf
78 sleep 15
79 docker run -d --name cond-solv -v ${COND_CONF}:/usr/local/bin/conductor.conf -v ${LOG_CONF}:/usr/local/bin/log.conf ${IMAGE_NAME}:${IMAGE_VER} python /usr/local/bin/conductor-solver --config-file=/usr/local/bin/conductor.conf
80 sleep 15
81 docker run -d --name cond-resv -v ${COND_CONF}:/usr/local/bin/conductor.conf -v ${LOG_CONF}:/usr/local/bin/log.conf ${IMAGE_NAME}:${IMAGE_VER} python /usr/local/bin/conductor-reservation --config-file=/usr/local/bin/conductor.conf
82 sleep 5
83 docker run -d --name cond-data -v ${COND_CONF}:/usr/local/bin/conductor.conf -v ${LOG_CONF}:/usr/local/bin/log.conf -v ${BUNDLE}:/usr/local/bin/AAF_RootCA.cer ${IMAGE_NAME}:${IMAGE_VER} python /usr/local/bin/conductor-data --config-file=/usr/local/bin/conductor.conf
84 sleep 15
85
86 COND_IP=`docker inspect --format '{{ .NetworkSettings.Networks.bridge.IPAddress}}' cond-api`
87 ${WORKSPACE}/scripts/optf-has/has/wait_for_port.sh ${COND_IP} 8091
88
89 echo "inspect docker things for tracing purpose"
90 docker inspect cond-data
91 docker inspect cond-cont
92 docker inspect cond-api
93 docker inspect cond-solv
94 docker inspect cond-resv
95
96 echo "dump music content just after conductor is started"
97 docker exec music-db /usr/bin/nodetool status
98 docker exec music-db /usr/bin/cqlsh -unelson24 -pwinman123 -e 'SELECT * FROM system_schema.keyspaces'
99 docker exec music-db /usr/bin/cqlsh -unelson24 -pwinman123 -e 'SELECT * FROM admin.keyspace_master'