blob: 7c9dc4c525fbcb7af1969e239202d2cb58e5fc51 [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
shrikantawachar2623c842019-05-20 12:11:54 +053045janusGraphCfgFile: src\main\resources\config\janusgraph.properties
46janusGraphMigrationKeySpaceCfgFile: src\main\resources\config\janusgraph-migration.properties
47janusGraphInMemoryGraph: false
48janusGraphLockTimeout: 1800
Tal Gitelman51d50f02017-12-10 18:55:03 +020049
shrikantawachar2623c842019-05-20 12:11:54 +053050# The interval to try and reconnect to JanusGraph DB when it is down during ASDC startup:
51janusGraphReconnectIntervalInSeconds: 3
Tal Gitelman51d50f02017-12-10 18:55:03 +020052
shrikantawachar2623c842019-05-20 12:11:54 +053053# The read timeout towards JanusGraph DB when health check is invoked:
54janusGraphHealthCheckReadTimeout: 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]
Tal Gitelmanc4d387d2019-03-28 11:00:54 +020094 cassandraPort: 9042
Michael Lando5b593492018-07-29 16:13:45 +030095 localDataCenter: DC-AIO-Ubuntu1
Tal Gitelman51d50f02017-12-10 18:55:03 +020096 reconnectTimeout : 30000
Michael Lando5b593492018-07-29 16:13:45 +030097 authenticate: true
98 username: asdc_user
99 password: Aa1234%^!
100 ssl: true
101 truststorePath : C:/Users/im453s/git/vagrant-sdc-all-in-one/tmp.trust
102 truststorePassword : Aa123456
Tal Gitelman51d50f02017-12-10 18:55:03 +0200103 keySpaces:
Michael Lando5b593492018-07-29 16:13:45 +0300104 - { name: dox, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
105 - { name: sdcaudit, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
106 - { name: sdcartifact, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
107 - { name: sdccomponent, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
108 - { name: sdcrepository, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
109
Michael Lando451a3402017-02-19 10:28:42 +0200110
111#Application-specific settings of ES
112elasticSearch:
113 # Mapping of index prefix to time-based frame. For example, if below is configured:
114 #
115 # - indexPrefix: auditingevents
116 # creationPeriod: minute
117 #
118 # 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.
119 # Another object created on 2015-12-23 13:25:54, will enter "auditingevents-2015-12-23-13-25" index.
120 # If creationPeriod: month, both of the above will enter "auditingevents-2015-12" index.
121 #
122 # PLEASE NOTE: the timestamps are created in UTC/GMT timezone! This is needed so that timestamps will be correctly presented in Kibana.
123 #
124 # Legal values for creationPeriod - year, month, day, hour, minute, none (meaning no time-based behaviour).
125 #
126 # If no creationPeriod is configured for indexPrefix, default behavour is creationPeriod: month.
Tal Gitelman51d50f02017-12-10 18:55:03 +0200127
Michael Lando451a3402017-02-19 10:28:42 +0200128 indicesTimeFrequency:
129 - indexPrefix: auditingevents
130 creationPeriod: month
131 - indexPrefix: monitoring_events
132 creationPeriod: month
133
134artifactTypes:
135 - CHEF
136 - PUPPET
137 - SHELL
138 - YANG
139 - YANG_XML
140 - HEAT
141 - BPEL
142 - DG_XML
143 - MURANO_PKG
144 - WORKFLOW
145 - NETWORK_CALL_FLOW
146 - TOSCA_TEMPLATE
147 - TOSCA_CSAR
148 - AAI_SERVICE_MODEL
149 - AAI_VF_MODEL
150 - AAI_VF_MODULE_MODEL
151 - AAI_VF_INSTANCE_MODEL
152 - OTHER
Michael Landoed64b5e2017-06-09 03:19:04 +0300153 - SNMP_POLL
154 - SNMP_TRAP
155 - GUIDE
agileone821ddb42019-04-15 13:06:45 -0700156 - CONTROLLER_BLUEPRINT_ARCHIVE
Michael Lando451a3402017-02-19 10:28:42 +0200157
158licenseTypes:
159 - User
160 - Installation
161 - CPU
162
163#Deployment artifacts placeHolder
164resourceTypes: &allResourceTypes
165 - VFC
166 - CP
167 - VL
168 - VF
Michael Landoed64b5e2017-06-09 03:19:04 +0300169 - VFCMT
Tal Gitelman51d50f02017-12-10 18:55:03 +0200170 - Abstract
171 - CVFC
172
Michael Lando451a3402017-02-19 10:28:42 +0200173# validForResourceTypes usage
174# validForResourceTypes:
175# - VF
176# - VL
177deploymentResourceArtifacts:
agileone821ddb42019-04-15 13:06:45 -0700178 cdsBlueprint:
179 displayName: "CDS Blueprint"
180 type: CONTROLLER_BLUEPRINT_ARCHIVE
181 description: "CDS deployment artifact"
182 fileExtension: "zip"
Michael Landoed64b5e2017-06-09 03:19:04 +0300183# heat:
184# displayName: "Base HEAT Template"
185# type: HEAT
186# validForResourceTypes: *allResourceTypes
187# heatVol:
188# displayName: "Volume HEAT Template"
189# type: HEAT_VOL
190# validForResourceTypes: *allResourceTypes
191# heatNet:
192# displayName: "Network HEAT Template"
193# type: HEAT_NET
194# validForResourceTypes: *allResourceTypes
Tal Gitelman51d50f02017-12-10 18:55:03 +0200195
Michael Lando451a3402017-02-19 10:28:42 +0200196deploymentResourceInstanceArtifacts:
197 heatEnv:
198 displayName: "HEAT ENV"
199 type: HEAT_ENV
200 description: "Auto-generated HEAT Environment deployment artifact"
201 fileExtension: "env"
Michael Landoed64b5e2017-06-09 03:19:04 +0300202 VfHeatEnv:
203 displayName: "VF HEAT ENV"
204 type: HEAT_ENV
205 description: "VF Auto-generated HEAT Environment deployment artifact"
206 fileExtension: "env"
Michael Lando451a3402017-02-19 10:28:42 +0200207
208#tosca artifacts placeholders
209toscaArtifacts:
210 assetToscaTemplate:
211 artifactName: -template.yml
212 displayName: Tosca Template
213 type: TOSCA_TEMPLATE
214 description: TOSCA representation of the asset
215 assetToscaCsar:
216 artifactName: -csar.csar
217 displayName: Tosca Model
218 type: TOSCA_CSAR
219 description: TOSCA definition package of the asset
220
Michael Lando5b593492018-07-29 16:13:45 +0300221
Michael Lando451a3402017-02-19 10:28:42 +0200222#Informational artifacts placeHolder
223excludeResourceCategory:
224 - Generic
Tal Gitelman51d50f02017-12-10 18:55:03 +0200225excludeResourceType:
226 - PNF
Michael Lando451a3402017-02-19 10:28:42 +0200227informationalResourceArtifacts:
228 features:
229 displayName: Features
230 type: OTHER
231 capacity:
232 displayName: Capacity
233 type: OTHER
234 vendorTestResult:
235 displayName: Vendor Test Result
236 type: OTHER
237 testScripts:
238 displayName: Test Scripts
239 type: OTHER
Michael Landoed64b5e2017-06-09 03:19:04 +0300240 CloudQuestionnaire:
Michael Lando451a3402017-02-19 10:28:42 +0200241 displayName: Cloud Questionnaire (completed)
242 type: OTHER
243 HEATTemplateFromVendor:
244 displayName: HEAT Template from Vendor
245 type: HEAT
246 resourceSecurityTemplate:
247 displayName: Resource Security Template
248 type: OTHER
Tal Gitelman51d50f02017-12-10 18:55:03 +0200249
Michael Lando451a3402017-02-19 10:28:42 +0200250excludeServiceCategory:
251
252informationalServiceArtifacts:
253 serviceArtifactPlan:
254 displayName: Service Artifact Plan
255 type: OTHER
256 summaryOfImpactsToECOMPElements:
257 displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
258 type: OTHER
259 controlLoopFunctions:
260 displayName: Control Loop Functions
261 type: OTHER
262 dimensioningInfo:
263 displayName: Dimensioning Info
264 type: OTHER
265 affinityRules:
266 displayName: Affinity Rules
267 type: OTHER
268 operationalPolicies:
269 displayName: Operational Policies
270 type: OTHER
271 serviceSpecificPolicies:
272 displayName: Service-specific Policies
273 type: OTHER
274 engineeringRules:
275 displayName: Engineering Rules (ERD)
276 type: OTHER
277 distributionInstructions:
278 displayName: Distribution Instructions
279 type: OTHER
280 certificationTestResults:
281 displayName: TD Certification Test Results
282 type: OTHER
283 deploymentVotingRecord:
284 displayName: Deployment Voting Record
285 type: OTHER
286 serviceQuestionnaire:
287 displayName: Service Questionnaire
288 type: OTHER
289 serviceSecurityTemplate:
290 displayName: Service Security Template
291 type: OTHER
Tal Gitelman51d50f02017-12-10 18:55:03 +0200292
Michael Lando451a3402017-02-19 10:28:42 +0200293serviceApiArtifacts:
294 configuration:
295 displayName: Configuration
296 type: OTHER
297 instantiation:
298 displayName: Instantiation
299 type: OTHER
300 monitoring:
301 displayName: Monitoring
302 type: OTHER
303 reporting:
304 displayName: Reporting
305 type: OTHER
306 logging:
307 displayName: Logging
308 type: OTHER
309 testing:
310 displayName: Testing
311 type: OTHER
312
Michael Lando451a3402017-02-19 10:28:42 +0200313additionalInformationMaxNumberOfKeys: 50
314
315systemMonitoring:
316 enabled: false
317 isProxy: false
318 probeIntervalInSeconds: 15
319
320defaultHeatArtifactTimeoutMinutes: 60
321
322serviceDeploymentArtifacts:
agileone821ddb42019-04-15 13:06:45 -0700323 CONTROLLER_BLUEPRINT_ARCHIVE:
324 acceptedTypes:
325 - zip
Michael Lando451a3402017-02-19 10:28:42 +0200326 YANG_XML:
327 acceptedTypes:
328 - xml
Michael Landoed64b5e2017-06-09 03:19:04 +0300329 VNF_CATALOG:
330 acceptedTypes:
331 - xml
332 MODEL_INVENTORY_PROFILE:
333 acceptedTypes:
334 - xml
335 MODEL_QUERY_SPEC:
336 acceptedTypes:
337 - xml
Tal Gitelman51d50f02017-12-10 18:55:03 +0200338 UCPE_LAYER_2_CONFIGURATION:
339 acceptedTypes:
340 - xml
341
Michael Landoed64b5e2017-06-09 03:19:04 +0300342#AAI Artifacts
Michael Lando451a3402017-02-19 10:28:42 +0200343 AAI_SERVICE_MODEL:
344 acceptedTypes:
345 - xml
346 AAI_VF_MODULE_MODEL:
347 acceptedTypes:
348 - xml
349 AAI_VF_INSTANCE_MODEL:
350 acceptedTypes:
Michael Lando5b593492018-07-29 16:13:45 +0300351 - xml
Michael Lando451a3402017-02-19 10:28:42 +0200352 OTHER:
353 acceptedTypes:
354
355resourceDeploymentArtifacts:
356 HEAT:
357 acceptedTypes:
358 - yaml
359 - yml
Michael Landoed64b5e2017-06-09 03:19:04 +0300360 validForResourceTypes: *allResourceTypes
Michael Lando451a3402017-02-19 10:28:42 +0200361 HEAT_VOL:
362 acceptedTypes:
363 - yaml
364 - yml
Michael Landoed64b5e2017-06-09 03:19:04 +0300365 validForResourceTypes: *allResourceTypes
Tal Gitelman51d50f02017-12-10 18:55:03 +0200366 HEAT_NET:
367 acceptedTypes:
368 - yaml
369 - yml
370 validForResourceTypes: *allResourceTypes
Michael Landoed64b5e2017-06-09 03:19:04 +0300371 HEAT_NESTED:
372 acceptedTypes:
373 - yaml
374 - yml
375 validForResourceTypes: *allResourceTypes
376 HEAT_ARTIFACT:
377 acceptedTypes:
378 validForResourceTypes: *allResourceTypes
Liang Dingafbcb0f2019-01-29 00:00:54 -0800379 CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT:
380 acceptedTypes:
381 - zip
Liang Dingfffb8412019-03-27 23:10:03 -0700382 - tgz
383 - csar
Liang Dingafbcb0f2019-01-29 00:00:54 -0800384 validForResourceTypes: *allResourceTypes
Michael Lando451a3402017-02-19 10:28:42 +0200385 YANG_XML:
386 acceptedTypes:
387 - xml
Michael Landoed64b5e2017-06-09 03:19:04 +0300388 validForResourceTypes: *allResourceTypes
389 VNF_CATALOG:
390 acceptedTypes:
391 - xml
392 validForResourceTypes: *allResourceTypes
393 VF_LICENSE:
394 acceptedTypes:
395 - xml
396 validForResourceTypes: *allResourceTypes
397 VENDOR_LICENSE:
398 acceptedTypes:
399 - xml
400 validForResourceTypes: *allResourceTypes
401 MODEL_INVENTORY_PROFILE:
402 acceptedTypes:
403 - xml
404 validForResourceTypes: *allResourceTypes
405 MODEL_QUERY_SPEC:
406 acceptedTypes:
407 - xml
408 validForResourceTypes: *allResourceTypes
Tal Gitelman51d50f02017-12-10 18:55:03 +0200409 LIFECYCLE_OPERATIONS:
410 acceptedTypes:
411 - yaml
412 - yml
413 validForResourceTypes:
414 - VF
415 - VFC
416 VES_EVENTS:
417 acceptedTypes:
418 - yaml
419 - yml
dermot123d83268a2019-03-13 12:37:35 +0000420 validForResourceTypes:
421 - VFC
422 - CP
423 - VL
424 - VF
425 - VFCMT
426 - Abstract
427 - CVFC
428 - PNF
Tal Gitelman51d50f02017-12-10 18:55:03 +0200429 PERFORMANCE_COUNTER:
430 acceptedTypes:
431 - csv
432 validForResourceTypes: *allResourceTypes
Michael Landoed64b5e2017-06-09 03:19:04 +0300433 APPC_CONFIG:
434 acceptedTypes:
435 validForResourceTypes:
436 - VF
Michael Landoed64b5e2017-06-09 03:19:04 +0300437 DCAE_TOSCA:
438 acceptedTypes:
439 - yml
440 - yaml
441 validForResourceTypes:
442 - VF
Tal Gitelman51d50f02017-12-10 18:55:03 +0200443 - VFCMT
Michael Landoed64b5e2017-06-09 03:19:04 +0300444 DCAE_JSON:
445 acceptedTypes:
446 - json
447 validForResourceTypes:
448 - VF
Tal Gitelman51d50f02017-12-10 18:55:03 +0200449 - VFCMT
Michael Landoed64b5e2017-06-09 03:19:04 +0300450 DCAE_POLICY:
451 acceptedTypes:
452 - emf
453 validForResourceTypes:
454 - VF
Tal Gitelman51d50f02017-12-10 18:55:03 +0200455 - VFCMT
Michael Landoed64b5e2017-06-09 03:19:04 +0300456 DCAE_DOC:
457 acceptedTypes:
458 validForResourceTypes:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200459 - VF
460 - VFCMT
Michael Landoed64b5e2017-06-09 03:19:04 +0300461 DCAE_EVENT:
462 acceptedTypes:
463 validForResourceTypes:
464 - VF
Tal Gitelman51d50f02017-12-10 18:55:03 +0200465 - VFCMT
Michael Lando451a3402017-02-19 10:28:42 +0200466 AAI_VF_MODEL:
467 acceptedTypes:
468 - xml
469 validForResourceTypes:
470 - VF
471 AAI_VF_MODULE_MODEL:
472 acceptedTypes:
473 - xml
474 validForResourceTypes:
Michael Landoed64b5e2017-06-09 03:19:04 +0300475 - VF
Michael Lando451a3402017-02-19 10:28:42 +0200476 OTHER:
477 acceptedTypes:
Michael Landoed64b5e2017-06-09 03:19:04 +0300478 validForResourceTypes: *allResourceTypes
Michael Landoed64b5e2017-06-09 03:19:04 +0300479 SNMP_POLL:
480 acceptedTypes:
481 validForResourceTypes: *allResourceTypes
482 SNMP_TRAP:
483 acceptedTypes:
484 validForResourceTypes: *allResourceTypes
dermot123d83268a2019-03-13 12:37:35 +0000485 PM_DICTIONARY:
486 acceptedTypes:
487 - yaml
488 - yml
489 validForResourceTypes:
490 - VF
491 - PNF
kooper570fe142019-04-03 13:23:08 +0000492 YANG_MODULE:
493 acceptedTypes:
494 - yang
495 validForResourceTypes:
496 - VF
497 - PNF
498 ANSIBLE_PLAYBOOK:
499 acceptedTypes:
500 - yaml
501 - yml
502 validForResourceTypes:
503 - VF
504 - PNF
505 ONBOARDED_PACKAGE:
506 acceptedTypes:
507 - csar
aribeiroccc1f362019-09-03 08:37:55 +0000508 - zip
kooper570fe142019-04-03 13:23:08 +0000509 validForResourceTypes:
510 - VF
511 - PNF
agileone821ddb42019-04-15 13:06:45 -0700512 CONTROLLER_BLUEPRINT_ARCHIVE:
513 acceptedTypes:
514 - zip
515 validForResourceTypes:
516 - VF
517 - PNF
Tal Gitelman51d50f02017-12-10 18:55:03 +0200518
Michael Lando451a3402017-02-19 10:28:42 +0200519resourceInstanceDeploymentArtifacts:
520 HEAT_ENV:
521 acceptedTypes:
522 - env
Michael Landoed64b5e2017-06-09 03:19:04 +0300523 VF_MODULES_METADATA:
524 acceptedTypes:
525 - json
Tal Gitelman51d50f02017-12-10 18:55:03 +0200526 VES_EVENTS:
527 acceptedTypes:
528 - yaml
529 - yml
530 PERFORMANCE_COUNTER:
531 acceptedTypes:
532 - csv
Michael Landoed64b5e2017-06-09 03:19:04 +0300533 DCAE_INVENTORY_TOSCA:
534 acceptedTypes:
535 - yml
536 - yaml
537 DCAE_INVENTORY_JSON:
538 acceptedTypes:
539 - json
540 DCAE_INVENTORY_POLICY:
541 acceptedTypes:
542 - emf
543 DCAE_INVENTORY_DOC:
544 acceptedTypes:
545 DCAE_INVENTORY_BLUEPRINT:
546 acceptedTypes:
547 DCAE_INVENTORY_EVENT:
548 acceptedTypes:
Michael Landoed64b5e2017-06-09 03:19:04 +0300549 SNMP_POLL:
550 acceptedTypes:
551 validForResourceTypes: *allResourceTypes
552 SNMP_TRAP:
553 acceptedTypes:
554 validForResourceTypes: *allResourceTypes
Michael Landoed64b5e2017-06-09 03:19:04 +0300555
556resourceInformationalArtifacts:
557 CHEF:
558 acceptedTypes:
559 validForResourceTypes: *allResourceTypes
560 PUPPET:
561 acceptedTypes:
562 validForResourceTypes: *allResourceTypes
563 SHELL:
564 acceptedTypes:
565 validForResourceTypes: *allResourceTypes
566 YANG:
567 acceptedTypes:
568 validForResourceTypes: *allResourceTypes
569 YANG_XML:
570 acceptedTypes:
571 validForResourceTypes: *allResourceTypes
572 HEAT:
573 acceptedTypes:
574 validForResourceTypes: *allResourceTypes
575 BPEL:
576 acceptedTypes:
577 validForResourceTypes: *allResourceTypes
578 DG_XML:
579 acceptedTypes:
580 validForResourceTypes: *allResourceTypes
581 MURANO_PKG:
582 acceptedTypes:
583 validForResourceTypes: *allResourceTypes
584 OTHER:
585 acceptedTypes:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200586 validForResourceTypes:
587 - VFC
588 - CVFC
589 - CP
590 - VL
591 - VF
592 - VFCMT
593 - Abstract
594 - PNF
Michael Landoed64b5e2017-06-09 03:19:04 +0300595 SNMP_POLL:
596 acceptedTypes:
597 validForResourceTypes: *allResourceTypes
598 SNMP_TRAP:
599 acceptedTypes:
600 validForResourceTypes: *allResourceTypes
601 GUIDE:
602 acceptedTypes:
603 validForResourceTypes:
604 - VF
605 - VFC
Tal Gitelman51d50f02017-12-10 18:55:03 +0200606 - CVFC
Michael Lando451a3402017-02-19 10:28:42 +0200607
608resourceInformationalDeployedArtifacts:
609
Michael Lando451a3402017-02-19 10:28:42 +0200610requirementsToFulfillBeforeCert:
Michael Lando451a3402017-02-19 10:28:42 +0200611
Michael Landoed64b5e2017-06-09 03:19:04 +0300612capabilitiesToConsumeBeforeCert:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200613
Michael Lando451a3402017-02-19 10:28:42 +0200614unLoggedUrls:
615 - /sdc2/rest/healthCheck
616
617cleanComponentsConfiguration:
618 cleanIntervalInMinutes: 1440
619 componentsToClean:
620 - Resource
621 - Service
622
623artifactsIndex: resources
Michael Landoed64b5e2017-06-09 03:19:04 +0300624
Michael Landoed64b5e2017-06-09 03:19:04 +0300625heatEnvArtifactHeader: ""
626heatEnvArtifactFooter: ""
Michael Lando451a3402017-02-19 10:28:42 +0200627
Michael Landoed64b5e2017-06-09 03:19:04 +0300628onboarding:
629 protocol: http
630 host: localhost
631 port: 8080
632 downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages"
Tal Gitelman51d50f02017-12-10 18:55:03 +0200633 healthCheckUri: "/onboarding-api/v1.0/healthcheck"
634
635switchoverDetector:
636 gBeFqdn: AIO-BE.ecomp.idns.cip.com
637 gFeFqdn: AIO-FE.ecomp.idns.cip.com
638 beVip: 0.0.0.0
639 feVip: 0.0.0.0
640 beResolveAttempts: 3
641 feResolveAttempts: 3
642 enabled: false
643 interval: 60
644 changePriorityUser: ecompasdc
645 changePriorityPassword: ecompasdc123
646 publishNetworkUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/update_network?user=root"
647 publishNetworkBody: '{"note":"publish network"}'
648 groups:
649 beSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com?user=root",
650 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"}'}
651 feSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com?user=root",
652 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"}'}
653
Michael Lando451a3402017-02-19 10:28:42 +0200654applicationL1Cache:
655 datatypes:
Michael Landoed64b5e2017-06-09 03:19:04 +0300656 enabled: true
Michael Lando451a3402017-02-19 10:28:42 +0200657 firstRunDelay: 10
658 pollIntervalInSec: 60
659
660applicationL2Cache:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200661 enabled: true
Michael Lando451a3402017-02-19 10:28:42 +0200662 catalogL1Cache:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200663 enabled: true
Michael Lando451a3402017-02-19 10:28:42 +0200664 resourcesSizeInCache: 300
665 servicesSizeInCache: 200
666 productsSizeInCache: 100
667 queue:
Michael Landoed64b5e2017-06-09 03:19:04 +0300668 syncIntervalInSecondes: 43200
669 waitOnShutDownInMinutes: 10
Michael Lando451a3402017-02-19 10:28:42 +0200670 numberOfCacheWorkers: 4
671
672toscaValidators:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200673 stringMaxLength: 2500
674
Michael Landoed64b5e2017-06-09 03:19:04 +0300675disableAudit: false
676
677vfModuleProperties:
678 min_vf_module_instances:
679 forBaseModule: 1
680 forNonBaseModule: 0
681 max_vf_module_instances:
682 forBaseModule: 1
683 forNonBaseModule:
684 initial_count:
685 forBaseModule: 1
686 forNonBaseModule: 0
687 vf_module_type:
688 forBaseModule: Base
689 forNonBaseModule: Expansion
Tal Gitelman51d50f02017-12-10 18:55:03 +0200690
691genericAssetNodeTypes:
692 VFC: org.openecomp.resource.abstract.nodes.VFC
693 CVFC: org.openecomp.resource.abstract.nodes.VFC
694 VF : org.openecomp.resource.abstract.nodes.VF
695 PNF: org.openecomp.resource.abstract.nodes.PNF
Liang Dingafbcb0f2019-01-29 00:00:54 -0800696 Service: org.openecomp.resource.abstract.nodes.service