summaryrefslogtreecommitdiffstats
path: root/ui-ci/sdc-ui-tests/chef-repo/cookbooks
diff options
context:
space:
mode:
Diffstat (limited to 'ui-ci/sdc-ui-tests/chef-repo/cookbooks')
-rw-r--r--ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/attributes/default.rb1
-rw-r--r--ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/conf/attsdc-packages.yaml12
-rw-r--r--ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/conf/credentials.yaml48
-rw-r--r--ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/conf/log4j2.properties49
-rw-r--r--ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/conf/logback.xml25
-rw-r--r--ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/org.onap.sdc.trust.jksbin1413 -> 0 bytes
-rw-r--r--ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/startTest.sh147
-rw-r--r--ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_1_setup_env.rb64
-rw-r--r--ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_2_setup_configuration.rb44
-rw-r--r--ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_3_sanity_execution.rb19
-rw-r--r--ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/templates/default/BE-janusgraph.properties.erb21
-rw-r--r--ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/templates/default/sdc-sanity.yaml.erb47
12 files changed, 0 insertions, 477 deletions
diff --git a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/attributes/default.rb b/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/attributes/default.rb
deleted file mode 100644
index 4287ca8617..0000000000
--- a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/attributes/default.rb
+++ /dev/null
@@ -1 +0,0 @@
-# \ No newline at end of file
diff --git a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/conf/attsdc-packages.yaml b/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/conf/attsdc-packages.yaml
deleted file mode 100644
index 5d1a3e1537..0000000000
--- a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/conf/attsdc-packages.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-packages:
- - org.openecomp.sdc.ci.tests.execute.general
- - org.openecomp.sdc.ci.tests.execute.user
- - org.openecomp.sdc.ci.tests.execute.property
- - org.openecomp.sdc.ci.tests.execute.lifecycle
- - org.openecomp.sdc.ci.tests.execute.resource
- - org.openecomp.sdc.ci.tests.execute.service
- - org.openecomp.sdc.ci.tests.execute.artifacts
- - org.openecomp.sdc.ci.tests.execute.imports
- - org.openecomp.sdc.ci.tests.execute.category
- - org.openecomp.sdc.ci.tests.execute.distribution
- - org.openecomp.sdc.ci.tests.execute.product \ No newline at end of file
diff --git a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/conf/credentials.yaml b/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/conf/credentials.yaml
deleted file mode 100644
index 05f9a71c5c..0000000000
--- a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/conf/credentials.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
- designer: {
- username: cs0008,
- password: 123123a,
- firstname: SDC,
- lastname: SDC2
- }
- admin: {
- username: jh0003,
- password: 123123a,
- firstname: SDC,
- lastname: SDC2
- }
- ops: {
- username: op0001,
- password: 123123a,
- firstname: SDC,
- lastname: SDC2
- }
- tester: {
- username: jm0007,
- password: 123123a,
- firstname: SDC,
- lastname: SDC2
- }
- governor: {
- username: gv0001,
- password: 123123a,
- firstname: SDC,
- lastname: SDC2
- }
- product_strategist: {
- username: m99126,
- password: 123123a,
- firstname: SDC,
- lastname: SDC2
- }
- product_manager: {
- username: m99127,
- password: 123123a,
- firstname: SDC,
- lastname: SDC2
- }
- product_local: {
- username: pm0001,
- password: 123123a,
- firstname: SDC,
- lastname: SDC2
- } \ No newline at end of file
diff --git a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/conf/log4j2.properties b/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/conf/log4j2.properties
deleted file mode 100644
index ec22601d6a..0000000000
--- a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/conf/log4j2.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-status = error
-dest = err
-name = PropertiesConfig
-
-property.filename = ${targetlog}logs/ci-log.out
-
-#filter.threshold.type = ThresholdFilter
-#filter.threshold.level = debug
-
-appender.rolling.type = RollingFile
-appender.rolling.name = RollingFile
-appender.rolling.fileName = ${filename}
-appender.rolling.filePattern = ${targetlog}logs/ci-%d{MM-dd-yy-HH-mm-ss}-%i.log.gz
-appender.rolling.layout.type = PatternLayout
-appender.rolling.layout.pattern = %d{yyyy-MM-dd HH:mm:ss} %5p [%10c] : %m%n
-appender.rolling.policies.type = Policies
-appender.rolling.policies.size.type = SizeBasedTriggeringPolicy
-appender.rolling.policies.size.size=5MB
-appender.rolling.strategy.type = DefaultRolloverStrategy
-appender.rolling.strategy.max = 10
-
-appender.console.type = Console
-appender.console.name = STDOUT
-appender.console.layout.type = PatternLayout
-appender.console.layout.pattern = %d{yyyy-MM-dd HH:mm:ss} %5p %10c:%L - %m%n
-appender.console.filter.threshold.type = ThresholdFilter
-appender.console.filter.threshold.level = info
-
-loggers=org.apache.cassandra.service.StorageProxy,org.janusgraph.diskstorage.cassandra.CassandraTransaction,org.openecomp.sdc.ci.tests.utils
-
-logger.org.apache.cassandra.service.StorageProxy.name = org.apache.cassandra.service.StorageProxy
-logger.org.apache.cassandra.service.StorageProxy.level=info
-logger.org.apache.cassandra.service.StorageProxy.appendRef.rolling.ref = RollingFile
-logger.org.apache.cassandra.service.StorageProxy.appendRef.stdout.ref = STDOUT
-
-logger.org.janusgraph.diskstorage.cassandra.CassandraTransaction.name = org.janusgraph.diskstorage.cassandra.CassandraTransaction
-logger.org.janusgraph.diskstorage.cassandra.CassandraTransaction.level =info
-logger.org.janusgraph.diskstorage.cassandra.CassandraTransaction.appendRef.rolling.ref = RollingFile
-logger.org.janusgraph.diskstorage.cassandra.CassandraTransaction.appendRef.stdout.ref = STDOUT
-
-logger.org.openecomp.sdc.ci.tests.utils.name = org.openecomp.sdc.ci.tests.utils
-logger.org.openecomp.sdc.ci.tests.utils.level = info
-logger.org.openecomp.sdc.ci.tests.utils.appendRef.rolling.ref = RollingFile
-logger.org.openecomp.sdc.ci.tests.utils.appendRef.stdout.ref = STDOUT
-logger.org.openecomp.sdc.ci.tests.utils.additivity = false
-
-rootLogger.level = info
-rootLogger.appenderRef.stdout.ref = STDOUT
-rootLogger.appenderRef.rolling.ref = RollingFile \ No newline at end of file
diff --git a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/conf/logback.xml b/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/conf/logback.xml
deleted file mode 100644
index b41ee12695..0000000000
--- a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/conf/logback.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configuration scan="true" scanPeriod="5 seconds">
-
- <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
- <encoder>
- <pattern>%d{yyyy-MM-dd HH:mm:ss} | %-5p | [%thread] %logger{5}:%L - %msg%n</pattern>
- </encoder>
- </appender>
-
- <appender name="FILE" class="ch.qos.logback.core.FileAppender">
- <file>logFile.log</file>
- <append>true</append>
- <encoder>
- <pattern>%d{yyyy-MM-dd HH:mm:ss} | %-5p | [%thread] %logger{5}:%L - %msg%n</pattern>
- </encoder>
- </appender>
-
- <logger name="com.memorynotfound" level="INFO"/>
-
- <root level="INFO">
- <appender-ref ref="STDOUT" />
- <appender-ref ref="FILE" />
- </root>
-
-</configuration> \ No newline at end of file
diff --git a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/org.onap.sdc.trust.jks b/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/org.onap.sdc.trust.jks
deleted file mode 100644
index e6686cc08c..0000000000
--- a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/org.onap.sdc.trust.jks
+++ /dev/null
Binary files differ
diff --git a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/startTest.sh b/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/startTest.sh
deleted file mode 100644
index d16d05400f..0000000000
--- a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/startTest.sh
+++ /dev/null
@@ -1,147 +0,0 @@
-#!/bin/bash
-REMOTE_DEBUG=false
-RERUN=false
-debug_port=8000
-TEST_SUITES=testSuites
-fileName=testng-failed.xml
-JAVA_OPTIONS="${JAVA_OPTIONS} \
- -Djavax.net.ssl.trustStore=/var/lib/tests/etc/org.onap.sdc.trust.jks \
- -Dtestng.show.stack.frames=true \
- "
-
-function help_usage ()
-{
- echo
- echo "$0 (<jar_file_name> <suite file name>) [-r/rerun <true/false> -d/debug <true/false>]"
- echo "nohup ./startTest.sh ui-ci-1707.0.5-SNAPSHOT-jar-with-dependencies.jar extendedSanity.xml -r false -d true &"
- echo "by default rerun is true and remote debug is false."
- echo
- exit 2
-}
-
-function isBoolean ()
-{
- PARAM_NAME=$1
- VALUE=$2
- if [[ ${VALUE} != "true" ]] && [[ ${VALUE} != "false" ]]; then
- echo "Valid parameter" ${PARAM_NAME} "values are: true/false"
- help_usage
- fi
-}
-
-function prepareFailedXmlFile ()
-{
- echo "1="$1 "2="$2 "fileName="${fileName}
- PATTERN=`grep -w "test name=" ${FULL_PATH}/${TEST_SUITES}/$2 | awk -F'"' '{print $2}'`
- sed '/<test name="'${PATTERN}'"/,/<!-- '${PATTERN}' --/d' $1 > ${FULL_PATH}/${TEST_SUITES}/${fileName}
- sed -i 's/thread-count="[0-9]\+"/thread-count="1"/g' ${FULL_PATH}/${TEST_SUITES}/${fileName}
- if [ -s "ExtentReport/ShortReport.csv" ]
- then
- SKIP_TESTS_LIST=$(cat ExtentReport/ShortReport.csv |awk -F, '{print $2}' | sed 's/&.*//g' | uniq)
- for SKIP_TEST in ${SKIP_TESTS_LIST}; do
- sed -i "s/.*\"${SKIP_TEST}\".*//g" ${FULL_PATH}/${TEST_SUITES}/${fileName};
- done;
- fi
-}
-
-function setUpdatedTimeToReport ()
-{
- LINE_NUMBER_OF_START_REPORT_DATE=`grep -A1 -nw "Start" ExtentReport/SDC_UI_Extent_Report.html | tail -1 | awk '{print $1}' | tr -d -`
- END_REPORT_DATE=`grep -A1 -nw "End" ExtentReport/SDC_UI_Extent_Report.html | tail -1 | awk -F'[>|<]' '{print $3}'`
- EPOCH_START_REPORT_DATE=`date --date="${1}" +%s`
- EPOCH_END_REPORT_DATE=`date --date="${END_REPORT_DATE}" +%s`
- let DIFF_EPOCH_TIME=${EPOCH_END_REPORT_DATE}-${EPOCH_START_REPORT_DATE}
- TAKEN_TIME_IN_MINUTES=`echo $((${DIFF_EPOCH_TIME}/60))`
- LINE_NUMBER_OF_TAKEN_REPORT_TIME=`grep -A1 -nw "Time Taken" ExtentReport/SDC_UI_Extent_Report.html | tail -1 | awk '{print $1}' | tr -d -`
- PATTERN="div class='panel-lead'>";
- sed -i "${LINE_NUMBER_OF_START_REPORT_DATE}s/${PATTERN}.*\</${PATTERN}$1\<\//1" ExtentReport/SDC_UI_Extent_Report.html
- sed -i "${LINE_NUMBER_OF_TAKEN_REPORT_TIME}s/${PATTERN}.*\</${PATTERN}${TAKEN_TIME_IN_MINUTES} min\<\//1" ExtentReport/SDC_UI_Extent_Report.html
-}
-
-#main
-[ $# -lt 2 ] && help_usage
-
-JAR_FILE=$1
-SUITE_FILE=$2
-
-while [ $# -ne 0 ]; do
- case $1 in
- -r|rerun)
- RERUN=$2
- isBoolean $1 ${RERUN}
- shift 1
- shift 1
- ;;
- -d|debug)
- REMOTE_DEBUG=$2
- isBoolean $1 ${REMOTE_DEBUG}
- shift 1
- shift 1
- ;;
- *)
- shift 1
- ;;
- esac
-done
-
-CURRENT_DIR=`pwd`
-BASEDIR=$(dirname $0)
-
-if [ ${BASEDIR:0:1} = "/" ]
-then
- FULL_PATH=$BASEDIR
-else
- FULL_PATH=$CURRENT_DIR/$BASEDIR
-fi
-LOGS_PROP_FILE=conf/log4j2.properties
-#############################################
-TARGET_DIR=${FULL_PATH}/target
-CONF_FILE=${FULL_PATH}/conf/sdc.yaml
-
-DEBUG=true
-MainClass=org.openecomp.sdc.ci.tests.run.StartTest
-
-TESTS_DIR=/opt/app/sdc/ci/resources/tests
-COMPONENTS_DIR=/opt/app/sdc/ci/resources/components
-
-
-TARGET_LOG_DIR="${TARGET_DIR}/"
-
-
-
-
-
-
-if [ ${REMOTE_DEBUG} == "true" ]; then
- echo "Debug mode, Listen on port $debug_port";
- JAVA_OPTION="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=${debug_port}" ;
-fi
-
-cmd="java $JAVA_OPTIONS -DdisplayException=true -Dtargetlog=${TARGET_LOG_DIR} -DfilePath=${FILES_TEST} -Dconfig.resource=${CONF_FILE} -Ddebug=${DEBUG} -Dlog4j.configuration=${LOGS_PROP_FILE} -cp $JAR_FILE ${MainClass} $SUITE_FILE &"
-
-
-if [ $DEBUG == "true" ]
-then
- $cmd
-else
- $cmd >> /dev/null
-fi
-
-if [ ${RERUN} == "true" ]; then
- if [ -f ${TARGET_DIR}/${fileName} ]; then
- echo "Prepare" ${TARGET_DIR}/${fileName} "file to rerun all failed tests ...";
- prepareFailedXmlFile ${TARGET_DIR}/${fileName} $SUITE_FILE;
- SUITE_FILE=${fileName};
- cmd="java $JAVA_OPTIONS -DdisplayException=true -Dtargetlog=${TARGET_LOG_DIR} -DfilePath=${FILES_TEST} -Dconfig.resource=${CONF_FILE} -Ddebug=${DEBUG} -Dlog4j.configuration=${LOGS_PROP_FILE} -cp $JAR_FILE ${MainClass} $SUITE_FILE &"
- $cmd;
- fi
-fi
-
-status=`echo $?`
-
-
-echo "##################################################"
-echo "################# status is ${status} #################"
-echo "##################################################"
-
-exit $status
diff --git a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_1_setup_env.rb b/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_1_setup_env.rb
deleted file mode 100644
index 61d0133888..0000000000
--- a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_1_setup_env.rb
+++ /dev/null
@@ -1,64 +0,0 @@
-tests_base="/var/lib/tests"
-
- remote_directory '/var/lib/tests/testSuites' do
- source 'testSuites'
- owner 'root'
- group 'root'
- mode '0755'
- action :create
- end
-
- remote_directory '/var/lib/tests/Files' do
- source 'Files'
- owner 'root'
- group 'root'
- mode '0755'
- action :create
- end
-
- remote_directory '/var/lib/tests/conf' do
- source 'conf'
- owner 'root'
- group 'root'
- mode '0755'
- action :create
- end
-
- directory "create_target_dir" do
- path "/var/lib/tests/target"
- owner 'root'
- group 'root'
- mode '0755'
- action :create
- end
-
- directory "create_ExtentReport_dir" do
- path "/var/lib/tests/ExtentReport"
- owner 'root'
- group 'root'
- mode '0755'
- action :create
- end
-
- cookbook_file '/var/lib/tests/startTest.sh' do
- source 'startTest.sh'
- owner 'root'
- group 'root'
- mode '0755'
- action :create
- end
-
- directory "create_etc_dir" do
- path "/var/lib/tests/etc"
- owner 'root'
- group 'root'
- mode '0755'
- action :create
- end
-
-cookbook_file "/var/lib/tests/etc/org.onap.sdc.trust.jks" do
- source "org.onap.sdc.trust.jks"
- owner "root"
- group "root"
- mode 0644
-end \ No newline at end of file
diff --git a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_2_setup_configuration.rb b/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_2_setup_configuration.rb
deleted file mode 100644
index 16dfff3da6..0000000000
--- a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_2_setup_configuration.rb
+++ /dev/null
@@ -1,44 +0,0 @@
-tests_base="/var/lib/tests"
-
-template "sdc-yaml-config" do
- path "#{tests_base}/conf/sdc.yaml"
- source "sdc-sanity.yaml.erb"
- owner "root"
- group "root"
- mode "0755"
- variables ({
- :catalogBE_host => node['Nodes']['BE'],
- :catalogBE_port => node['BE'][:http_port],
- :webportal_host => node['Nodes']['FE'],
- :webportal_port => node['FE'][:http_port],
- :janusgraph_file => "#{tests_base}/conf/janusgraph.properties",
- :tests_base_ci => "#{tests_base}/CI/tests",
- :components_path => "#{tests_base}/CI/components",
- :importResourceConfigDir => "#{tests_base}/CI/importResource",
- :importTypesDir => "#{tests_base}/CI/importTypesTest",
- :importResourceTestsConfigDir => "#{tests_base}/CI/importResourceTests",
- :ConfigurationFile => "#{tests_base}/conf/configuration.yaml",
- :errorConfigurationFile => "#{tests_base}/conf/error-configuration.yaml",
- :CASSANDRA_IP => node['Nodes']['CS'].join(",").gsub(/[|]/,''),
- :CASSANDRA_PORT => node['cassandra'][:cassandra_port],
- :CASSANDRA_PWD => node['cassandra'][:cassandra_password],
- :CASSANDRA_USR => node['cassandra'][:cassandra_user],
- :ES_IP => node['Nodes']['ES']
- })
-end
-
-template "janusgraph.properties" do
- path "/#{tests_base}/conf/janusgraph.properties"
- source "BE-janusgraph.properties.erb"
- owner "root"
- group "root"
- mode "0755"
- variables({
- :CASSANDRA_IP => node['Nodes']['CS'].join(",").gsub(/[|]/,''),
- :CASSANDRA_PORT => node['cassandra'][:cassandra_port],
- :CASSANDRA_PWD => node['cassandra'][:cassandra_password],
- :CASSANDRA_USR => node['cassandra'][:cassandra_user],
- :rep_factor => node['cassandra']['replication_factor'],
- :DC_NAME => node['cassandra']['datacenter_name']
- })
-end
diff --git a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_3_sanity_execution.rb b/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_3_sanity_execution.rb
deleted file mode 100644
index 5f9ca0a3d1..0000000000
--- a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_3_sanity_execution.rb
+++ /dev/null
@@ -1,19 +0,0 @@
-tests_base="/var/lib/tests"
-ci_test_suite="#{ENV['SUITE_NAME']}.xml"
-
-bash "echo status" do
- code <<-EOH
- echo "DOCKER STARTED"
- EOH
-end
-
-bash "run asdc ci sanity tests" do
-cwd "#{tests_base}"
-code <<-EOH
- cd "#{tests_base}"
- jar_file=`ls ui-ci*-jar-with-dependencies.jar`
- ./startTest.sh $jar_file #{ci_test_suite} > #{tests_base}/target/startTest.log 2>&1
- echo "return code from startTest.sh = [$?]"
- echo "DOCKER STARTED"
-EOH
-end
diff --git a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/templates/default/BE-janusgraph.properties.erb b/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/templates/default/BE-janusgraph.properties.erb
deleted file mode 100644
index 31a6614910..0000000000
--- a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/templates/default/BE-janusgraph.properties.erb
+++ /dev/null
@@ -1,21 +0,0 @@
-
-storage.backend=cql
-storage.hostname=<%= @CASSANDRA_IP %>
-storage.port=<%= @CASSANDRA_PORT %>
-storage.username=<%= @CASSANDRA_USR %>
-storage.password=<%= @CASSANDRA_PWD %>
-storage.connection-timeout=10000
-storage.cql.keyspace=sdctitan
-storage.cql.ssl.enabled=false
-storage.cql.ssl.truststore.location=/var/lib/jetty/config/.truststore
-storage.cql.ssl.truststore.password=Aa123456
-cache.db-cache = false
-cache.db-cache-clean-wait = 20
-cache.db-cache-time = 180000
-cache.db-cache-size = 0.5
-storage.cql.read-consistency-level=LOCAL_QUORUM
-storage.cql.write-consistency-level=LOCAL_QUORUM
-storage.cql.replication-strategy-class=NetworkTopologyStrategy
-storage.cql.replication-strategy-options=<%= @DC_NAME %>,<%= @rep_factor %>
-storage.cql.local-datacenter=<%= @DC_NAME %>
-storage.lock.wait-time=500 \ No newline at end of file
diff --git a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/templates/default/sdc-sanity.yaml.erb b/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/templates/default/sdc-sanity.yaml.erb
deleted file mode 100644
index 23d0abcdda..0000000000
--- a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/templates/default/sdc-sanity.yaml.erb
+++ /dev/null
@@ -1,47 +0,0 @@
-browser: firefox
-uiSimulator: true
-
-
-<% if node[:disableHttp] -%>
-sdcHttpMethod: https
-onboardingBePort: <%= node['ONBOARDING_BE'][:https_port] %>
-onboardingBeHost: <%= node['ONBOARDING_BE'][:domain_name] %>
-url: https://<%= node['FE'][:domain_name] %>:8286/sdc1
-catalogBeHost: <%= node['BE'][:domain_name] %>
-catalogBePort: <%= node['BE'][:https_port] %>
-catalogFeHost: <%= node['FE'][:domain_name] %>
-catalogFePort: <%= node['FE'][:https_port] %>
-<% else %>
-sdcHttpMethod: http
-onboardingBePort: <%= node['ONBOARDING_BE'][:http_port] %>
-onboardingBeHost: <%= node['ONBOARDING_BE_VIP'] %>
-url: http://<%= @webportal_host %>:8285/sdc1
-catalogBeHost: <%= @catalogBE_host %>
-catalogBePort: <%= @catalogBE_port %>
-catalogFeHost: <%= @webportal_host %>
-catalogFePort: <%= @webportal_port %>
-<% end -%>
-
-
-esHost: <%= @ES_IP %>
-esPort: 9200
-disributionClientHost: disClient
-disributionClientPort: 8181
-
-remoteTesting: false
-systemUnderDebug: false
-reportDBhost: 135.76.210.43
-reportDBport: 27017
-
-useBrowserMobProxy: false
-captureTraffic: false
-
-
-resourceConfigDir: <%= @tests_path_ci %>
-componentsConfigDir: <%= @components_path %>
-importResourceConfigDir: <%= @importResourceConfigDir %>
-importResourceTestsConfigDir: <%= @importResourceTestsConfigDir %>
-errorConfigurationFile: <%= @errorConfigurationFile %>
-configurationFile: <%= @ConfigurationFile %>
-importTypesConfigDir: <%= @importTypesDir %>
-janusGraphPropertiesFile: <%= @janusgraph_file %>