aboutsummaryrefslogtreecommitdiffstats
path: root/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/templates/default/sdc-sanity.yaml.erb
blob: 3684b38e323cdbfaa5294d81b7fdabd4ee651827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
outputFolder: <%= @target_path %>
reportName: index.html
esHost:         eshost
disributionClientHost: disClient
catalogFeHost:  <%= @webportal_ip %>
catalogFePort:  <%= @webportal_port %>
catalogBeHost:  <%= @catalogBE_ip %>
catalogBePort:  <%= @catalogBE_port %>
onboardingBeHost:  <%= node['ONBOARDING_BE_VIP'] %>
<% if node[:disableHttp] -%>
sdcHttpMethod: https
onboardingBePort:  <%= node['ONBOARDING_BE'][:https_port] %>
<% else %>
sdcHttpMethod: http
onboardingBePort:  <%= node['ONBOARDING_BE'][:http_port] %>
<% end -%>
disributionClientPort: 8181
esPort: 9200


resourceConfigDir: <%= @tests_path_ci %>
componentsConfigDir: <%= @components_path %>
importResourceConfigDir: <%= @importResourceConfigDir %>
importResourceTestsConfigDir: <%= @importResourceTestsConfigDir %>
errorConfigurationFile: <%= @errorConfigurationFile %>
configurationFile: <%= @ConfigurationFile %>
importTypesConfigDir: <%= @importTypesDir %>
titanPropertiesFile: <%= @titan_file %>
systemUnderDebug: true

cassandraHost: <%= @CASSANDRA_IP %>
cassandraAuthenticate: true
cassandraUsername: <%= @CASSANDRA_USR %>
cassandraPassword: <%= @CASSANDRA_PWD %>
cassandraSsl: false
cassandraTruststorePath : /tmp/.truststore
cassandraTruststorePassword : Aa123456
cassandraAuditKeySpace: sdcAudit
cassandraArtifactKeySpace: sdcArtifact

localDataCenter: DC-Automate01

stopOnClassFailure: false

#List of non-abstract resources to keep during titan cleanup between tests
#Only 1.0 version will be kept
resourcesNotToDelete:
     - Compute
     - Database
     - ObjectStorage
     - BlockStorage
     - LoadBalancer
     - Port
     - Network
     - Root
     - ContainerApplication
     - ContainerRuntime
     - DBMS
     - SoftwareComponent
     - WebApplication
     - WebServer
     - CinderVolume
     - ContrailVirtualNetwork
     - NeutronNet
     - NeutronPort
     - NovaServer
     - AbstractSubstitute
     - ContrailAbstractSubstitute
     - ContrailCompute
     - ContrailNetworkRules
     - ContrailPort
     - ContrailV2NetworkRules
     - ContrailV2VirtualMachineInterface
     - ContrailV2VirtualNetwork
     - ContrailVirtualNetwork
     - VL ELINE
     - SecurityRules
     - VL
#Resource categories to keep (including all their subcategories)
resourceCategoriesNotToDelete:
     - Generic
     - Network L2-3
     - Network L4+
     - Application L4+
     - Network Connectivity
     - DcaeComponent

#Service categories to keep
serviceCategoriesNotToDelete:
     - Mobility
     - Network L1-3
     - Network L4+
     - VoIP Call Control