Add sdc keyspaces and longer timeout 44/95644/1
authorBrian Freeman <bf1936@att.com>
Fri, 13 Sep 2019 14:23:55 +0000 (09:23 -0500)
committerBrian Freeman <bf1936@att.com>
Fri, 13 Sep 2019 14:24:04 +0000 (09:24 -0500)
Issue-ID: INT-1244
Change-Id: I5bc0f4e02ac3d2d8df867f76327e588353c76da8
Signed-off-by: Brian Freeman <bf1936@att.com>
deployment/heat/onap-rke/scripts/cleanup.sh
deployment/heat/onap-rke/staging-image-override.yaml

index 405bc5a..a39e4ed 100755 (executable)
@@ -30,8 +30,8 @@ if [ $COMPONENT == "dcae" ]; then
 fi
 
 if [ $COMPONENT == "sdc" ]; then
-        for keyspace in sdctitan sdcrepository sdcartifact sdccomponent sdcaudit; do
-               kubectl -n $NAMESPACE exec dev-cassandra-cassandra-0 -- cqlsh -u cassandra -p cassandra -e "drop keyspace ${keyspace}"
+        for keyspace in sdctitan sdcrepository sdcartifact sdccomponent sdcaudit workflow dox zusammen_dox zusammen_workflow ; do
+               kubectl -n $NAMESPACE exec dev-cassandra-cassandra-0 -- cqlsh -u cassandra -p cassandra --request-timeout=30 -e "drop keyspace ${keyspace}"
         done
 fi
 
@@ -57,4 +57,4 @@ done
 ARRAY=(`kubectl get services -n $NAMESPACE | grep -e ^$COMPONENT | awk '{print $1}'`)
 for i in ${ARRAY[*]}; do
        kubectl delete service -n $NAMESPACE $i
-done
\ No newline at end of file
+done
index 0fe3cf3..84e5541 100644 (file)
@@ -55,6 +55,7 @@ sdc:
       cassandraInitImage: onap/sdc-cassandra-init:1.5-STAGING-latest
 robot:
   image: onap/testsuite:1.5.2-STAGING-latest
+
 sdnc:
     image: onap/sdnc-image:1.7-STAGING-latest
     sdnc-ansible-server: