blob: bf7ae524e09ff0a315b3197ca537ddc309b9a40f [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
Michael Lando5b593492018-07-29 16:13:45 +03009beFqdn: 192.168.33.10
Tal Gitelman51d50f02017-12-10 18:55:03 +020010# 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
Michael Lando5b593492018-07-29 16:13:45 +030026toscaConformanceLevel: 8.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
Michael Lando5b593492018-07-29 16:13:45 +030030enableAutoHealing: false
Tal Gitelman51d50f02017-12-10 18:55:03 +020031appVersion: 1.1.0
Tal Gitelman51d50f02017-12-10 18:55:03 +020032resourcesForUpgrade:
Michael Lando5b593492018-07-29 16:13:45 +030033 8.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
Tal Gitelman51d50f02017-12-10 18:55:03 +020038skipUpgradeFailedVfs: true
39skipUpgradeVSPs: true
40autoHealingOwner: jh0003
Michael Lando5b593492018-07-29 16:13:45 +030041supportAllottedResourcesAndProxy: false
42deleteLockTimeoutInSeconds: 60
43maxDeleteComponents: 10
Tal Gitelman51d50f02017-12-10 18:55:03 +020044
Michael Landoa5445102018-03-04 14:53:33 +020045titanCfgFile: src\main\resources\config\titan.properties
Michael Landob3d48982017-06-11 14:22:02 +030046titanMigrationKeySpaceCfgFile: src\main\resources\config\titan-migration.properties
Michael Lando451a3402017-02-19 10:28:42 +020047titanInMemoryGraph: false
Michael Landoed64b5e2017-06-09 03:19:04 +030048titanLockTimeout: 1800
Tal Gitelman51d50f02017-12-10 18:55:03 +020049
50# The interval to try and reconnect to titan DB when it is down during ASDC startup:
Michael Lando451a3402017-02-19 10:28:42 +020051titanReconnectIntervalInSeconds: 3
Tal Gitelman51d50f02017-12-10 18:55:03 +020052
53# The read timeout towards Titan DB when health check is invoked:
Michael Lando451a3402017-02-19 10:28:42 +020054titanHealthCheckReadTimeout: 1
Tal Gitelman51d50f02017-12-10 18:55:03 +020055
56# The interval to try and reconnect to Elasticsearch when it is down during ASDC startup:
Michael Lando451a3402017-02-19 10:28:42 +020057esReconnectIntervalInSeconds: 3
58uebHealthCheckReconnectIntervalInSeconds: 15
59uebHealthCheckReadTimeout: 4
60
61# Protocols
62protocols:
63 - http
64 - https
Tal Gitelman51d50f02017-12-10 18:55:03 +020065
Michael Landoed64b5e2017-06-09 03:19:04 +030066# Default imports
67defaultImports:
68 - nodes:
69 file: nodes.yml
70 - datatypes:
71 file: data.yml
72 - capabilities:
73 file: capabilities.yml
74 - relationships:
75 file: relationships.yml
76 - groups:
77 file: groups.yml
78 - policies:
79 file: policies.yml
Michael Lando451a3402017-02-19 10:28:42 +020080
81# Users
82users:
83 tom: passwd
84 bob: passwd
Tal Gitelman51d50f02017-12-10 18:55:03 +020085
Michael Lando451a3402017-02-19 10:28:42 +020086neo4j:
87 host: neo4jhost
88 port: 7474
89 user: neo4j
90 password: "12345"
Tal Gitelman51d50f02017-12-10 18:55:03 +020091
92cassandraConfig:
Michael Lando5b593492018-07-29 16:13:45 +030093 cassandraHosts: [192.168.33.10]
94 localDataCenter: DC-AIO-Ubuntu1
Tal Gitelman51d50f02017-12-10 18:55:03 +020095 reconnectTimeout : 30000
Michael Lando5b593492018-07-29 16:13:45 +030096 authenticate: true
97 username: asdc_user
98 password: Aa1234%^!
99 ssl: true
100 truststorePath : C:/Users/im453s/git/vagrant-sdc-all-in-one/tmp.trust
101 truststorePassword : Aa123456
Tal Gitelman51d50f02017-12-10 18:55:03 +0200102 keySpaces:
Michael Lando5b593492018-07-29 16:13:45 +0300103 - { name: dox, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
104 - { name: sdcaudit, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
105 - { name: sdcartifact, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
106 - { name: sdccomponent, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
107 - { name: sdcrepository, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
108
Michael Lando451a3402017-02-19 10:28:42 +0200109
110#Application-specific settings of ES
111elasticSearch:
112 # Mapping of index prefix to time-based frame. For example, if below is configured:
113 #
114 # - indexPrefix: auditingevents
115 # creationPeriod: minute
116 #
117 # 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.
118 # Another object created on 2015-12-23 13:25:54, will enter "auditingevents-2015-12-23-13-25" index.
119 # If creationPeriod: month, both of the above will enter "auditingevents-2015-12" index.
120 #
121 # PLEASE NOTE: the timestamps are created in UTC/GMT timezone! This is needed so that timestamps will be correctly presented in Kibana.
122 #
123 # Legal values for creationPeriod - year, month, day, hour, minute, none (meaning no time-based behaviour).
124 #
125 # If no creationPeriod is configured for indexPrefix, default behavour is creationPeriod: month.
Tal Gitelman51d50f02017-12-10 18:55:03 +0200126
Michael Lando451a3402017-02-19 10:28:42 +0200127 indicesTimeFrequency:
128 - indexPrefix: auditingevents
129 creationPeriod: month
130 - indexPrefix: monitoring_events
131 creationPeriod: month
132
133artifactTypes:
134 - CHEF
135 - PUPPET
136 - SHELL
137 - YANG
138 - YANG_XML
139 - HEAT
140 - BPEL
141 - DG_XML
142 - MURANO_PKG
143 - WORKFLOW
144 - NETWORK_CALL_FLOW
145 - TOSCA_TEMPLATE
146 - TOSCA_CSAR
147 - AAI_SERVICE_MODEL
148 - AAI_VF_MODEL
149 - AAI_VF_MODULE_MODEL
150 - AAI_VF_INSTANCE_MODEL
151 - OTHER
Michael Landoed64b5e2017-06-09 03:19:04 +0300152 - SNMP_POLL
153 - SNMP_TRAP
154 - GUIDE
Michael Lando451a3402017-02-19 10:28:42 +0200155
156licenseTypes:
157 - User
158 - Installation
159 - CPU
160
161#Deployment artifacts placeHolder
162resourceTypes: &allResourceTypes
163 - VFC
164 - CP
165 - VL
166 - VF
Michael Landoed64b5e2017-06-09 03:19:04 +0300167 - VFCMT
Tal Gitelman51d50f02017-12-10 18:55:03 +0200168 - Abstract
169 - CVFC
170
Michael Lando451a3402017-02-19 10:28:42 +0200171# validForResourceTypes usage
172# validForResourceTypes:
173# - VF
174# - VL
175deploymentResourceArtifacts:
Michael Landoed64b5e2017-06-09 03:19:04 +0300176# heat:
177# displayName: "Base HEAT Template"
178# type: HEAT
179# validForResourceTypes: *allResourceTypes
180# heatVol:
181# displayName: "Volume HEAT Template"
182# type: HEAT_VOL
183# validForResourceTypes: *allResourceTypes
184# heatNet:
185# displayName: "Network HEAT Template"
186# type: HEAT_NET
187# validForResourceTypes: *allResourceTypes
Tal Gitelman51d50f02017-12-10 18:55:03 +0200188
Michael Lando451a3402017-02-19 10:28:42 +0200189deploymentResourceInstanceArtifacts:
190 heatEnv:
191 displayName: "HEAT ENV"
192 type: HEAT_ENV
193 description: "Auto-generated HEAT Environment deployment artifact"
194 fileExtension: "env"
Michael Landoed64b5e2017-06-09 03:19:04 +0300195 VfHeatEnv:
196 displayName: "VF HEAT ENV"
197 type: HEAT_ENV
198 description: "VF Auto-generated HEAT Environment deployment artifact"
199 fileExtension: "env"
Michael Lando451a3402017-02-19 10:28:42 +0200200
201#tosca artifacts placeholders
202toscaArtifacts:
203 assetToscaTemplate:
204 artifactName: -template.yml
205 displayName: Tosca Template
206 type: TOSCA_TEMPLATE
207 description: TOSCA representation of the asset
208 assetToscaCsar:
209 artifactName: -csar.csar
210 displayName: Tosca Model
211 type: TOSCA_CSAR
212 description: TOSCA definition package of the asset
213
Michael Lando5b593492018-07-29 16:13:45 +0300214
Michael Lando451a3402017-02-19 10:28:42 +0200215#Informational artifacts placeHolder
216excludeResourceCategory:
217 - Generic
Tal Gitelman51d50f02017-12-10 18:55:03 +0200218excludeResourceType:
219 - PNF
Michael Lando451a3402017-02-19 10:28:42 +0200220informationalResourceArtifacts:
221 features:
222 displayName: Features
223 type: OTHER
224 capacity:
225 displayName: Capacity
226 type: OTHER
227 vendorTestResult:
228 displayName: Vendor Test Result
229 type: OTHER
230 testScripts:
231 displayName: Test Scripts
232 type: OTHER
Michael Landoed64b5e2017-06-09 03:19:04 +0300233 CloudQuestionnaire:
Michael Lando451a3402017-02-19 10:28:42 +0200234 displayName: Cloud Questionnaire (completed)
235 type: OTHER
236 HEATTemplateFromVendor:
237 displayName: HEAT Template from Vendor
238 type: HEAT
239 resourceSecurityTemplate:
240 displayName: Resource Security Template
241 type: OTHER
Tal Gitelman51d50f02017-12-10 18:55:03 +0200242
Michael Lando451a3402017-02-19 10:28:42 +0200243excludeServiceCategory:
244
245informationalServiceArtifacts:
246 serviceArtifactPlan:
247 displayName: Service Artifact Plan
248 type: OTHER
249 summaryOfImpactsToECOMPElements:
250 displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
251 type: OTHER
252 controlLoopFunctions:
253 displayName: Control Loop Functions
254 type: OTHER
255 dimensioningInfo:
256 displayName: Dimensioning Info
257 type: OTHER
258 affinityRules:
259 displayName: Affinity Rules
260 type: OTHER
261 operationalPolicies:
262 displayName: Operational Policies
263 type: OTHER
264 serviceSpecificPolicies:
265 displayName: Service-specific Policies
266 type: OTHER
267 engineeringRules:
268 displayName: Engineering Rules (ERD)
269 type: OTHER
270 distributionInstructions:
271 displayName: Distribution Instructions
272 type: OTHER
273 certificationTestResults:
274 displayName: TD Certification Test Results
275 type: OTHER
276 deploymentVotingRecord:
277 displayName: Deployment Voting Record
278 type: OTHER
279 serviceQuestionnaire:
280 displayName: Service Questionnaire
281 type: OTHER
282 serviceSecurityTemplate:
283 displayName: Service Security Template
284 type: OTHER
Tal Gitelman51d50f02017-12-10 18:55:03 +0200285
Michael Lando451a3402017-02-19 10:28:42 +0200286serviceApiArtifacts:
287 configuration:
288 displayName: Configuration
289 type: OTHER
290 instantiation:
291 displayName: Instantiation
292 type: OTHER
293 monitoring:
294 displayName: Monitoring
295 type: OTHER
296 reporting:
297 displayName: Reporting
298 type: OTHER
299 logging:
300 displayName: Logging
301 type: OTHER
302 testing:
303 displayName: Testing
304 type: OTHER
305
Michael Lando451a3402017-02-19 10:28:42 +0200306additionalInformationMaxNumberOfKeys: 50
307
308systemMonitoring:
309 enabled: false
310 isProxy: false
311 probeIntervalInSeconds: 15
312
313defaultHeatArtifactTimeoutMinutes: 60
314
315serviceDeploymentArtifacts:
316 YANG_XML:
317 acceptedTypes:
318 - xml
Michael Landoed64b5e2017-06-09 03:19:04 +0300319 VNF_CATALOG:
320 acceptedTypes:
321 - xml
322 MODEL_INVENTORY_PROFILE:
323 acceptedTypes:
324 - xml
325 MODEL_QUERY_SPEC:
326 acceptedTypes:
327 - xml
Tal Gitelman51d50f02017-12-10 18:55:03 +0200328 UCPE_LAYER_2_CONFIGURATION:
329 acceptedTypes:
330 - xml
331
Michael Landoed64b5e2017-06-09 03:19:04 +0300332#AAI Artifacts
Michael Lando451a3402017-02-19 10:28:42 +0200333 AAI_SERVICE_MODEL:
334 acceptedTypes:
335 - xml
336 AAI_VF_MODULE_MODEL:
337 acceptedTypes:
338 - xml
339 AAI_VF_INSTANCE_MODEL:
340 acceptedTypes:
Michael Lando5b593492018-07-29 16:13:45 +0300341 - xml
Michael Lando451a3402017-02-19 10:28:42 +0200342 OTHER:
343 acceptedTypes:
344
345resourceDeploymentArtifacts:
346 HEAT:
347 acceptedTypes:
348 - yaml
349 - yml
Michael Landoed64b5e2017-06-09 03:19:04 +0300350 validForResourceTypes: *allResourceTypes
Michael Lando451a3402017-02-19 10:28:42 +0200351 HEAT_VOL:
352 acceptedTypes:
353 - yaml
354 - yml
Michael Landoed64b5e2017-06-09 03:19:04 +0300355 validForResourceTypes: *allResourceTypes
Tal Gitelman51d50f02017-12-10 18:55:03 +0200356 HEAT_NET:
357 acceptedTypes:
358 - yaml
359 - yml
360 validForResourceTypes: *allResourceTypes
Michael Landoed64b5e2017-06-09 03:19:04 +0300361 HEAT_NESTED:
362 acceptedTypes:
363 - yaml
364 - yml
365 validForResourceTypes: *allResourceTypes
366 HEAT_ARTIFACT:
367 acceptedTypes:
368 validForResourceTypes: *allResourceTypes
Michael Lando451a3402017-02-19 10:28:42 +0200369 YANG_XML:
370 acceptedTypes:
371 - xml
Michael Landoed64b5e2017-06-09 03:19:04 +0300372 validForResourceTypes: *allResourceTypes
373 VNF_CATALOG:
374 acceptedTypes:
375 - xml
376 validForResourceTypes: *allResourceTypes
377 VF_LICENSE:
378 acceptedTypes:
379 - xml
380 validForResourceTypes: *allResourceTypes
381 VENDOR_LICENSE:
382 acceptedTypes:
383 - xml
384 validForResourceTypes: *allResourceTypes
385 MODEL_INVENTORY_PROFILE:
386 acceptedTypes:
387 - xml
388 validForResourceTypes: *allResourceTypes
389 MODEL_QUERY_SPEC:
390 acceptedTypes:
391 - xml
392 validForResourceTypes: *allResourceTypes
Tal Gitelman51d50f02017-12-10 18:55:03 +0200393 LIFECYCLE_OPERATIONS:
394 acceptedTypes:
395 - yaml
396 - yml
397 validForResourceTypes:
398 - VF
399 - VFC
400 VES_EVENTS:
401 acceptedTypes:
402 - yaml
403 - yml
404 validForResourceTypes: *allResourceTypes
405 PERFORMANCE_COUNTER:
406 acceptedTypes:
407 - csv
408 validForResourceTypes: *allResourceTypes
Michael Landoed64b5e2017-06-09 03:19:04 +0300409 APPC_CONFIG:
410 acceptedTypes:
411 validForResourceTypes:
412 - VF
Michael Landoed64b5e2017-06-09 03:19:04 +0300413 DCAE_TOSCA:
414 acceptedTypes:
415 - yml
416 - yaml
417 validForResourceTypes:
418 - VF
Tal Gitelman51d50f02017-12-10 18:55:03 +0200419 - VFCMT
Michael Landoed64b5e2017-06-09 03:19:04 +0300420 DCAE_JSON:
421 acceptedTypes:
422 - json
423 validForResourceTypes:
424 - VF
Tal Gitelman51d50f02017-12-10 18:55:03 +0200425 - VFCMT
Michael Landoed64b5e2017-06-09 03:19:04 +0300426 DCAE_POLICY:
427 acceptedTypes:
428 - emf
429 validForResourceTypes:
430 - VF
Tal Gitelman51d50f02017-12-10 18:55:03 +0200431 - VFCMT
Michael Landoed64b5e2017-06-09 03:19:04 +0300432 DCAE_DOC:
433 acceptedTypes:
434 validForResourceTypes:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200435 - VF
436 - VFCMT
Michael Landoed64b5e2017-06-09 03:19:04 +0300437 DCAE_EVENT:
438 acceptedTypes:
439 validForResourceTypes:
440 - VF
Tal Gitelman51d50f02017-12-10 18:55:03 +0200441 - VFCMT
Michael Lando451a3402017-02-19 10:28:42 +0200442 AAI_VF_MODEL:
443 acceptedTypes:
444 - xml
445 validForResourceTypes:
446 - VF
447 AAI_VF_MODULE_MODEL:
448 acceptedTypes:
449 - xml
450 validForResourceTypes:
Michael Landoed64b5e2017-06-09 03:19:04 +0300451 - VF
Michael Lando451a3402017-02-19 10:28:42 +0200452 OTHER:
453 acceptedTypes:
Michael Landoed64b5e2017-06-09 03:19:04 +0300454 validForResourceTypes: *allResourceTypes
Michael Landoed64b5e2017-06-09 03:19:04 +0300455 SNMP_POLL:
456 acceptedTypes:
457 validForResourceTypes: *allResourceTypes
458 SNMP_TRAP:
459 acceptedTypes:
460 validForResourceTypes: *allResourceTypes
Tal Gitelman51d50f02017-12-10 18:55:03 +0200461
Michael Lando451a3402017-02-19 10:28:42 +0200462resourceInstanceDeploymentArtifacts:
463 HEAT_ENV:
464 acceptedTypes:
465 - env
Michael Landoed64b5e2017-06-09 03:19:04 +0300466 VF_MODULES_METADATA:
467 acceptedTypes:
468 - json
Tal Gitelman51d50f02017-12-10 18:55:03 +0200469 VES_EVENTS:
470 acceptedTypes:
471 - yaml
472 - yml
473 PERFORMANCE_COUNTER:
474 acceptedTypes:
475 - csv
Michael Landoed64b5e2017-06-09 03:19:04 +0300476 DCAE_INVENTORY_TOSCA:
477 acceptedTypes:
478 - yml
479 - yaml
480 DCAE_INVENTORY_JSON:
481 acceptedTypes:
482 - json
483 DCAE_INVENTORY_POLICY:
484 acceptedTypes:
485 - emf
486 DCAE_INVENTORY_DOC:
487 acceptedTypes:
488 DCAE_INVENTORY_BLUEPRINT:
489 acceptedTypes:
490 DCAE_INVENTORY_EVENT:
491 acceptedTypes:
Michael Landoed64b5e2017-06-09 03:19:04 +0300492 SNMP_POLL:
493 acceptedTypes:
494 validForResourceTypes: *allResourceTypes
495 SNMP_TRAP:
496 acceptedTypes:
497 validForResourceTypes: *allResourceTypes
Michael Landoed64b5e2017-06-09 03:19:04 +0300498
499resourceInformationalArtifacts:
500 CHEF:
501 acceptedTypes:
502 validForResourceTypes: *allResourceTypes
503 PUPPET:
504 acceptedTypes:
505 validForResourceTypes: *allResourceTypes
506 SHELL:
507 acceptedTypes:
508 validForResourceTypes: *allResourceTypes
509 YANG:
510 acceptedTypes:
511 validForResourceTypes: *allResourceTypes
512 YANG_XML:
513 acceptedTypes:
514 validForResourceTypes: *allResourceTypes
515 HEAT:
516 acceptedTypes:
517 validForResourceTypes: *allResourceTypes
518 BPEL:
519 acceptedTypes:
520 validForResourceTypes: *allResourceTypes
521 DG_XML:
522 acceptedTypes:
523 validForResourceTypes: *allResourceTypes
524 MURANO_PKG:
525 acceptedTypes:
526 validForResourceTypes: *allResourceTypes
527 OTHER:
528 acceptedTypes:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200529 validForResourceTypes:
530 - VFC
531 - CVFC
532 - CP
533 - VL
534 - VF
535 - VFCMT
536 - Abstract
537 - PNF
Michael Landoed64b5e2017-06-09 03:19:04 +0300538 SNMP_POLL:
539 acceptedTypes:
540 validForResourceTypes: *allResourceTypes
541 SNMP_TRAP:
542 acceptedTypes:
543 validForResourceTypes: *allResourceTypes
544 GUIDE:
545 acceptedTypes:
546 validForResourceTypes:
547 - VF
548 - VFC
Tal Gitelman51d50f02017-12-10 18:55:03 +0200549 - CVFC
Michael Lando451a3402017-02-19 10:28:42 +0200550
551resourceInformationalDeployedArtifacts:
552
Michael Lando451a3402017-02-19 10:28:42 +0200553requirementsToFulfillBeforeCert:
Michael Lando451a3402017-02-19 10:28:42 +0200554
Michael Landoed64b5e2017-06-09 03:19:04 +0300555capabilitiesToConsumeBeforeCert:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200556
Michael Lando451a3402017-02-19 10:28:42 +0200557unLoggedUrls:
558 - /sdc2/rest/healthCheck
559
560cleanComponentsConfiguration:
561 cleanIntervalInMinutes: 1440
562 componentsToClean:
563 - Resource
564 - Service
565
566artifactsIndex: resources
Michael Landoed64b5e2017-06-09 03:19:04 +0300567
Michael Landoed64b5e2017-06-09 03:19:04 +0300568heatEnvArtifactHeader: ""
569heatEnvArtifactFooter: ""
Michael Lando451a3402017-02-19 10:28:42 +0200570
Michael Landoed64b5e2017-06-09 03:19:04 +0300571onboarding:
572 protocol: http
573 host: localhost
574 port: 8080
575 downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages"
Tal Gitelman51d50f02017-12-10 18:55:03 +0200576 healthCheckUri: "/onboarding-api/v1.0/healthcheck"
577
578switchoverDetector:
579 gBeFqdn: AIO-BE.ecomp.idns.cip.com
580 gFeFqdn: AIO-FE.ecomp.idns.cip.com
581 beVip: 0.0.0.0
582 feVip: 0.0.0.0
583 beResolveAttempts: 3
584 feResolveAttempts: 3
585 enabled: false
586 interval: 60
587 changePriorityUser: ecompasdc
588 changePriorityPassword: ecompasdc123
589 publishNetworkUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/update_network?user=root"
590 publishNetworkBody: '{"note":"publish network"}'
591 groups:
592 beSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com?user=root",
593 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"}'}
594 feSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com?user=root",
595 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"}'}
596
Michael Lando451a3402017-02-19 10:28:42 +0200597applicationL1Cache:
598 datatypes:
Michael Landoed64b5e2017-06-09 03:19:04 +0300599 enabled: true
Michael Lando451a3402017-02-19 10:28:42 +0200600 firstRunDelay: 10
601 pollIntervalInSec: 60
602
603applicationL2Cache:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200604 enabled: true
Michael Lando451a3402017-02-19 10:28:42 +0200605 catalogL1Cache:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200606 enabled: true
Michael Lando451a3402017-02-19 10:28:42 +0200607 resourcesSizeInCache: 300
608 servicesSizeInCache: 200
609 productsSizeInCache: 100
610 queue:
Michael Landoed64b5e2017-06-09 03:19:04 +0300611 syncIntervalInSecondes: 43200
612 waitOnShutDownInMinutes: 10
Michael Lando451a3402017-02-19 10:28:42 +0200613 numberOfCacheWorkers: 4
614
615toscaValidators:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200616 stringMaxLength: 2500
617
Michael Landoed64b5e2017-06-09 03:19:04 +0300618disableAudit: false
619
620vfModuleProperties:
621 min_vf_module_instances:
622 forBaseModule: 1
623 forNonBaseModule: 0
624 max_vf_module_instances:
625 forBaseModule: 1
626 forNonBaseModule:
627 initial_count:
628 forBaseModule: 1
629 forNonBaseModule: 0
630 vf_module_type:
631 forBaseModule: Base
632 forNonBaseModule: Expansion
Tal Gitelman51d50f02017-12-10 18:55:03 +0200633
634genericAssetNodeTypes:
635 VFC: org.openecomp.resource.abstract.nodes.VFC
636 CVFC: org.openecomp.resource.abstract.nodes.VFC
637 VF : org.openecomp.resource.abstract.nodes.VF
638 PNF: org.openecomp.resource.abstract.nodes.PNF
639 Service: org.openecomp.resource.abstract.nodes.service