b982c384ef5723dc76c1bb7e6910fb8fb4b93ffa
[sdc.git] / catalog-be / src / test / resources / config / catalog-be / configuration.yaml
1 identificationHeaderFields:
2    - HTTP_IV_USER
3    - HTTP_CSP_FIRSTNAME
4    - HTTP_CSP_LASTNAME
5    - HTTP_IV_REMOTE_ADDRESS
6    - HTTP_CSP_WSTYPE
7
8 # catalog backend hostname
9 beFqdn: localhost
10 # sdccatalog.com
11
12 # catalog backend http port
13 beHttpPort: 8080
14
15 # catalog backend http context
16 beContext: /sdc/rest/config/get
17
18 # catalog backend protocol
19 beProtocol: http
20
21 # catalog backend ssl port
22 beSslPort: 8443
23
24 version: 1.1.0
25 released: 2012-11-30
26 toscaConformanceLevel: 8.0
27 minToscaConformanceLevel: 3.0
28
29 janusGraphCfgFile: /home/vagrant/catalog-be/config/catalog-be/janusgraph.properties
30 janusGraphInMemoryGraph: false
31 janusGraphLockTimeout: 1800
32
33 # The interval to try and reconnect to janusgraph DB when it is down during ASDC startup:
34 janusGraphReconnectIntervalInSeconds: 3
35
36 # The read timeout towards JanusGraph DB when health check is invoked:
37 janusGraphHealthCheckReadTimeout: 1
38
39 uebHealthCheckReconnectIntervalInSeconds: 15
40 uebHealthCheckReadTimeout: 4
41
42 # Protocols
43 protocols:
44    - http
45    - https
46
47 # Default imports
48 defaultImports:
49    - nodes:
50         file: nodes.yml
51    - datatypes:
52         file: data.yml
53    - capabilities:
54         file: capabilities.yml
55    - relationships:
56         file: relationships.yml
57    - groups:
58         file: groups.yml
59    - policies:
60         file: policies.yml
61
62 # Users
63 users:
64     tom: passwd
65     bob: passwd
66
67 neo4j:
68     host: neo4jhost
69     port: 7474
70     user: neo4j
71     password: "12345"
72
73 cassandraConfig:
74     cassandraHosts: ['localhost']
75     cassandraPort: 9042
76     localDataCenter: datacenter1
77     reconnectTimeout : 30000
78     authenticate: false
79     username: koko
80     password: bobo
81     ssl: false
82     truststorePath : /path/path
83     truststorePassword : 123123
84     keySpaces:
85         - { name: sdcaudit, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
86         - { name: sdcartifact, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
87         - { name: sdccomponent, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
88         - { name: sdcrepository, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
89
90
91 artifactTypes:
92    - CHEF
93    - PUPPET
94    - SHELL
95    - YANG
96    - YANG_XML
97    - HEAT
98    - BPEL
99    - DG_XML
100    - MURANO_PKG
101    - WORKFLOW
102    - NETWORK_CALL_FLOW
103    - TOSCA_TEMPLATE
104    - TOSCA_CSAR
105    - AAI_SERVICE_MODEL
106    - AAI_VF_MODEL
107    - AAI_VF_MODULE_MODEL
108    - AAI_VF_INSTANCE_MODEL
109    - OTHER
110    - SNMP_POLL
111    - SNMP_TRAP
112    - GUIDE
113    - PNF_SW_INFORMATION
114
115 licenseTypes:
116    - User
117    - Installation
118    - CPU
119
120 #Deployment artifacts placeHolder
121 resourceTypes: &allResourceTypes
122   - VFC
123   - CP
124   - VL
125   - VF
126   - VFCMT
127   - Abstract
128   - CVFC
129
130 # validForResourceTypes usage
131 #     validForResourceTypes:
132 #        - VF
133 #        - VL
134 deploymentResourceArtifacts:
135 #  heat:
136 #      displayName: "Base HEAT Template"
137 #      type: HEAT
138 #      validForResourceTypes: *allResourceTypes
139 #  heatVol:
140 #      displayName: "Volume HEAT Template"
141 #      type: HEAT_VOL
142 #      validForResourceTypes: *allResourceTypes
143 #  heatNet:
144 #      displayName: "Network HEAT Template"
145 #      type: HEAT_NET
146 #      validForResourceTypes: *allResourceTypes
147
148 deploymentResourceInstanceArtifacts:
149   heatEnv:
150       displayName: "HEAT ENV"
151       type: HEAT_ENV
152       description: "Auto-generated HEAT Environment deployment artifact"
153       fileExtension: "env"
154   VfHeatEnv:
155       displayName: "VF HEAT ENV"
156       type: HEAT_ENV
157       description: "VF Auto-generated HEAT Environment deployment artifact"
158       fileExtension: "env"
159
160 #tosca artifacts placeholders
161 toscaArtifacts:
162   assetToscaTemplate:
163       artifactName: -template.yml
164       displayName: Tosca Template
165       type: TOSCA_TEMPLATE
166       description: TOSCA representation of the asset
167   assetToscaCsar:
168       artifactName: -csar.csar
169       displayName: Tosca Model
170       type: TOSCA_CSAR
171       description: TOSCA definition package of the asset
172
173
174 #Informational artifacts placeHolder
175 excludeResourceCategory:
176   - Generic
177 excludeResourceType:
178   - PNF
179 informationalResourceArtifacts:
180   features:
181       displayName: Features
182       type: OTHER
183   capacity:
184       displayName: Capacity
185       type: OTHER
186   vendorTestResult:
187       displayName: Vendor Test Result
188       type: OTHER
189   testScripts:
190       displayName: Test Scripts
191       type: OTHER
192   CloudQuestionnaire:
193       displayName: Cloud Questionnaire (completed)
194       type: OTHER
195   HEATTemplateFromVendor:
196       displayName: HEAT Template from Vendor
197       type: HEAT
198   resourceSecurityTemplate:
199       displayName: Resource Security Template
200       type: OTHER
201
202 excludeServiceCategory:
203
204 informationalServiceArtifacts:
205   serviceArtifactPlan:
206       displayName: Service Artifact Plan
207       type: OTHER
208   summaryOfImpactsToECOMPElements:
209       displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
210       type: OTHER
211   controlLoopFunctions:
212       displayName: Control Loop Functions
213       type: OTHER
214   dimensioningInfo:
215       displayName: Dimensioning Info
216       type: OTHER
217   affinityRules:
218       displayName: Affinity Rules
219       type: OTHER
220   operationalPolicies:
221       displayName: Operational Policies
222       type: OTHER
223   serviceSpecificPolicies:
224       displayName: Service-specific Policies
225       type: OTHER
226   engineeringRules:
227       displayName: Engineering Rules (ERD)
228       type: OTHER
229   distributionInstructions:
230       displayName: Distribution Instructions
231       type: OTHER
232   certificationTestResults:
233       displayName: TD Certification Test Results
234       type: OTHER
235   deploymentVotingRecord:
236       displayName: Deployment Voting Record
237       type: OTHER
238   serviceQuestionnaire:
239       displayName: Service Questionnaire
240       type: OTHER
241   serviceSecurityTemplate:
242       displayName: Service Security Template
243       type: OTHER
244
245 serviceApiArtifacts:
246   configuration:
247       displayName: Configuration
248       type: OTHER
249   instantiation:
250       displayName: Instantiation
251       type: OTHER
252   monitoring:
253       displayName: Monitoring
254       type: OTHER
255   reporting:
256       displayName: Reporting
257       type: OTHER
258   logging:
259       displayName: Logging
260       type: OTHER
261   testing:
262       displayName: Testing
263       type: OTHER
264
265 additionalInformationMaxNumberOfKeys: 50
266
267 systemMonitoring:
268     enabled: false
269     isProxy: false
270     probeIntervalInSeconds: 15
271
272 heatArtifactDeploymentTimeout:
273   defaultMinutes: 30
274   minMinutes: 1
275   maxMinutes: 120
276
277 serviceDeploymentArtifacts:
278     YANG_XML:
279         acceptedTypes:
280             - xml
281     VNF_CATALOG:
282         acceptedTypes:
283             - xml
284     MODEL_INVENTORY_PROFILE:
285         acceptedTypes:
286             - xml
287     MODEL_QUERY_SPEC:
288         acceptedTypes:
289             - xml
290     UCPE_LAYER_2_CONFIGURATION:
291         acceptedTypes:
292             - xml
293
294 #AAI Artifacts
295     AAI_SERVICE_MODEL:
296         acceptedTypes:
297             - xml
298     AAI_VF_MODULE_MODEL:
299         acceptedTypes:
300             - xml
301     AAI_VF_INSTANCE_MODEL:
302         acceptedTypes:
303             - xml
304     OTHER:
305         acceptedTypes:
306
307 resourceDeploymentArtifacts:
308     HEAT:
309         acceptedTypes:
310             - yaml
311             - yml
312         validForResourceTypes: *allResourceTypes
313     HEAT_VOL:
314         acceptedTypes:
315             - yaml
316             - yml
317         validForResourceTypes: *allResourceTypes
318     HEAT_NET:
319         acceptedTypes:
320             - yaml
321             - yml
322         validForResourceTypes: *allResourceTypes
323     HEAT_NESTED:
324         acceptedTypes:
325             - yaml
326             - yml
327         validForResourceTypes: *allResourceTypes
328     HEAT_ARTIFACT:
329         acceptedTypes:
330         validForResourceTypes: *allResourceTypes
331     YANG_XML:
332         acceptedTypes:
333             - xml
334         validForResourceTypes: *allResourceTypes
335     VNF_CATALOG:
336         acceptedTypes:
337             - xml
338         validForResourceTypes: *allResourceTypes
339     VF_LICENSE:
340         acceptedTypes:
341             - xml
342         validForResourceTypes: *allResourceTypes
343     VENDOR_LICENSE:
344         acceptedTypes:
345             - xml
346         validForResourceTypes: *allResourceTypes
347     MODEL_INVENTORY_PROFILE:
348         acceptedTypes:
349             - xml
350         validForResourceTypes: *allResourceTypes
351     MODEL_QUERY_SPEC:
352         acceptedTypes:
353             - xml
354         validForResourceTypes: *allResourceTypes
355     LIFECYCLE_OPERATIONS:
356         acceptedTypes:
357             - yaml
358             - yml
359         validForResourceTypes:
360             - VF
361             - VFC
362     VES_EVENTS:
363         acceptedTypes:
364             - yaml
365             - yml
366         validForResourceTypes: *allResourceTypes
367     PERFORMANCE_COUNTER:
368         acceptedTypes:
369             - csv
370         validForResourceTypes: *allResourceTypes
371     APPC_CONFIG:
372         acceptedTypes:
373         validForResourceTypes:
374             - VF
375     DCAE_TOSCA:
376         acceptedTypes:
377             - yml
378             - yaml
379         validForResourceTypes:
380             - VF
381             - VFCMT
382     DCAE_JSON:
383         acceptedTypes:
384             - json
385         validForResourceTypes:
386             - VF
387             - VFCMT
388     DCAE_POLICY:
389         acceptedTypes:
390             - emf
391         validForResourceTypes:
392             - VF
393             - VFCMT
394     DCAE_DOC:
395         acceptedTypes:
396         validForResourceTypes:
397             - VF
398             - VFCMT
399     DCAE_EVENT:
400         acceptedTypes:
401         validForResourceTypes:
402             - VF
403             - VFCMT
404     AAI_VF_MODEL:
405         acceptedTypes:
406             - xml
407         validForResourceTypes:
408             - VF
409     AAI_VF_MODULE_MODEL:
410         acceptedTypes:
411             - xml
412         validForResourceTypes:
413             - VF
414     OTHER:
415         acceptedTypes:
416         validForResourceTypes: *allResourceTypes
417     SNMP_POLL:
418         acceptedTypes:
419         validForResourceTypes: *allResourceTypes
420     SNMP_TRAP:
421         acceptedTypes:
422         validForResourceTypes: *allResourceTypes
423
424 resourceInstanceDeploymentArtifacts:
425     HEAT_ENV:
426         acceptedTypes:
427             - env
428     VF_MODULES_METADATA:
429         acceptedTypes:
430             - json
431     VES_EVENTS:
432         acceptedTypes:
433             - yaml
434             - yml
435     PERFORMANCE_COUNTER:
436         acceptedTypes:
437             - csv
438     DCAE_INVENTORY_TOSCA:
439         acceptedTypes:
440             - yml
441             - yaml
442     DCAE_INVENTORY_JSON:
443         acceptedTypes:
444             - json
445     DCAE_INVENTORY_POLICY:
446       acceptedTypes:
447             - emf
448     DCAE_INVENTORY_DOC:
449       acceptedTypes:
450     DCAE_INVENTORY_BLUEPRINT:
451       acceptedTypes:
452     DCAE_INVENTORY_EVENT:
453       acceptedTypes:
454     SNMP_POLL:
455         acceptedTypes:
456         validForResourceTypes: *allResourceTypes
457     SNMP_TRAP:
458         acceptedTypes:
459         validForResourceTypes: *allResourceTypes
460
461 resourceInformationalArtifacts:
462     CHEF:
463         acceptedTypes:
464         validForResourceTypes: *allResourceTypes
465     PUPPET:
466         acceptedTypes:
467         validForResourceTypes: *allResourceTypes
468     SHELL:
469         acceptedTypes:
470         validForResourceTypes: *allResourceTypes
471     YANG:
472         acceptedTypes:
473         validForResourceTypes: *allResourceTypes
474     YANG_XML:
475         acceptedTypes:
476         validForResourceTypes: *allResourceTypes
477     HEAT:
478         acceptedTypes:
479         validForResourceTypes: *allResourceTypes
480     BPEL:
481         acceptedTypes:
482         validForResourceTypes: *allResourceTypes
483     DG_XML:
484         acceptedTypes:
485         validForResourceTypes: *allResourceTypes
486     MURANO_PKG:
487         acceptedTypes:
488         validForResourceTypes: *allResourceTypes
489     OTHER:
490         acceptedTypes:
491         validForResourceTypes:
492             - VFC
493             - CVFC
494             - CP
495             - VL
496             - VF
497             - VFCMT
498             - Abstract
499             - PNF
500     SNMP_POLL:
501         acceptedTypes:
502         validForResourceTypes: *allResourceTypes
503     SNMP_TRAP:
504         acceptedTypes:
505         validForResourceTypes: *allResourceTypes
506     GUIDE:
507         acceptedTypes:
508         validForResourceTypes:
509             - VF
510             - VFC
511             - CVFC
512     PNF_SW_INFORMATION:
513         acceptedTypes:
514             - yaml
515             - yml
516         validForResourceTypes:
517             - PNF
518
519 resourceInformationalDeployedArtifacts:
520
521 unLoggedUrls:
522    - /sdc2/rest/healthCheck
523
524 cleanComponentsConfiguration:
525     cleanIntervalInMinutes: 1440
526     componentsToClean:
527        - Resource
528        - Service
529
530 artifactsIndex: resources
531
532 heatEnvArtifactHeader: ""
533 heatEnvArtifactFooter: ""
534
535 onboarding:
536     protocol: http
537     host: localhost
538     port: 8080
539     downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages"
540     healthCheckUri: "/onboarding-api/v1.0/healthcheck"
541
542 dcae:
543     protocol: http
544     host: 127.0.0.1
545     port: 8080
546     healthCheckUri: "/dcae/healthCheck"
547
548 ecompPortal:
549     protocol: https
550     host: ecomp-portal-web-tdevn2.mtn23a.ecomp.cci.att.com
551     port: 8443
552     healthCheckUri: "/ecompui/portalApi/healthCheck"
553
554 switchoverDetector:
555     gBeFqdn: AIO-BE.ecomp.idns.cip.com
556     gFeFqdn: AIO-FE.ecomp.idns.cip.com
557     beVip: 0.0.0.0
558     feVip: 0.0.0.0
559     beResolveAttempts: 3
560     feResolveAttempts: 3
561     enabled: false
562     interval: 60
563     changePriorityUser: ecompasdc
564     changePriorityPassword: ecompasdc123
565     publishNetworkUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/update_network?user=root"
566     publishNetworkBody: '{"note":"publish network"}'
567     groups:
568       beSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com?user=root",
569                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"}'}
570       feSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com?user=root",
571                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"}'}
572
573 applicationL1Cache:
574     datatypes:
575         enabled: true
576         firstRunDelay: 10
577         pollIntervalInSec: 60
578
579 applicationL2Cache:
580     enabled: true
581     catalogL1Cache:
582         enabled: true
583         resourcesSizeInCache: 300
584         servicesSizeInCache: 200
585         productsSizeInCache: 100
586     queue:
587         syncIntervalInSecondes: 43200
588         waitOnShutDownInMinutes: 10
589         numberOfCacheWorkers: 4
590
591 toscaValidators:
592     stringMaxLength: 2500
593
594 disableAudit: false
595
596 vfModuleProperties:
597     min_vf_module_instances:
598         forBaseModule: 1
599         forNonBaseModule: 0
600     max_vf_module_instances:
601         forBaseModule: 1
602         forNonBaseModule:
603     initial_count:
604         forBaseModule: 1
605         forNonBaseModule: 0
606     vf_module_type:
607         forBaseModule: Base
608         forNonBaseModule: Expansion
609
610 genericAssetNodeTypes:
611   VFC: org.openecomp.resource.abstract.nodes.VFC
612   CVFC: org.openecomp.resource.abstract.nodes.VFC
613   VF : org.openecomp.resource.abstract.nodes.VF
614   PNF: org.openecomp.resource.abstract.nodes.PNF
615   Service: org.openecomp.resource.abstract.nodes.service
616
617 workloadContext: Production
618
619 environmentContext:
620     defaultValue: General_Revenue-Bearing
621     validValues:
622        - Critical_Revenue-Bearing
623        - Vital_Revenue-Bearing
624        - Essential_Revenue-Bearing
625        - Important_Revenue-Bearing
626        - Needed_Revenue-Bearing
627        - Useful_Revenue-Bearing
628        - General_Revenue-Bearing
629        - Critical_Non-Revenue
630        - Vital_Non-Revenue
631        - Essential_Non-Revenue
632        - Important_Non-Revenue
633        - Needed_Non-Revenue
634        - Useful_Non-Revenue
635        - General_Non-Revenue
636
637 dmaapConsumerConfiguration:
638     active: true
639     hosts: olsd004.wnsnet.com:3905
640     consumerGroup: asdc
641     consumerId: invalidMamaUser #mama - in Order To Consume Remove This String And Replace It With -> mama
642     timeoutMs: 15000
643     limit: 1
644     pollingInterval: 2
645     topic: com.sdc.23911-SDCforTestDev-v001
646     latitude: 32.109333
647     longitude: 34.855499
648     version: 1.0
649     serviceName: dmaap-v1.dev.dmaap.dt.saat.acsi.com/events
650     environment: TEST
651     partner: BOT_R
652     routeOffer: MR1
653     protocol: https
654     contenttype: application/json
655     dme2TraceOn: true
656     aftEnvironment: AFTUAT
657     aftDme2ConnectionTimeoutMs: 15000
658     aftDme2RoundtripTimeoutMs: 240000
659     aftDme2ReadTimeoutMs: 50000
660     dme2preferredRouterFilePath: DME2preferredRouter.txt
661     timeLimitForNotificationHandleMs: 0
662     credential:
663         username: m09875@sdc.com
664         password: hmXYcznAljMSisdy8zgcag==
665     aftDme2SslEnable: true
666     aftDme2ClientIgnoreSslConfig: false
667     aftDme2ClientKeystore: /opt/app/jetty/base/be/config/.truststore
668     aftDme2ClientKeystorePassword: hmXYcznAljMSisdy8zgcag==
669     aftDme2ClientSslCertAlias: certman
670
671 dmaapProducerConfiguration:
672     active: true
673     hosts: olsd004.wnsnet.attws.com:3904
674     consumerGroup: asdc
675     consumerId: mama #mama - in Order To Consume Remove This String And Replace It With -> mama
676     timeoutMs: 15000
677     limit: 1
678     pollingInterval: 2
679     topic: com.att.sdc.23911-msfacadesdc-v1
680     latitude: 32.109333
681     longitude: 34.855499
682     version: 1.0
683     serviceName: dmaap-v1.dev.dmaap.dt.saat.acsi.att.com/events
684     environment: TEST
685     partner: BOT_R
686     routeOffer: MR1
687     protocol: http
688     contenttype: application/json
689     dme2TraceOn: true
690     aftEnvironment: AFTUAT
691     aftDme2ConnectionTimeoutMs: 15000
692     aftDme2RoundtripTimeoutMs: 240000
693     aftDme2ReadTimeoutMs: 50000
694     dme2preferredRouterFilePath: DME2preferredRouter.txt
695     timeLimitForNotificationHandleMs: 120000
696     credential:
697         username: m09875@sdc.att.com
698         password: hmXYcznAljMSisdy8zgcag==
699 #    isActive: false
700 #    transportType: HTTPAAF
701 #    hosts: olsd004.wnsnet.attws.com:3904
702 #    consumerGroup: asdc
703 #    consumerId: mama #mama - in Order To Consume Remove This String And Replace It With -> mama
704 #    limit: 1000
705 #    timeout: 15000
706 #    topic: com.att.sdc.23911-msfacadesdc-v1
707 #    protocol: http
708 #    contenttype: application/json
709 #    authKey: d8fWpPuZ3JJEs8Gf:XyQeXFoxIJZGAUaJUfx+oV6JO
710 #    authDate: 2018-05-18T13:57:37-0800
711 #    dme2preferredRouterFilePath: DME2preferredRouter.txt #stub , used only cause exception is thrown without it
712 #    credential:
713 #        username: m09875@sdc.att.com
714 #        password: hmXYcznAljMSisdy8zgcag==
715 dmeConfiguration:
716     lookupUriFormat: "http://DME2RESOLVE/service=%s/version=1.0.0/envContext=%s/routeOffer=DEFAULT"
717
718 excludedPolicyTypesMapping:
719     SERVICE:
720       - a.b.c
721     VF:
722       - c.d.e
723     VFC:
724       - c.d.e
725
726 excludedGroupTypesMapping:
727     CR:
728        - org.openecomp.groups.VfModule
729        - org.openecomp.groups.heat.HeatStack
730        - tosca.groups.Root
731     VF:
732        - org.openecomp.groups.VfModule
733        - org.openecomp.groups.heat.HeatStack
734        - tosca.groups.Root
735     Service:
736        - org.openecomp.groups.VfModule
737        - org.openecomp.groups.heat.HeatStack
738        - tosca.groups.Root
739 healthStatusExclude:
740    - DE
741    - ES
742    - DMAAP
743
744 aafNamespace: com.att.sdc
745
746 aafAuthNeeded:            false
747
748 cadiFilterParams:
749     AFT_LATITUDE:  "32.780140"
750     AFT_LONGITUDE: "-96.800451"
751     hostname:                 192.168.33.10
752     aaf_id:                   m09875@sdc.att.com
753     aaf_env:                  TEST
754     aaf_url:                  https://aaftest.test.att.com/locate/com.att.aaf.service:2.0
755     csp_domain:               PROD
756     cadi_keyfile:             /opt/app/jetty/base/be/etc/keyfile
757     aaf_password:             enc:uI_J4jBL4YUcIZZa5uZKj3QMUC63hbS8TmDn5PSp5nO
758     cadi_loglevel:            DEBUG
759     AFT_ENVIRONMENT:          AFTUAT
760     cadiX509Issuers:          CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US
761     cadi_truststore:          /opt/app/jetty/base/be/etc/cadi_truststore.jks
762     cadi_truststore_password: changeit
763
764