07f660b39e25950df91817b7cb34f260210a588c
[sdc.git] / catalog-be / sdc-backend / chef-repo / cookbooks / sdc-catalog-be / templates / default / BE-configuration.yaml.erb
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: <%= @catalog_ip %>
10
11 # catalog backend http port
12 beHttpPort: <%= @catalog_port %>
13
14 # catalog backend http context
15 beContext: /sdc/rest/config/get
16
17 # catalog backend protocol
18 <% if node[:disableHttp] -%>
19 beProtocol: https
20 <% else %>
21 beProtocol: http
22 <% end -%>
23
24 # catalog backend ssl port
25 beSslPort: <%= @ssl_port %>
26 version: 1.1.0
27 released: 2012-11-30
28 toscaConformanceLevel: 11.0
29 minToscaConformanceLevel: 3.0
30
31 janusGraphCfgFile: /var/lib/jetty/config/catalog-be/janusgraph.properties
32 janusGraphInMemoryGraph: false
33 janusGraphLockTimeout: 1800
34 # The interval to try and reconnect to JanusGraph DB when it is down during ASDC startup:
35 janusGraphReconnectIntervalInSeconds: 3
36
37 # The read timeout towards JanusGraph DB when health check is invoked:
38 janusGraphHealthCheckReadTimeout: 1
39
40 # The interval to try and reconnect to Elasticsearch when it is down during ASDC startup:
41
42 uebHealthCheckReconnectIntervalInSeconds: 15
43 uebHealthCheckReadTimeout: 4
44
45 # Protocols
46 protocols:
47    - http
48    - https
49
50 # Default imports
51 defaultImports:
52    - nodes:
53         file: nodes.yml
54    - datatypes:
55         file: data.yml
56    - capabilities:
57         file: capabilities.yml
58    - relationships:
59         file: relationships.yml
60    - groups:
61         file: groups.yml
62    - policies:
63         file: policies.yml
64    - annotations:
65         file: annotations.yml
66
67 # Users
68 users:
69     tom: passwd
70     bob: passwd
71
72 # access restriction
73 authCookie:
74   securityKey: "sdcaccessrestrictionsecureykey"
75   maxSessionTimeOut: 86400000
76   sessionIdleTimeOut: 3600000
77   cookieName: "AuthenticationCookie"
78   path: /
79   domain: ""
80   isHttpOnly: true
81   # redirect variable name from portal.properties file
82   redirectURL: ""
83   excludedUrls: [<%= node['access_restriction']['excluded_urls'] %>]
84   onboardingExcludedUrls: [<%= node['access_restriction']['excluded_urls_onboarding'] %>]
85
86
87
88 cassandraConfig:
89     cassandraHosts: [<%= @cassandra_ip %>]
90     cassandraPort: <%= @cassandra_port %>
91     localDataCenter: <%= @DC_NAME %>
92     reconnectTimeout : 30000
93     socketReadTimeout: <%= @socket_read_timeout %>
94     socketConnectTimeout: <%= @socket_connect_timeout %>
95     authenticate: true
96     username: <%= @cassandra_usr %>
97     password: <%= @cassandra_pwd %>
98     ssl: <%= @cassandra_ssl_enabled %>
99     truststorePath : /var/lib/jetty/etc/truststore
100     truststorePassword : <%= @cassandra_truststore_password %>
101     keySpaces:
102         - { name: dox,           replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @REP_STRING %>']}
103         - { name: sdcaudit,      replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @REP_STRING %>']}
104         - { name: sdcartifact,   replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @REP_STRING %>']}
105         - { name: sdccomponent,  replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @REP_STRING %>']}
106         - { name: sdcrepository, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @REP_STRING %>']}
107
108
109 artifactTypes:
110    - CHEF
111    - PUPPET
112    - SHELL
113    - YANG
114    - YANG_XML
115    - HEAT
116    - BPEL
117    - DG_XML
118    - MURANO_PKG
119    - WORKFLOW
120    - NETWORK_CALL_FLOW
121    - TOSCA_TEMPLATE
122    - TOSCA_CSAR
123    - AAI_SERVICE_MODEL
124    - AAI_VF_MODEL
125    - AAI_VF_MODULE_MODEL
126    - AAI_VF_INSTANCE_MODEL
127    - OTHER
128    - SNMP_POLL
129    - SNMP_TRAP
130    - GUIDE
131    - PLAN
132    - CONTROLLER_BLUEPRINT_ARCHIVE
133    - PNF_SW_INFORMATION
134
135 licenseTypes:
136    - User
137    - Installation
138    - CPU
139
140 #Deployment artifacts placeHolder
141 resourceTypes: &allResourceTypes
142   - VFC
143   - CP
144   - VL
145   - VF
146   - CR
147   - VFCMT
148   - Abstract
149   - CVFC
150
151
152 deploymentResourceArtifacts:
153   cdsBlueprint:
154       displayName: "CDS Blueprint"
155       type: CONTROLLER_BLUEPRINT_ARCHIVE
156       description: "CDS deployment artifact"
157       fileExtension: "zip"
158
159 deploymentResourceInstanceArtifacts:
160   heatEnv:
161       displayName: "HEAT ENV"
162       type: HEAT_ENV
163       description: "Auto-generated HEAT Environment deployment artifact"
164       fileExtension: "env"
165   VfHeatEnv:
166       displayName: "VF HEAT ENV"
167       type: HEAT_ENV
168       description: "VF Auto-generated HEAT Environment deployment artifact"
169       fileExtension: "env"
170
171 #tosca artifacts placeholders
172 toscaArtifacts:
173   assetToscaTemplate:
174       artifactName: -template.yml
175       displayName: Tosca Template
176       type: TOSCA_TEMPLATE
177       description: TOSCA representation of the asset
178   assetToscaCsar:
179       artifactName: -csar.csar
180       displayName: Tosca Model
181       type: TOSCA_CSAR
182       description: TOSCA definition package of the asset
183
184 #Informational artifacts placeHolder
185 excludeResourceCategory:
186   - Generic
187 excludeResourceType:
188   - PNF
189   - CR
190 informationalResourceArtifacts:
191   features:
192       displayName: Features
193       type: OTHER
194   capacity:
195       displayName: Capacity
196       type: OTHER
197   vendorTestResult:
198       displayName: Vendor Test Result
199       type: OTHER
200   testScripts:
201       displayName: Test Scripts
202       type: OTHER
203   CloudQuestionnaire:
204       displayName: Cloud Questionnaire (completed)
205       type: OTHER
206   HEATTemplateFromVendor:
207       displayName: HEAT Template from Vendor
208       type: HEAT
209   resourceSecurityTemplate:
210       displayName: Resource Security Template
211       type: OTHER
212
213 excludeServiceCategory:
214
215 informationalServiceArtifacts:
216   serviceArtifactPlan:
217       displayName: Service Artifact Plan
218       type: OTHER
219   summaryOfImpactsToECOMPElements:
220       displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
221       type: OTHER
222   controlLoopFunctions:
223       displayName: Control Loop Functions
224       type: OTHER
225   dimensioningInfo:
226       displayName: Dimensioning Info
227       type: OTHER
228   affinityRules:
229       displayName: Affinity Rules
230       type: OTHER
231   operationalPolicies:
232       displayName: Operational Policies
233       type: OTHER
234   serviceSpecificPolicies:
235       displayName: Service-specific Policies
236       type: OTHER
237   engineeringRules:
238       displayName: Engineering Rules (ERD)
239       type: OTHER
240   distributionInstructions:
241       displayName: Distribution Instructions
242       type: OTHER
243   certificationTestResults:
244       displayName: TD Certification Test Results
245       type: OTHER
246   deploymentVotingRecord:
247       displayName: Deployment Voting Record
248       type: OTHER
249   serviceQuestionnaire:
250       displayName: Service Questionnaire
251       type: OTHER
252   serviceSecurityTemplate:
253       displayName: Service Security Template
254       type: OTHER
255
256 serviceApiArtifacts:
257   configuration:
258       displayName: Configuration
259       type: OTHER
260   instantiation:
261       displayName: Instantiation
262       type: OTHER
263   monitoring:
264       displayName: Monitoring
265       type: OTHER
266   reporting:
267       displayName: Reporting
268       type: OTHER
269   logging:
270       displayName: Logging
271       type: OTHER
272   testing:
273       displayName: Testing
274       type: OTHER
275
276
277 additionalInformationMaxNumberOfKeys: 50
278
279 systemMonitoring:
280     enabled: false
281     isProxy: false
282     probeIntervalInSeconds: 15
283 heatArtifactDeploymentTimeout:
284   defaultMinutes: 30
285   minMinutes: 1
286   maxMinutes: 120
287
288 serviceDeploymentArtifacts:
289     CONTROLLER_BLUEPRINT_ARCHIVE:
290         acceptedTypes:
291             - zip
292     YANG_XML:
293         acceptedTypes:
294             - xml
295     VNF_CATALOG:
296         acceptedTypes:
297             - xml
298     MODEL_INVENTORY_PROFILE:
299         acceptedTypes:
300             - xml
301     MODEL_QUERY_SPEC:
302         acceptedTypes:
303             - xml
304     UCPE_LAYER_2_CONFIGURATION:
305         acceptedTypes:
306             - xml
307
308 #AAI Artifacts
309     AAI_SERVICE_MODEL:
310         acceptedTypes:
311             - xml
312     AAI_VF_MODULE_MODEL:
313         acceptedTypes:
314             - xml
315     AAI_VF_INSTANCE_MODEL:
316         acceptedTypes:
317             - xml
318     UCPE_LAYER_2_CONFIGURATION:
319         acceptedTypes:
320             - xml
321     OTHER:
322         acceptedTypes:
323
324 #PLAN
325     PLAN:
326         acceptedTypes:
327             - xml
328     WORKFLOW:
329         acceptedTypes:
330
331
332 resourceDeploymentArtifacts:
333     HEAT:
334         acceptedTypes:
335             - yaml
336             - yml
337         validForResourceTypes: *allResourceTypes
338     HEAT_VOL:
339         acceptedTypes:
340             - yaml
341             - yml
342         validForResourceTypes: *allResourceTypes
343     HEAT_NET:
344         acceptedTypes:
345             - yaml
346             - yml
347         validForResourceTypes: *allResourceTypes
348     HEAT_NESTED:
349         acceptedTypes:
350             - yaml
351             - yml
352         validForResourceTypes: *allResourceTypes
353     HEAT_ARTIFACT:
354         acceptedTypes:
355         validForResourceTypes: *allResourceTypes
356     CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT:
357         acceptedTypes:
358             - zip
359             - tgz
360             - csar
361         validForResourceTypes: *allResourceTypes
362     YANG_XML:
363         acceptedTypes:
364             - xml
365         validForResourceTypes: *allResourceTypes
366     VNF_CATALOG:
367         acceptedTypes:
368             - xml
369         validForResourceTypes: *allResourceTypes
370     VF_LICENSE:
371         acceptedTypes:
372             - xml
373         validForResourceTypes: *allResourceTypes
374     VENDOR_LICENSE:
375         acceptedTypes:
376             - xml
377         validForResourceTypes: *allResourceTypes
378     MODEL_INVENTORY_PROFILE:
379         acceptedTypes:
380             - xml
381         validForResourceTypes: *allResourceTypes
382     MODEL_QUERY_SPEC:
383         acceptedTypes:
384             - xml
385         validForResourceTypes: *allResourceTypes
386     LIFECYCLE_OPERATIONS:
387         acceptedTypes:
388             - yaml
389             - yml
390         validForResourceTypes:
391             - VF
392             - VFC
393     VES_EVENTS:
394         acceptedTypes:
395             - yaml
396             - yml
397         validForResourceTypes:
398             - VFC
399             - CP
400             - VL
401             - VF
402             - CR
403             - VFCMT
404             - Abstract
405             - CVFC
406             - PNF
407     PERFORMANCE_COUNTER:
408         acceptedTypes:
409             - csv
410         validForResourceTypes: *allResourceTypes
411     APPC_CONFIG:
412         acceptedTypes:
413         validForResourceTypes:
414             - VF
415     DCAE_TOSCA:
416         acceptedTypes:
417             - yml
418             - yaml
419         validForResourceTypes:
420             - VF
421             - VFCMT
422     DCAE_JSON:
423         acceptedTypes:
424             - json
425         validForResourceTypes:
426             - VF
427             - VFCMT
428     DCAE_POLICY:
429         acceptedTypes:
430             - emf
431         validForResourceTypes:
432             - VF
433             - VFCMT
434     DCAE_DOC:
435         acceptedTypes:
436         validForResourceTypes:
437             - VF
438             - VFCMT
439     DCAE_EVENT:
440         acceptedTypes:
441         validForResourceTypes:
442             - VF
443             - VFCMT
444     AAI_VF_MODEL:
445         acceptedTypes:
446             - xml
447         validForResourceTypes:
448             - VF
449     AAI_VF_MODULE_MODEL:
450         acceptedTypes:
451             - xml
452         validForResourceTypes:
453             - VF
454     OTHER:
455         acceptedTypes:
456         validForResourceTypes:
457           - VFC
458           - CVFC
459           - CP
460           - VL
461           - VF
462           - VFCMT
463           - Abstract
464           - PNF
465     SNMP_POLL:
466         acceptedTypes:
467         validForResourceTypes: *allResourceTypes
468     SNMP_TRAP:
469         acceptedTypes:
470         validForResourceTypes: *allResourceTypes
471     PM_DICTIONARY:
472         acceptedTypes:
473             - yaml
474             - yml
475         validForResourceTypes:
476             - VF
477             - PNF
478     YANG_MODULE:
479         acceptedTypes:
480             - yang
481         validForResourceTypes:
482             - VF
483             - PNF
484     ANSIBLE_PLAYBOOK:
485         acceptedTypes:
486             - yaml
487             - yml
488         validForResourceTypes:
489             - VF
490             - PNF
491     ONBOARDED_PACKAGE:
492         acceptedTypes:
493             - csar
494             - zip
495         validForResourceTypes:
496             - VF
497             - PNF
498     CONTROLLER_BLUEPRINT_ARCHIVE:
499         acceptedTypes:
500             - zip
501         validForResourceTypes:
502             - VF
503             - PNF
504
505 #PLAN
506     PLAN:
507         acceptedTypes:
508             - xml
509         validForResourceTypes:
510             - VF
511             - VFC
512     WORKFLOW:
513         acceptedTypes:
514         validForResourceTypes:
515             - VFC
516             - CP
517             - VL
518             - VF
519             - CR
520             - VFCMT
521             - Abstract
522             - CVFC
523             - PNF
524
525 resourceInstanceDeploymentArtifacts:
526     HEAT_ENV:
527         acceptedTypes:
528             - env
529     VF_MODULES_METADATA:
530         acceptedTypes:
531             - json
532     VES_EVENTS:
533         acceptedTypes:
534             - yaml
535             - yml
536     PERFORMANCE_COUNTER:
537         acceptedTypes:
538             - csv
539     DCAE_INVENTORY_TOSCA:
540         acceptedTypes:
541             - yml
542             - yaml
543     DCAE_INVENTORY_JSON:
544         acceptedTypes:
545             - json
546     DCAE_INVENTORY_POLICY:
547       acceptedTypes:
548             - emf
549     DCAE_INVENTORY_DOC:
550       acceptedTypes:
551     DCAE_INVENTORY_BLUEPRINT:
552       acceptedTypes:
553     DCAE_INVENTORY_EVENT:
554       acceptedTypes:
555     SNMP_POLL:
556         acceptedTypes:
557         validForResourceTypes: *allResourceTypes
558     SNMP_TRAP:
559         acceptedTypes:
560         validForResourceTypes: *allResourceTypes
561
562 #PLAN
563     PLAN:
564         acceptedTypes:
565             - xml
566
567 resourceInformationalArtifacts:
568     CHEF:
569         acceptedTypes:
570         validForResourceTypes: *allResourceTypes
571     PUPPET:
572         acceptedTypes:
573         validForResourceTypes: *allResourceTypes
574     SHELL:
575         acceptedTypes:
576         validForResourceTypes: *allResourceTypes
577     YANG:
578         acceptedTypes:
579         validForResourceTypes: *allResourceTypes
580     YANG_XML:
581         acceptedTypes:
582         validForResourceTypes: *allResourceTypes
583     HEAT:
584         acceptedTypes:
585         validForResourceTypes: *allResourceTypes
586     BPEL:
587         acceptedTypes:
588         validForResourceTypes: *allResourceTypes
589     DG_XML:
590         acceptedTypes:
591         validForResourceTypes: *allResourceTypes
592     MURANO_PKG:
593         acceptedTypes:
594         validForResourceTypes: *allResourceTypes
595     OTHER:
596         acceptedTypes:
597         validForResourceTypes:
598             - VFC
599             - CVFC
600             - CP
601             - VL
602             - VF
603             - CR
604             - VFCMT
605             - Abstract
606             - PNF
607     PNF_SW_INFORMATION:
608         acceptedTypes:
609             - yaml
610             - yml
611         validForResourceTypes:
612             - PNF
613     SNMP_POLL:
614         acceptedTypes:
615         validForResourceTypes: *allResourceTypes
616     SNMP_TRAP:
617         acceptedTypes:
618         validForResourceTypes: *allResourceTypes
619     GUIDE:
620         acceptedTypes:
621         validForResourceTypes:
622             - VF
623             - VFC
624             - CVFC
625             - PNF
626
627 resourceInformationalDeployedArtifacts:
628
629 unLoggedUrls:
630    - /sdc2/rest/monitoring
631    - /sdc2/rest/healthCheck
632
633 cleanComponentsConfiguration:
634     cleanIntervalInMinutes: 1440
635     componentsToClean:
636        - Resource
637        - Service
638
639 artifactsIndex: resources
640
641 heatEnvArtifactHeader: ""
642 heatEnvArtifactFooter: ""
643
644 onboarding:
645     host: <%= node['ONBOARDING_BE_VIP'] %>
646     <% if node[:disableHttp] -%>
647     protocol: https
648     port: <%= node['ONBOARDING_BE'][:https_port] %>
649     <% else %>
650     protocol: http
651     port: <%= node['ONBOARDING_BE'][:http_port] %>
652     <% end -%>
653     downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages"
654     healthCheckUri: "/onboarding-api/v1.0/healthcheck"
655
656 dcae:
657     host: <%= @dcae_be_vip %>
658     <% if node[:disableHttp] -%>
659     protocol: https
660     port: <%= node['DCAE']['BE'][:https_port] %>
661     <% else %>
662     protocol: http
663     port: <%= node['DCAE']['BE'][:http_port] %>
664     <% end -%>
665     healthCheckUri: "/dcae/healthCheck"
666
667 # #GSS IDNS
668 switchoverDetector:
669     gBeFqdn:
670     gFeFqdn:
671     beVip: 1.2.3.4
672     feVip: 1.2.3.4
673     beResolveAttempts: 3
674     feResolveAttempts: 3
675     enabled: false
676     interval: 60
677     changePriorityUser: ecompasdc
678     changePriorityPassword: ecompasdc123
679     publishNetworkUrl:
680     publishNetworkBody: '{"note":"comment"}'
681     groups:
682       beSet: { changePriorityUrl: "", changePriorityBody: '{"name":"","uri":"","no_ad_redirection":false,"v4groups":{"failover_groups":["","","failover_policy":["FAILALL"]},"comment":"","intended_app_proto":"DNS"}'}
683       feSet: { changePriorityUrl: "", changePriorityBody: '{"name":"","uri":"","no_ad_redirection":false,"v4groups":{"failover_groups":["",""],"failover_policy":["FAILALL"]},"comment":"","intended_app_proto":"DNS"}'}
684
685 applicationL1Cache:
686     datatypes:
687         enabled: true
688         firstRunDelay: 10
689         pollIntervalInSec: 60
690
691 applicationL2Cache:
692     enabled: false
693     catalogL1Cache:
694         enabled: false
695         resourcesSizeInCache: 300
696         servicesSizeInCache: 200
697         productsSizeInCache: 100
698     queue:
699         syncIntervalInSecondes: 43200
700         waitOnShutDownInMinutes: 10
701         numberOfCacheWorkers: 4
702
703 toscaValidators:
704     stringMaxLength: 2500
705
706 disableAudit: false
707
708 consumerBusinessLogic: true
709
710 vfModuleProperties:
711     min_vf_module_instances:
712         forBaseModule: 1
713         forNonBaseModule: 0
714     max_vf_module_instances:
715         forBaseModule: 1
716         forNonBaseModule:
717     initial_count:
718         forBaseModule: 1
719         forNonBaseModule: 0
720     vf_module_type:
721         forBaseModule: Base
722         forNonBaseModule: Expansion
723
724 genericAssetNodeTypes:
725   VFC: org.openecomp.resource.abstract.nodes.VFC
726   CVFC: org.openecomp.resource.abstract.nodes.VFC
727   VF : org.openecomp.resource.abstract.nodes.VF
728   CR : org.openecomp.resource.abstract.nodes.CR
729   PNF: org.openecomp.resource.abstract.nodes.PNF
730   Service: org.openecomp.resource.abstract.nodes.service
731
732 workloadContext: Production
733
734 environmentContext:
735     defaultValue: General_Revenue-Bearing
736     validValues:
737        - Critical_Revenue-Bearing
738        - Vital_Revenue-Bearing
739        - Essential_Revenue-Bearing
740        - Important_Revenue-Bearing
741        - Needed_Revenue-Bearing
742        - Useful_Revenue-Bearing
743        - General_Revenue-Bearing
744        - Critical_Non-Revenue
745        - Vital_Non-Revenue
746        - Essential_Non-Revenue
747        - Important_Non-Revenue
748        - Needed_Non-Revenue
749        - Useful_Non-Revenue
750        - General_Non-Revenue
751
752 gabConfig:
753   - artifactType: 'VES_EVENTS'
754     pathsAndNamesDefinitions:
755       -
756         friendlyName: "Action"
757         path: "event.action[2]"
758         searchable: "true"
759       -
760         friendlyName: "Comment"
761         path: "event.comment"
762         searchable: "true"
763       -
764         friendlyName: "Alarm Additional Information"
765         path: "event.structure.faultFields.structure.alarmAdditionalInformation.comment"
766         searchable: "true"
767
768 dmaapConsumerConfiguration:
769     active: <%= @dmaap_active %>
770     hosts: localhost:3905
771     consumerGroup: sdc
772     consumerId: mama
773     timeoutMs: 15000
774     limit: 1
775     pollingInterval: 2
776     topic: topic
777     latitude: 32.109333
778     longitude: 34.855499
779     version: 1.0
780     serviceName: localhost/events
781     environment: TEST
782     partner: BOT_R
783     routeOffer: MR1
784     protocol: https
785     contenttype: application/json
786     dme2TraceOn: true
787     aftEnvironment: AFTUAT
788     aftDme2ConnectionTimeoutMs: 15000
789     aftDme2RoundtripTimeoutMs: 240000
790     aftDme2ReadTimeoutMs: 50000
791     dme2preferredRouterFilePath: DME2preferredRouter.txt
792     timeLimitForNotificationHandleMs: 120000
793     credential:
794         username: user
795         password:
796     aftDme2SslEnable: true
797     aftDme2ClientKeystore: /var/lib/jetty/etc/truststore
798     aftDme2ClientKeystorePassword: ""
799     aftDme2ClientSslCertAlias: certman
800
801 dmaapProducerConfiguration:
802     active: true
803     hosts: <%= node['DMAAP']['producer']['host']%>
804     consumerGroup: sdc-<%= node.chef_environment %>-<%= node['DMAAP']['random_id'] %>
805     consumerId: sdc-<%= node.chef_environment %>1-<%= node['DMAAP']['random_id'] %>
806     timeoutMs: 15000
807     limit: 1
808     pollingInterval: 2
809     topic: <%= node['DMAAP']['producer']['topic'] %>
810     latitude: 32.109333
811     longitude: 34.855499
812     version: 1.0
813     serviceName: <%= node['DMAAP']['producer']['serviceName'] %>
814     environment: <%= node['DMAAP']['producer']['environment'] %>
815     partner: BOT_R
816     routeOffer: MR1
817     protocol: <%= node['http_protocol'] %>
818     contenttype: application/json
819     dme2TraceOn: true
820     aftEnvironment: <%= node['DMAAP']['producer']['aftEnvironment']%>
821     aftDme2ConnectionTimeoutMs: 15000
822     aftDme2RoundtripTimeoutMs: 240000
823     aftDme2ReadTimeoutMs: 50000
824     dme2preferredRouterFilePath: <%= node['DMAAP']['producer']['dme2preferredRouterFilePath'] %>
825     timeLimitForNotificationHandleMs: 120000
826     credential:
827         username: <%= node['DMAAP']['producer']['username'] %>
828         password: <%= node['DMAAP']['producer']['password'] %>
829     aftDme2SslEnable: true
830     aftDme2ClientKeystore: /var/lib/jetty/etc/truststore
831     aftDme2ClientKeystorePassword: <%= node['jetty']['dmaap_truststore_pwd'] %>
832     aftDme2ClientSslCertAlias: certman
833
834
835 # ToDo: AF - had to remove due to configuration laod class failure
836 #dmeConfiguration:
837 #    lookupUriFormat: "http://DME2RESOLVE/service=%s/version=1.0.0/envContext=%s/routeOffer=DEFAULT"
838 #    dme2Search: DME2SEARCH
839 #    dme2Resolve: DME2RESOLVE
840
841 excludedPolicyTypesMapping:
842    # VF:
843     #  - a.b.c
844     #  - c.d.e
845     #CR:
846     #  - x.y.z
847
848 excludedGroupTypesMapping:
849     CR:
850        - org.openecomp.groups.VfModule
851        - org.openecomp.groups.heat.HeatStack
852        - org.openecomp.groups.Group
853        - tosca.groups.Root
854     PNF:
855        - org.openecomp.groups.VfModule
856        - org.openecomp.groups.heat.HeatStack
857        - org.openecomp.groups.Group
858        - tosca.groups.Root
859     VF:
860        - org.openecomp.groups.VfModule
861        - org.openecomp.groups.heat.HeatStack
862        - org.openecomp.groups.Group
863        - tosca.groups.Root
864     Service:
865        - org.openecomp.groups.VfModule
866        - org.openecomp.groups.heat.HeatStack
867        - org.openecomp.groups.Group
868        - tosca.groups.Root
869
870 healthStatusExclude:
871    - DE
872    - DMAAP
873    - DMAAP_PRODUCER
874    - ON_BOARDING
875    - DCAE
876    - PORTAL
877    - External API
878
879 #Auto Healing
880 enableAutoHealing: false
881 appVersion: <%= @app_version %>
882
883 artifactGeneratorConfig: Artifact-Generator.properties
884 resourcesForUpgrade:
885  8.0:
886   - org.openecomp.resource.cp.extCP
887   - tosca.nodes.network.Network
888   - tosca.nodes.network.Port
889   - org.openecomp.resource.cp.nodes.network.SubInterface
890 skipUpgradeFailedVfs: true
891 skipUpgradeVSPs: true
892 autoHealingOwner: jh0003
893 supportAllottedResourcesAndProxy: true
894 deleteLockTimeoutInSeconds: 60
895 maxDeleteComponents: 10
896
897 # Cadi filter (access restriction) Parameters
898 aafNamespace:  <%= node['aafNamespace'] %>
899 aafAuthNeeded:  <%= node['access_restriction']['aafAuthNeeded'] %>
900
901 cadiFilterParams:
902     AFT_LATITUDE:  "32.780140"
903     AFT_LONGITUDE: "-96.800451"
904     hostname: <%= node['BE_VIP'] %>
905     aaf_id: <%= node['access_restriction']['aaf_id'] %>
906     aaf_env: <%= node['access_restriction']['aaf_env'] %>
907     aaf_url: <%= node['access_restriction']['aaf_url'] %>
908     csp_domain: <%= node['access_restriction']['csp_domain'] %>
909     cadi_keyfile: <%= node['access_restriction']['cadi_keyfile'] %>
910     aaf_password: <%= node['access_restriction']['aaf_password'] %>
911     cadi_loglevel: <%= node['access_restriction']['cadi_loglevel'] %>
912     AFT_ENVIRONMENT: <%= node['access_restriction']['AFT_ENVIRONMENT'] %>
913     cadiX509Issuers: <%= node['access_restriction']['cadiX509Issuers'] %>
914     cadi_truststore: <%= node['access_restriction']['cadi_truststore'] %>
915     cadi_truststore_password: <%= node['access_restriction']['cadi_truststore_password'] %>
916