22aac102b66b69e9810884cca38b727e94ddce3b
[sdc.git] / openecomp-be / tools / zusammen-tools / src / test / resources / configuration.yaml
1 identificationHeaderFields:
2    - HTTP_IV_USER
3    - HTTP_CSP_FIRSTNAME
4    - HTTP_CSP_LASTNAME
5    - HTTP_IV_REMOTE_ADDRESS
6    - HTTP_CSP_WSTYPE
7
8
9
10 # catalog backend http port
11 beHttpPort: 8080
12
13 # catalog backend http context
14 beContext: /sdc/rest/config/get
15
16 # catalog backend protocol
17 beProtocol: http
18
19 # catalog backend ssl port
20 beSslPort: 8443
21
22 version: 1.0
23 released: 2012-11-30
24
25 janusGraphCfgFile: /home/vagrant/catalog-be/config/catalog-be/janusgraph.properties
26 janusGraphInMemoryGraph: false
27 janusGraphLockTimeout: 30
28 janusGraphReconnectIntervalInSeconds: 3
29 janusGraphHealthCheckReadTimeout: 1
30 esReconnectIntervalInSeconds: 3
31 uebHealthCheckReconnectIntervalInSeconds: 15
32 uebHealthCheckReadTimeout: 4
33
34 # Protocols
35 protocols:
36    - http
37    - https
38
39 # Users
40 users:
41     tom: passwd
42     bob: passwd
43
44 neo4j:
45     host: neo4jhost
46     port: 7474
47     user: neo4j
48     password: "12345"
49
50 cassandraConfig:
51     cassandraHosts: ['localhost']
52     reconnectTimeout : 30000
53     authenticate: true
54     username: asdc_user
55     password: password
56     ssl: false
57     truststorePath : /path/path
58     truststorePassword : password
59     keySpaces:
60         - { name: dox, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
61         - { name:  zusammen_dox, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
62         - { name: sdcartifact, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
63
64 #Application-specific settings of ES
65 elasticSearch:
66     # Mapping of index prefix to time-based frame. For example, if below is configured:
67     #
68     # - indexPrefix: auditingevents
69     #    creationPeriod: minute
70     #
71     # then ES object of type which is mapped to "auditingevents-*" template, and created on 2015-12-23 13:24:54, will enter "auditingevents-2015-12-23-13-24" index.
72     # Another object created on 2015-12-23 13:25:54, will enter "auditingevents-2015-12-23-13-25" index.
73     # If creationPeriod: month, both of the above will enter "auditingevents-2015-12" index.
74     #
75     # PLEASE NOTE: the timestamps are created in UTC/GMT timezone! This is needed so that timestamps will be correctly presented in Kibana.
76     #
77     # Legal values for creationPeriod - year, month, day, hour, minute, none (meaning no time-based behaviour).
78     #
79     # If no creationPeriod is configured for indexPrefix, default behavour is creationPeriod: month.
80
81     indicesTimeFrequency:
82       - indexPrefix: auditingevents
83         creationPeriod: month
84       - indexPrefix: monitoring_events
85         creationPeriod: month
86
87 licenseTypes:
88    - User
89    - Installation
90    - CPU
91
92 #Deployment artifacts placeHolder
93 deploymentResourceArtifacts:
94   heat:
95       displayName: "HEAT Template"
96       type: HEAT
97
98 deploymentResourceInstanceArtifacts:
99   heatEnv:
100       displayName: "HEAT ENV"
101       type: HEAT_ENV
102       description: "Auto-generated HEAT Environment deployment artifact"
103       fileExtension: "env"
104
105 #Informational artifacts placeHolder
106 excludeResourceCategory:
107   - Generic
108 informationalResourceArtifacts:
109   features:
110       displayName: Features
111       type: OTHER
112   capacity:
113       displayName: Capacity
114       type: OTHER
115   vendorTestResult:
116       displayName: Vendor Test Result
117       type: OTHER
118   testScripts:
119       displayName: Test Scripts
120       type: OTHER
121   cloudQuestionnaire:
122       displayName: Cloud Questionnaire (completed)
123       type: OTHER
124   HEATTemplateFromVendor:
125       displayName: HEAT Template from Vendor
126       type: HEAT
127
128 excludeServiceCategory:
129
130 informationalServiceArtifacts:
131   messageFlows:
132       displayName: Message Flows
133       type: OTHER
134   instantiationFlows:
135       displayName: Management Flows
136       type: OTHER
137   serviceArtifactPlan:
138       displayName: Service Artifact Plan
139       type: OTHER
140   summaryOfImpactsToECOMPElements:
141       displayName: Summary of impacts to OPENECOMP elements,OSSs, BSSs
142       type: OTHER
143   controlLoopFunctions:
144       displayName: Control Loop Functions
145       type: OTHER
146   dimensioningInfo:
147       displayName: Dimensioning Info
148       type: OTHER
149   affinityRules:
150       displayName: Affinity Rules
151       type: OTHER
152   operationalPolicies:
153       displayName: Operational Policies
154       type: OTHER
155   serviceSpecificPolicies:
156       displayName: Service-specific Policies
157       type: OTHER
158   engineeringRules:
159       displayName: Engineering Rules (ERD)
160       type: OTHER
161   distributionInstructions:
162       displayName: Distribution Instructions
163       type: OTHER
164   certificationTestResults:
165       displayName: TD Certification Test Results
166       type: OTHER
167   deploymentVotingRecord:
168       displayName: Deployment Voting Record
169       type: OTHER
170   serviceQuestionnaire:
171       displayName: Service Questionnaire
172       type: OTHER
173
174 serviceApiArtifacts:
175   configuration:
176       displayName: Configuration
177       type: OTHER
178   instantiation:
179       displayName: Instantiation
180       type: OTHER
181   monitoring:
182       displayName: Monitoring
183       type: OTHER
184   reporting:
185       displayName: Reporting
186       type: OTHER
187   logging:
188       displayName: Logging
189       type: OTHER
190   testing:
191       displayName: Testing
192       type: OTHER
193
194
195 additionalInformationMaxNumberOfKeys: 50
196
197 systemMonitoring:
198     enabled: false
199     isProxy: false
200     probeIntervalInSeconds: 15
201
202 defaultHeatArtifactTimeoutMinutes: 60
203
204 unLoggedUrls:
205    - /sdc2/rest/healthCheck
206
207 cleanComponentsConfiguration:
208     cleanIntervalInMinutes: 1440
209     componentsToClean:
210        - Resource
211
212 artifactsIndex: resources
213
214 heatEnvArtifactHeader:
215     ""
216 heatEnvArtifactFooter:
217     ""