blob: 48529a7c7847e989a042482b3c920c679c00637d [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001identificationHeaderFields:
2 - HTTP_IV_USER
3 - HTTP_CSP_FIRSTNAME
4 - HTTP_CSP_LASTNAME
5 - HTTP_IV_REMOTE_ADDRESS
6 - HTTP_CSP_WSTYPE
7
Michael Lando451a3402017-02-19 10:28:42 +02008# catalog backend hostname
Tal Gitelman51d50f02017-12-10 18:55:03 +02009beFqdn: localhost
10# sdccatalog.att.com
Michael Lando451a3402017-02-19 10:28:42 +020011
12# catalog backend http port
13beHttpPort: 8080
14
15# catalog backend http context
16beContext: /sdc/rest/config/get
17
18# catalog backend protocol
19beProtocol: http
20
21# catalog backend ssl port
22beSslPort: 8443
23
24version: 1.0
25released: 2012-11-30
Tal Gitelman51d50f02017-12-10 18:55:03 +020026toscaConformanceLevel: 5.0
Michael Landob8cd1712017-06-11 23:07:10 +030027minToscaConformanceLevel: 3.0
Michael Lando451a3402017-02-19 10:28:42 +020028
Tal Gitelman51d50f02017-12-10 18:55:03 +020029# These values are necessary for running upgrade migration 1710.0 process
30appVersion: 1.1.0
31artifactGeneratorConfig: Artifact-Generator.properties
32resourcesForUpgrade:
33 5.0:
34 - org.openecomp.resource.cp.extCP
35 - tosca.nodes.network.Network
36 - tosca.nodes.network.Port
37 - org.openecomp.resource.cp.nodes.network.SubInterface
38skipUpgradeFailedVfs: true
39skipUpgradeVSPs: true
40autoHealingOwner: jh0003
41
42titanCfgFile: C:\Users\im453s\git\sdc\asdctool\src\main\resources\config\titan.properties
Michael Landob3d48982017-06-11 14:22:02 +030043titanMigrationKeySpaceCfgFile: src\main\resources\config\titan-migration.properties
Michael Lando451a3402017-02-19 10:28:42 +020044titanInMemoryGraph: false
Michael Landoed64b5e2017-06-09 03:19:04 +030045titanLockTimeout: 1800
Tal Gitelman51d50f02017-12-10 18:55:03 +020046
47# The interval to try and reconnect to titan DB when it is down during ASDC startup:
Michael Lando451a3402017-02-19 10:28:42 +020048titanReconnectIntervalInSeconds: 3
Tal Gitelman51d50f02017-12-10 18:55:03 +020049
50# The read timeout towards Titan DB when health check is invoked:
Michael Lando451a3402017-02-19 10:28:42 +020051titanHealthCheckReadTimeout: 1
Tal Gitelman51d50f02017-12-10 18:55:03 +020052
53# The interval to try and reconnect to Elasticsearch when it is down during ASDC startup:
Michael Lando451a3402017-02-19 10:28:42 +020054esReconnectIntervalInSeconds: 3
55uebHealthCheckReconnectIntervalInSeconds: 15
56uebHealthCheckReadTimeout: 4
57
58# Protocols
59protocols:
60 - http
61 - https
Tal Gitelman51d50f02017-12-10 18:55:03 +020062
Michael Landoed64b5e2017-06-09 03:19:04 +030063# Default imports
64defaultImports:
65 - nodes:
66 file: nodes.yml
67 - datatypes:
68 file: data.yml
69 - capabilities:
70 file: capabilities.yml
71 - relationships:
72 file: relationships.yml
73 - groups:
74 file: groups.yml
75 - policies:
76 file: policies.yml
Michael Lando451a3402017-02-19 10:28:42 +020077
78# Users
79users:
80 tom: passwd
81 bob: passwd
Tal Gitelman51d50f02017-12-10 18:55:03 +020082
Michael Lando451a3402017-02-19 10:28:42 +020083neo4j:
84 host: neo4jhost
85 port: 7474
86 user: neo4j
87 password: "12345"
Tal Gitelman51d50f02017-12-10 18:55:03 +020088
89cassandraConfig:
90 cassandraHosts: ['localhost']
91 localDataCenter: datacenter1
92 reconnectTimeout : 30000
93 authenticate: false
94 username: koko
95 password: bobo
96 ssl: false
97 truststorePath : /path/path
98 truststorePassword : 123123
99 keySpaces:
100 - { name: sdcaudit, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
101 - { name: sdcartifact, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
102 - { name: sdccomponent, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
103 - { name: sdcrepository, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
Michael Lando451a3402017-02-19 10:28:42 +0200104
105#Application-specific settings of ES
106elasticSearch:
107 # Mapping of index prefix to time-based frame. For example, if below is configured:
108 #
109 # - indexPrefix: auditingevents
110 # creationPeriod: minute
111 #
112 # 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.
113 # Another object created on 2015-12-23 13:25:54, will enter "auditingevents-2015-12-23-13-25" index.
114 # If creationPeriod: month, both of the above will enter "auditingevents-2015-12" index.
115 #
116 # PLEASE NOTE: the timestamps are created in UTC/GMT timezone! This is needed so that timestamps will be correctly presented in Kibana.
117 #
118 # Legal values for creationPeriod - year, month, day, hour, minute, none (meaning no time-based behaviour).
119 #
120 # If no creationPeriod is configured for indexPrefix, default behavour is creationPeriod: month.
Tal Gitelman51d50f02017-12-10 18:55:03 +0200121
Michael Lando451a3402017-02-19 10:28:42 +0200122 indicesTimeFrequency:
123 - indexPrefix: auditingevents
124 creationPeriod: month
125 - indexPrefix: monitoring_events
126 creationPeriod: month
127
128artifactTypes:
129 - CHEF
130 - PUPPET
131 - SHELL
132 - YANG
133 - YANG_XML
134 - HEAT
135 - BPEL
136 - DG_XML
137 - MURANO_PKG
138 - WORKFLOW
139 - NETWORK_CALL_FLOW
140 - TOSCA_TEMPLATE
141 - TOSCA_CSAR
142 - AAI_SERVICE_MODEL
143 - AAI_VF_MODEL
144 - AAI_VF_MODULE_MODEL
145 - AAI_VF_INSTANCE_MODEL
146 - OTHER
Michael Landoed64b5e2017-06-09 03:19:04 +0300147 - SNMP_POLL
148 - SNMP_TRAP
149 - GUIDE
Michael Lando451a3402017-02-19 10:28:42 +0200150
151licenseTypes:
152 - User
153 - Installation
154 - CPU
155
156#Deployment artifacts placeHolder
157resourceTypes: &allResourceTypes
158 - VFC
159 - CP
160 - VL
161 - VF
Michael Landoed64b5e2017-06-09 03:19:04 +0300162 - VFCMT
Tal Gitelman51d50f02017-12-10 18:55:03 +0200163 - Abstract
164 - CVFC
165
Michael Lando451a3402017-02-19 10:28:42 +0200166# validForResourceTypes usage
167# validForResourceTypes:
168# - VF
169# - VL
170deploymentResourceArtifacts:
Michael Landoed64b5e2017-06-09 03:19:04 +0300171# heat:
172# displayName: "Base HEAT Template"
173# type: HEAT
174# validForResourceTypes: *allResourceTypes
175# heatVol:
176# displayName: "Volume HEAT Template"
177# type: HEAT_VOL
178# validForResourceTypes: *allResourceTypes
179# heatNet:
180# displayName: "Network HEAT Template"
181# type: HEAT_NET
182# validForResourceTypes: *allResourceTypes
Tal Gitelman51d50f02017-12-10 18:55:03 +0200183
Michael Lando451a3402017-02-19 10:28:42 +0200184deploymentResourceInstanceArtifacts:
185 heatEnv:
186 displayName: "HEAT ENV"
187 type: HEAT_ENV
188 description: "Auto-generated HEAT Environment deployment artifact"
189 fileExtension: "env"
Michael Landoed64b5e2017-06-09 03:19:04 +0300190 VfHeatEnv:
191 displayName: "VF HEAT ENV"
192 type: HEAT_ENV
193 description: "VF Auto-generated HEAT Environment deployment artifact"
194 fileExtension: "env"
Michael Lando451a3402017-02-19 10:28:42 +0200195
196#tosca artifacts placeholders
197toscaArtifacts:
198 assetToscaTemplate:
199 artifactName: -template.yml
200 displayName: Tosca Template
201 type: TOSCA_TEMPLATE
202 description: TOSCA representation of the asset
203 assetToscaCsar:
204 artifactName: -csar.csar
205 displayName: Tosca Model
206 type: TOSCA_CSAR
207 description: TOSCA definition package of the asset
208
Michael Landoed64b5e2017-06-09 03:19:04 +0300209
Michael Lando451a3402017-02-19 10:28:42 +0200210#Informational artifacts placeHolder
211excludeResourceCategory:
212 - Generic
Tal Gitelman51d50f02017-12-10 18:55:03 +0200213excludeResourceType:
214 - PNF
Michael Lando451a3402017-02-19 10:28:42 +0200215informationalResourceArtifacts:
216 features:
217 displayName: Features
218 type: OTHER
219 capacity:
220 displayName: Capacity
221 type: OTHER
222 vendorTestResult:
223 displayName: Vendor Test Result
224 type: OTHER
225 testScripts:
226 displayName: Test Scripts
227 type: OTHER
Michael Landoed64b5e2017-06-09 03:19:04 +0300228 CloudQuestionnaire:
Michael Lando451a3402017-02-19 10:28:42 +0200229 displayName: Cloud Questionnaire (completed)
230 type: OTHER
231 HEATTemplateFromVendor:
232 displayName: HEAT Template from Vendor
233 type: HEAT
234 resourceSecurityTemplate:
235 displayName: Resource Security Template
236 type: OTHER
Tal Gitelman51d50f02017-12-10 18:55:03 +0200237
Michael Lando451a3402017-02-19 10:28:42 +0200238excludeServiceCategory:
239
240informationalServiceArtifacts:
241 serviceArtifactPlan:
242 displayName: Service Artifact Plan
243 type: OTHER
244 summaryOfImpactsToECOMPElements:
245 displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
246 type: OTHER
247 controlLoopFunctions:
248 displayName: Control Loop Functions
249 type: OTHER
250 dimensioningInfo:
251 displayName: Dimensioning Info
252 type: OTHER
253 affinityRules:
254 displayName: Affinity Rules
255 type: OTHER
256 operationalPolicies:
257 displayName: Operational Policies
258 type: OTHER
259 serviceSpecificPolicies:
260 displayName: Service-specific Policies
261 type: OTHER
262 engineeringRules:
263 displayName: Engineering Rules (ERD)
264 type: OTHER
265 distributionInstructions:
266 displayName: Distribution Instructions
267 type: OTHER
268 certificationTestResults:
269 displayName: TD Certification Test Results
270 type: OTHER
271 deploymentVotingRecord:
272 displayName: Deployment Voting Record
273 type: OTHER
274 serviceQuestionnaire:
275 displayName: Service Questionnaire
276 type: OTHER
277 serviceSecurityTemplate:
278 displayName: Service Security Template
279 type: OTHER
Tal Gitelman51d50f02017-12-10 18:55:03 +0200280
Michael Lando451a3402017-02-19 10:28:42 +0200281serviceApiArtifacts:
282 configuration:
283 displayName: Configuration
284 type: OTHER
285 instantiation:
286 displayName: Instantiation
287 type: OTHER
288 monitoring:
289 displayName: Monitoring
290 type: OTHER
291 reporting:
292 displayName: Reporting
293 type: OTHER
294 logging:
295 displayName: Logging
296 type: OTHER
297 testing:
298 displayName: Testing
299 type: OTHER
300
Michael Lando451a3402017-02-19 10:28:42 +0200301additionalInformationMaxNumberOfKeys: 50
302
303systemMonitoring:
304 enabled: false
305 isProxy: false
306 probeIntervalInSeconds: 15
307
308defaultHeatArtifactTimeoutMinutes: 60
309
310serviceDeploymentArtifacts:
311 YANG_XML:
312 acceptedTypes:
313 - xml
Michael Landoed64b5e2017-06-09 03:19:04 +0300314 VNF_CATALOG:
315 acceptedTypes:
316 - xml
317 MODEL_INVENTORY_PROFILE:
318 acceptedTypes:
319 - xml
320 MODEL_QUERY_SPEC:
321 acceptedTypes:
322 - xml
Tal Gitelman51d50f02017-12-10 18:55:03 +0200323 UCPE_LAYER_2_CONFIGURATION:
324 acceptedTypes:
325 - xml
326
Michael Landoed64b5e2017-06-09 03:19:04 +0300327#AAI Artifacts
Michael Lando451a3402017-02-19 10:28:42 +0200328 AAI_SERVICE_MODEL:
329 acceptedTypes:
330 - xml
331 AAI_VF_MODULE_MODEL:
332 acceptedTypes:
333 - xml
334 AAI_VF_INSTANCE_MODEL:
335 acceptedTypes:
336 - xml
337 OTHER:
338 acceptedTypes:
339
340resourceDeploymentArtifacts:
341 HEAT:
342 acceptedTypes:
343 - yaml
344 - yml
Michael Landoed64b5e2017-06-09 03:19:04 +0300345 validForResourceTypes: *allResourceTypes
Michael Lando451a3402017-02-19 10:28:42 +0200346 HEAT_VOL:
347 acceptedTypes:
348 - yaml
349 - yml
Michael Landoed64b5e2017-06-09 03:19:04 +0300350 validForResourceTypes: *allResourceTypes
Tal Gitelman51d50f02017-12-10 18:55:03 +0200351 HEAT_NET:
352 acceptedTypes:
353 - yaml
354 - yml
355 validForResourceTypes: *allResourceTypes
Michael Landoed64b5e2017-06-09 03:19:04 +0300356 HEAT_NESTED:
357 acceptedTypes:
358 - yaml
359 - yml
360 validForResourceTypes: *allResourceTypes
361 HEAT_ARTIFACT:
362 acceptedTypes:
363 validForResourceTypes: *allResourceTypes
Michael Lando451a3402017-02-19 10:28:42 +0200364 YANG_XML:
365 acceptedTypes:
366 - xml
Michael Landoed64b5e2017-06-09 03:19:04 +0300367 validForResourceTypes: *allResourceTypes
368 VNF_CATALOG:
369 acceptedTypes:
370 - xml
371 validForResourceTypes: *allResourceTypes
372 VF_LICENSE:
373 acceptedTypes:
374 - xml
375 validForResourceTypes: *allResourceTypes
376 VENDOR_LICENSE:
377 acceptedTypes:
378 - xml
379 validForResourceTypes: *allResourceTypes
380 MODEL_INVENTORY_PROFILE:
381 acceptedTypes:
382 - xml
383 validForResourceTypes: *allResourceTypes
384 MODEL_QUERY_SPEC:
385 acceptedTypes:
386 - xml
387 validForResourceTypes: *allResourceTypes
Tal Gitelman51d50f02017-12-10 18:55:03 +0200388 LIFECYCLE_OPERATIONS:
389 acceptedTypes:
390 - yaml
391 - yml
392 validForResourceTypes:
393 - VF
394 - VFC
395 VES_EVENTS:
396 acceptedTypes:
397 - yaml
398 - yml
399 validForResourceTypes: *allResourceTypes
400 PERFORMANCE_COUNTER:
401 acceptedTypes:
402 - csv
403 validForResourceTypes: *allResourceTypes
Michael Landoed64b5e2017-06-09 03:19:04 +0300404 APPC_CONFIG:
405 acceptedTypes:
406 validForResourceTypes:
407 - VF
Michael Landoed64b5e2017-06-09 03:19:04 +0300408 DCAE_TOSCA:
409 acceptedTypes:
410 - yml
411 - yaml
412 validForResourceTypes:
413 - VF
Tal Gitelman51d50f02017-12-10 18:55:03 +0200414 - VFCMT
Michael Landoed64b5e2017-06-09 03:19:04 +0300415 DCAE_JSON:
416 acceptedTypes:
417 - json
418 validForResourceTypes:
419 - VF
Tal Gitelman51d50f02017-12-10 18:55:03 +0200420 - VFCMT
Michael Landoed64b5e2017-06-09 03:19:04 +0300421 DCAE_POLICY:
422 acceptedTypes:
423 - emf
424 validForResourceTypes:
425 - VF
Tal Gitelman51d50f02017-12-10 18:55:03 +0200426 - VFCMT
Michael Landoed64b5e2017-06-09 03:19:04 +0300427 DCAE_DOC:
428 acceptedTypes:
429 validForResourceTypes:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200430 - VF
431 - VFCMT
Michael Landoed64b5e2017-06-09 03:19:04 +0300432 DCAE_EVENT:
433 acceptedTypes:
434 validForResourceTypes:
435 - VF
Tal Gitelman51d50f02017-12-10 18:55:03 +0200436 - VFCMT
Michael Lando451a3402017-02-19 10:28:42 +0200437 AAI_VF_MODEL:
438 acceptedTypes:
439 - xml
440 validForResourceTypes:
441 - VF
442 AAI_VF_MODULE_MODEL:
443 acceptedTypes:
444 - xml
445 validForResourceTypes:
Michael Landoed64b5e2017-06-09 03:19:04 +0300446 - VF
Michael Lando451a3402017-02-19 10:28:42 +0200447 OTHER:
448 acceptedTypes:
Michael Landoed64b5e2017-06-09 03:19:04 +0300449 validForResourceTypes: *allResourceTypes
Michael Landoed64b5e2017-06-09 03:19:04 +0300450 SNMP_POLL:
451 acceptedTypes:
452 validForResourceTypes: *allResourceTypes
453 SNMP_TRAP:
454 acceptedTypes:
455 validForResourceTypes: *allResourceTypes
Tal Gitelman51d50f02017-12-10 18:55:03 +0200456
Michael Lando451a3402017-02-19 10:28:42 +0200457resourceInstanceDeploymentArtifacts:
458 HEAT_ENV:
459 acceptedTypes:
460 - env
Michael Landoed64b5e2017-06-09 03:19:04 +0300461 VF_MODULES_METADATA:
462 acceptedTypes:
463 - json
Tal Gitelman51d50f02017-12-10 18:55:03 +0200464 VES_EVENTS:
465 acceptedTypes:
466 - yaml
467 - yml
468 PERFORMANCE_COUNTER:
469 acceptedTypes:
470 - csv
Michael Landoed64b5e2017-06-09 03:19:04 +0300471 DCAE_INVENTORY_TOSCA:
472 acceptedTypes:
473 - yml
474 - yaml
475 DCAE_INVENTORY_JSON:
476 acceptedTypes:
477 - json
478 DCAE_INVENTORY_POLICY:
479 acceptedTypes:
480 - emf
481 DCAE_INVENTORY_DOC:
482 acceptedTypes:
483 DCAE_INVENTORY_BLUEPRINT:
484 acceptedTypes:
485 DCAE_INVENTORY_EVENT:
486 acceptedTypes:
Michael Landoed64b5e2017-06-09 03:19:04 +0300487 SNMP_POLL:
488 acceptedTypes:
489 validForResourceTypes: *allResourceTypes
490 SNMP_TRAP:
491 acceptedTypes:
492 validForResourceTypes: *allResourceTypes
Michael Landoed64b5e2017-06-09 03:19:04 +0300493
494resourceInformationalArtifacts:
495 CHEF:
496 acceptedTypes:
497 validForResourceTypes: *allResourceTypes
498 PUPPET:
499 acceptedTypes:
500 validForResourceTypes: *allResourceTypes
501 SHELL:
502 acceptedTypes:
503 validForResourceTypes: *allResourceTypes
504 YANG:
505 acceptedTypes:
506 validForResourceTypes: *allResourceTypes
507 YANG_XML:
508 acceptedTypes:
509 validForResourceTypes: *allResourceTypes
510 HEAT:
511 acceptedTypes:
512 validForResourceTypes: *allResourceTypes
513 BPEL:
514 acceptedTypes:
515 validForResourceTypes: *allResourceTypes
516 DG_XML:
517 acceptedTypes:
518 validForResourceTypes: *allResourceTypes
519 MURANO_PKG:
520 acceptedTypes:
521 validForResourceTypes: *allResourceTypes
522 OTHER:
523 acceptedTypes:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200524 validForResourceTypes:
525 - VFC
526 - CVFC
527 - CP
528 - VL
529 - VF
530 - VFCMT
531 - Abstract
532 - PNF
Michael Landoed64b5e2017-06-09 03:19:04 +0300533 SNMP_POLL:
534 acceptedTypes:
535 validForResourceTypes: *allResourceTypes
536 SNMP_TRAP:
537 acceptedTypes:
538 validForResourceTypes: *allResourceTypes
539 GUIDE:
540 acceptedTypes:
541 validForResourceTypes:
542 - VF
543 - VFC
Tal Gitelman51d50f02017-12-10 18:55:03 +0200544 - CVFC
Michael Lando451a3402017-02-19 10:28:42 +0200545
546resourceInformationalDeployedArtifacts:
547
Michael Lando451a3402017-02-19 10:28:42 +0200548requirementsToFulfillBeforeCert:
Michael Lando451a3402017-02-19 10:28:42 +0200549
Michael Landoed64b5e2017-06-09 03:19:04 +0300550capabilitiesToConsumeBeforeCert:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200551
Michael Lando451a3402017-02-19 10:28:42 +0200552unLoggedUrls:
553 - /sdc2/rest/healthCheck
554
555cleanComponentsConfiguration:
556 cleanIntervalInMinutes: 1440
557 componentsToClean:
558 - Resource
559 - Service
560
561artifactsIndex: resources
Michael Landoed64b5e2017-06-09 03:19:04 +0300562
Michael Landoed64b5e2017-06-09 03:19:04 +0300563heatEnvArtifactHeader: ""
564heatEnvArtifactFooter: ""
Michael Lando451a3402017-02-19 10:28:42 +0200565
Michael Landoed64b5e2017-06-09 03:19:04 +0300566onboarding:
567 protocol: http
568 host: localhost
569 port: 8080
570 downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages"
Tal Gitelman51d50f02017-12-10 18:55:03 +0200571 healthCheckUri: "/onboarding-api/v1.0/healthcheck"
572
573switchoverDetector:
574 gBeFqdn: AIO-BE.ecomp.idns.cip.com
575 gFeFqdn: AIO-FE.ecomp.idns.cip.com
576 beVip: 0.0.0.0
577 feVip: 0.0.0.0
578 beResolveAttempts: 3
579 feResolveAttempts: 3
580 enabled: false
581 interval: 60
582 changePriorityUser: ecompasdc
583 changePriorityPassword: ecompasdc123
584 publishNetworkUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/update_network?user=root"
585 publishNetworkBody: '{"note":"publish network"}'
586 groups:
587 beSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com?user=root",
588 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"}'}
589 feSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com?user=root",
590 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"}'}
591
Michael Lando451a3402017-02-19 10:28:42 +0200592applicationL1Cache:
593 datatypes:
Michael Landoed64b5e2017-06-09 03:19:04 +0300594 enabled: true
Michael Lando451a3402017-02-19 10:28:42 +0200595 firstRunDelay: 10
596 pollIntervalInSec: 60
597
598applicationL2Cache:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200599 enabled: true
Michael Lando451a3402017-02-19 10:28:42 +0200600 catalogL1Cache:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200601 enabled: true
Michael Lando451a3402017-02-19 10:28:42 +0200602 resourcesSizeInCache: 300
603 servicesSizeInCache: 200
604 productsSizeInCache: 100
605 queue:
Michael Landoed64b5e2017-06-09 03:19:04 +0300606 syncIntervalInSecondes: 43200
607 waitOnShutDownInMinutes: 10
Michael Lando451a3402017-02-19 10:28:42 +0200608 numberOfCacheWorkers: 4
609
610toscaValidators:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200611 stringMaxLength: 2500
612
Michael Landoed64b5e2017-06-09 03:19:04 +0300613disableAudit: false
614
615vfModuleProperties:
616 min_vf_module_instances:
617 forBaseModule: 1
618 forNonBaseModule: 0
619 max_vf_module_instances:
620 forBaseModule: 1
621 forNonBaseModule:
622 initial_count:
623 forBaseModule: 1
624 forNonBaseModule: 0
625 vf_module_type:
626 forBaseModule: Base
627 forNonBaseModule: Expansion
Tal Gitelman51d50f02017-12-10 18:55:03 +0200628
629genericAssetNodeTypes:
630 VFC: org.openecomp.resource.abstract.nodes.VFC
631 CVFC: org.openecomp.resource.abstract.nodes.VFC
632 VF : org.openecomp.resource.abstract.nodes.VF
633 PNF: org.openecomp.resource.abstract.nodes.PNF
634 Service: org.openecomp.resource.abstract.nodes.service