Healing issue
[sdc.git] / sdc-os-chef / sdc-sanity / chef-repo / cookbooks / sdc-sanity / templates / default / sdc-sanity.yaml.erb
1 outputFolder: <%= @target_path %>
2 reportName: index.html
3 esHost:         eshost
4 disributionClientHost: disClient
5 catalogFeHost:  <%= @webportal_ip %>
6 catalogFePort:  <%= @webportal_port %>
7 catalogBeHost:  <%= @catalogBE_ip %>
8 catalogBePort:  <%= @catalogBE_port %>
9 disributionClientPort: 8181
10 esPort: 9200
11
12
13 resourceConfigDir: <%= @tests_path_ci %>
14 componentsConfigDir: <%= @components_path %>
15 importResourceConfigDir: <%= @importResourceConfigDir %>
16 importResourceTestsConfigDir: <%= @importResourceTestsConfigDir %>
17 errorConfigurationFile: <%= @errorConfigurationFile %>
18 configurationFile: <%= @ConfigurationFile %>
19 importTypesConfigDir: <%= @importTypesDir %>
20 titanPropertiesFile: <%= @titan_file %>
21 systemUnderDebug: true
22
23 cassandraHost: <%= @CASSANDRA_IP %>
24 cassandraAuthenticate: true
25 cassandraUsername: <%= @CASSANDRA_USR %>
26 cassandraPassword: <%= @CASSANDRA_PWD %>
27 cassandraSsl: false
28 cassandraTruststorePath : /tmp/.truststore
29 cassandraTruststorePassword : Aa123456
30 cassandraAuditKeySpace: sdcAudit
31 cassandraArtifactKeySpace: sdcArtifact
32
33 # catalog backend protocol
34 <% if node[:disableHttp] -%>
35 sdcHttpMethod: https
36 <% else %>
37 sdcHttpMethod: http
38 <% end -%>
39
40 localDataCenter: DC-Automate01
41
42 stopOnClassFailure: false
43
44 #List of non-abstract resources to keep during titan cleanup between tests
45 #Only 1.0 version will be kept
46 resourcesNotToDelete:
47      - Compute
48      - Database
49      - ObjectStorage
50      - BlockStorage
51      - LoadBalancer
52      - Port
53      - Network
54      - Root
55      - ContainerApplication
56      - ContainerRuntime
57      - DBMS
58      - SoftwareComponent
59      - WebApplication
60      - WebServer
61      - CinderVolume
62      - ContrailVirtualNetwork
63      - NeutronNet
64      - NeutronPort
65      - NovaServer
66      - AbstractSubstitute
67      - ContrailAbstractSubstitute
68      - ContrailCompute
69      - ContrailNetworkRules
70      - ContrailPort
71      - ContrailV2NetworkRules
72      - ContrailV2VirtualMachineInterface
73      - ContrailV2VirtualNetwork
74      - ContrailVirtualNetwork
75      - VL ELINE
76      - SecurityRules
77      - VL
78 #Resource categories to keep (including all their subcategories)
79 resourceCategoriesNotToDelete:
80      - Generic
81      - Network L2-3
82      - Network L4+
83      - Application L4+
84      - Network Connectivity
85      - DcaeComponent
86
87 #Service categories to keep
88 serviceCategoriesNotToDelete:
89      - Mobility
90      - Network L1-3
91      - Network L4+
92      - VoIP Call Control