Remove unused dcae-be healthcheck
[sdc.git] / catalog-model / src / test / resources / config / catalog-model / 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 # catalog backend hostname
9 beFqdn: localhost
10 # sdccatalog.att.com
11
12 # catalog backend http port
13 beHttpPort: 8080
14
15 # catalog backend http context
16 beContext: /sdc/rest/config/get
17
18 # catalog backend protocol
19 beProtocol: http
20
21 # catalog backend ssl port
22 beSslPort: 8443
23
24 version: 1.1.0
25 released: 2012-11-30
26 toscaConformanceLevel: 8.0
27 minToscaConformanceLevel: 3.0
28
29 janusGraphCfgFile: /home/vagrant/catalog-be/config/catalog-be/janusgraph.properties
30 janusGraphInMemoryGraph: false
31 janusGraphLockTimeout: 1800
32
33 # The interval to try and reconnect to janus graph DB when it is down during ASDC startup:
34 janusGraphReconnectIntervalInSeconds: 3
35
36 # The read timeout towards JanusGraph DB when health check is invoked:
37 janusGraphHealthCheckReadTimeout: 1
38
39 uebHealthCheckReconnectIntervalInSeconds: 15
40 uebHealthCheckReadTimeout: 4
41
42 # Protocols
43 protocols:
44    - http
45    - https
46
47 # Default imports
48 defaultImports:
49    - nodes:
50         file: nodes.yml
51    - datatypes:
52         file: data.yml
53    - capabilities:
54         file: capabilities.yml
55    - relationships:
56         file: relationships.yml
57    - groups:
58         file: groups.yml
59    - policies:
60         file: policies.yml
61
62 # Users
63 users:
64     tom: passwd
65     bob: passwd
66
67 neo4j:
68     host: neo4jhost
69     port: 7474
70     user: neo4j
71     password: "12345"
72
73 cassandraConfig:
74     cassandraHosts: ['localhost']
75     localDataCenter: datacenter1
76     reconnectTimeout : 30000
77     authenticate: false
78     username: koko
79     password: bobo
80     ssl: false
81     truststorePath : /path/path
82     truststorePassword : 123123
83     keySpaces:
84         - { name: sdcaudit, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
85         - { name: sdcartifact, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
86         - { name: sdccomponent, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
87         - { name: sdcrepository, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
88
89 licenseTypes:
90    - User
91    - Installation
92    - CPU
93
94 #Deployment artifacts placeHolder
95 resourceTypes: &allResourceTypes
96   - VFC
97   - CP
98   - VL
99   - VF
100   - VFCMT
101   - Abstract
102   - CVFC
103
104 # validForResourceTypes usage
105 #     validForResourceTypes:
106 #        - VF
107 #        - VL
108 deploymentResourceArtifacts:
109 #  heat:
110 #      displayName: "Base HEAT Template"
111 #      type: HEAT
112 #      validForResourceTypes: *allResourceTypes
113 #  heatVol:
114 #      displayName: "Volume HEAT Template"
115 #      type: HEAT_VOL
116 #      validForResourceTypes: *allResourceTypes
117 #  heatNet:
118 #      displayName: "Network HEAT Template"
119 #      type: HEAT_NET
120 #      validForResourceTypes: *allResourceTypes
121
122 deploymentResourceInstanceArtifacts:
123   heatEnv:
124       displayName: "HEAT ENV"
125       type: HEAT_ENV
126       description: "Auto-generated HEAT Environment deployment artifact"
127       fileExtension: "env"
128   VfHeatEnv:
129       displayName: "VF HEAT ENV"
130       type: HEAT_ENV
131       description: "VF Auto-generated HEAT Environment deployment artifact"
132       fileExtension: "env"
133
134 #tosca artifacts placeholders
135 toscaArtifacts:
136   assetToscaTemplate:
137       artifactName: -template.yml
138       displayName: Tosca Template
139       type: TOSCA_TEMPLATE
140       description: TOSCA representation of the asset
141   assetToscaCsar:
142       artifactName: -csar.csar
143       displayName: Tosca Model
144       type: TOSCA_CSAR
145       description: TOSCA definition package of the asset
146
147
148 #Informational artifacts placeHolder
149 excludeResourceCategory:
150   - Generic
151 excludeResourceType:
152   - PNF  
153 informationalResourceArtifacts:
154   features:
155       displayName: Features
156       type: OTHER
157   capacity:
158       displayName: Capacity
159       type: OTHER
160   vendorTestResult:
161       displayName: Vendor Test Result
162       type: OTHER
163   testScripts:
164       displayName: Test Scripts
165       type: OTHER
166   CloudQuestionnaire:
167       displayName: Cloud Questionnaire (completed)
168       type: OTHER
169   HEATTemplateFromVendor:
170       displayName: HEAT Template from Vendor
171       type: HEAT
172   resourceSecurityTemplate:
173       displayName: Resource Security Template
174       type: OTHER
175
176 excludeServiceCategory:
177
178 informationalServiceArtifacts:
179   serviceArtifactPlan:
180       displayName: Service Artifact Plan
181       type: OTHER
182   summaryOfImpactsToECOMPElements:
183       displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
184       type: OTHER
185   controlLoopFunctions:
186       displayName: Control Loop Functions
187       type: OTHER
188   dimensioningInfo:
189       displayName: Dimensioning Info
190       type: OTHER
191   affinityRules:
192       displayName: Affinity Rules
193       type: OTHER
194   operationalPolicies:
195       displayName: Operational Policies
196       type: OTHER
197   serviceSpecificPolicies:
198       displayName: Service-specific Policies
199       type: OTHER
200   engineeringRules:
201       displayName: Engineering Rules (ERD)
202       type: OTHER
203   distributionInstructions:
204       displayName: Distribution Instructions
205       type: OTHER
206   certificationTestResults:
207       displayName: TD Certification Test Results
208       type: OTHER
209   deploymentVotingRecord:
210       displayName: Deployment Voting Record
211       type: OTHER
212   serviceQuestionnaire:
213       displayName: Service Questionnaire
214       type: OTHER
215   serviceSecurityTemplate:
216       displayName: Service Security Template
217       type: OTHER
218
219 serviceApiArtifacts:
220   configuration:
221       displayName: Configuration
222       type: OTHER
223   instantiation:
224       displayName: Instantiation
225       type: OTHER
226   monitoring:
227       displayName: Monitoring
228       type: OTHER
229   reporting:
230       displayName: Reporting
231       type: OTHER
232   logging:
233       displayName: Logging
234       type: OTHER
235   testing:
236       displayName: Testing
237       type: OTHER
238
239 additionalInformationMaxNumberOfKeys: 50
240
241 systemMonitoring:
242     enabled: false
243     isProxy: false
244     probeIntervalInSeconds: 15
245
246 heatArtifactDeploymentTimeout:
247   defaultMinutes: 30
248   minMinutes: 1
249   maxMinutes: 120
250
251 unLoggedUrls:
252    - /sdc2/rest/healthCheck
253
254 cleanComponentsConfiguration:
255     cleanIntervalInMinutes: 1440
256     componentsToClean:
257        - Resource
258        - Service
259
260 artifactsIndex: resources
261
262 heatEnvArtifactHeader: ""
263 heatEnvArtifactFooter: ""
264
265 onboarding:
266     protocol: http
267     host: localhost
268     port: 8080
269     downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages"
270     healthCheckUri: "/onboarding-api/v1.0/healthcheck"
271
272 switchoverDetector:
273     gBeFqdn: AIO-BE.ecomp.idns.cip.com
274     gFeFqdn: AIO-FE.ecomp.idns.cip.com
275     beVip: 0.0.0.0
276     feVip: 0.0.0.0
277     beResolveAttempts: 3
278     feResolveAttempts: 3
279     enabled: false
280     interval: 60
281     changePriorityUser: ecompasdc
282     changePriorityPassword: ecompasdc123
283     publishNetworkUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/update_network?user=root"
284     publishNetworkBody: '{"note":"publish network"}'
285     groups:
286       beSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com?user=root",
287                changePriorityBody: '{"name":"AIO-BE.ecomp.idns.com","uri":"/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com","no_ad_redirection":false,"v4groups":{"failover_groups":["/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_mg_be","/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_bs_be"],"failover_policy":["FAILALL"]},"comment":"AIO BE G-fqdn","intended_app_proto":"DNS"}'}
288       feSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com?user=root",
289                changePriorityBody: '{"comment":"AIO G-fqdn","name":"AIO-FE.ecomp.idns.com","v4groups":{"failover_groups":["/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_mg_fe","/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_bs_fe"],"failover_policy":["FAILALL"]},"no_ad_redirection":false,"intended_app_proto":"DNS","uri":"/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com"}'}
290
291 applicationL1Cache:
292     datatypes:
293         enabled: true
294         firstRunDelay: 10
295         pollIntervalInSec: 60
296
297 applicationL2Cache:
298     enabled: true
299     catalogL1Cache:
300         enabled: true
301         resourcesSizeInCache: 300
302         servicesSizeInCache: 200
303         productsSizeInCache: 100
304     queue:
305         syncIntervalInSecondes: 43200
306         waitOnShutDownInMinutes: 10
307         numberOfCacheWorkers: 4
308
309 toscaValidators:
310     stringMaxLength: 2500
311
312 disableAudit: false
313
314 vfModuleProperties:
315     min_vf_module_instances:
316         forBaseModule: 1
317         forNonBaseModule: 0
318     max_vf_module_instances:
319         forBaseModule: 1
320         forNonBaseModule:
321     initial_count:
322         forBaseModule: 1
323         forNonBaseModule: 0
324     vf_module_type:
325         forBaseModule: Base
326         forNonBaseModule: Expansion
327
328 genericAssetNodeTypes:
329   VFC: org.openecomp.resource.abstract.nodes.VFC
330   CVFC: org.openecomp.resource.abstract.nodes.VFC
331   VF : org.openecomp.resource.abstract.nodes.VF
332   PNF: org.openecomp.resource.abstract.nodes.PNF
333   Service: org.openecomp.resource.abstract.nodes.service
334   
335 resourceNodeTypes:
336   CategoryA: 
337     SubCategoryA: org.openecomp.resource.abstract.nodes.A
338     SubCategoryB: org.openecomp.resource.abstract.nodes.B
339
340 workloadContext: Production
341 environmentContext:
342     defaultValue: General_Revenue-Bearing
343     validValues:
344        - Critical_Revenue-Bearing
345        - Vital_Revenue-Bearing
346        - Essential_Revenue-Bearing
347        - Important_Revenue-Bearing
348        - Needed_Revenue-Bearing
349        - Useful_Revenue-Bearing
350        - General_Revenue-Bearing
351        - Critical_Non-Revenue
352        - Vital_Non-Revenue
353        - Essential_Non-Revenue
354        - Important_Non-Revenue
355        - Needed_Non-Revenue
356        - Useful_Non-Revenue
357        - General_Non-Revenue
358
359 dmaapConsumerConfiguration:
360     hosts: olsd004.wnsnet.attws.com:3905
361     consumerGroup: asdc
362     consumerId: invalidMamaUser #mama - in Order To Consume Remove This String And Replace It With -> mama
363     timeoutMs: 15000
364     limit: 1
365     pollingInterval: 2
366     topic: com.att.sdc.23911-SDCforTestDev-v001
367     latitude: 32.109333
368     longitude: 34.855499
369     version: 1.0
370     serviceName: dmaap-v1.dev.dmaap.dt.saat.acsi.att.com/events
371     environment: TEST
372     partner: BOT_R
373     routeOffer: MR1
374     protocol: https
375     contenttype: application/json
376     dme2TraceOn: true
377     aftEnvironment: AFTUAT
378     aftDme2ConnectionTimeoutMs: 15000
379     aftDme2RoundtripTimeoutMs: 240000
380     aftDme2ReadTimeoutMs: 50000
381     dme2preferredRouterFilePath: DME2preferredRouter.txt 
382     timeLimitForNotificationHandleMs: 0
383     credential:
384         username: m09875@sdc.att.com
385         password: hmXYcznAljMSisdy8zgcag==
386         
387 dmeConfiguration:
388     lookupUriFormat: "http://DME2RESOLVE/service=%s/version=1.0.0/envContext=%s/routeOffer=DEFAULT"