Fixed Config-Over-Netconf CSIT
[integration/csit.git] / plans / usecases-config-over-netconf / config-over-netconf / cds / resources / application.properties
1 # Web Server Configurations
2 # START -Controller Blueprints Properties & Load Resource Source Mappings
3 resourceSourceMappings=processor-db=source-db,input=source-input,default=source-default,sdnc=source-rest,aai-data=source-rest,capability=source-capability,rest=source-rest,vault-data=source-rest,script=source-capability
4
5 # Controller Blueprints Core Configuration
6 blueprintsprocessor.blueprintDeployPath=/opt/app/onap/blueprints/deploy
7 blueprintsprocessor.blueprintArchivePath=/opt/app/onap/blueprints/archive
8 blueprintsprocessor.blueprintWorkingPath=/opt/app/onap/blueprints/working
9
10 # Controller Blueprint Load Configurations
11 blueprintsprocessor.loadBluePrintPaths=/opt/app/onap/model-catalog/blueprint-model
12 blueprintsprocessor.loadModeTypePaths=/opt/app/onap/model-catalog/definition-type
13 blueprintsprocessor.loadResourceDictionaryPaths=/opt/app/onap/model-catalog/resource-dictionary
14
15 # CBA file extension
16 controllerblueprints.loadCbaExtension=zip
17
18 ### END -Controller Blueprints Properties
19
20 blueprintsprocessor.grpcEnable=true
21 blueprintsprocessor.httpPort=8080
22 blueprintsprocessor.grpcPort=9111
23
24 # DB
25 blueprintsprocessor.db.url=jdbc:mysql://db:3306/sdnctl
26 blueprintsprocessor.db.username=sdnctl
27 blueprintsprocessor.db.password=sdnctl
28 blueprintsprocessor.db.driverClassName=org.mariadb.jdbc.Driver
29 blueprintsprocessor.db.hibernateHbm2ddlAuto=update
30 blueprintsprocessor.db.hibernateDDLAuto=update
31 blueprintsprocessor.db.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
32 blueprintsprocessor.db.hibernateDialect=org.hibernate.dialect.MySQL5InnoDBDialect
33
34 # Processor-DB Endpoint
35 blueprintsprocessor.db.processor-db.type=maria-db
36 blueprintsprocessor.db.processor-db.url=jdbc:mysql://mariadb-galera:3306/sdnctl
37 blueprintsprocessor.db.processor-db.username=root
38 blueprintsprocessor.db.processor-db.password=secretpassword
39
40 # Python Executor
41 blueprints.processor.functions.python.executor.executionPath=/opt/app/onap/scripts/jython/ccsdk_blueprints
42 blueprints.processor.functions.python.executor.modulePaths=/opt/app/onap/scripts/jython/ccsdk_blueprints,/opt/app/onap/scripts/jython/ccsdk_netconf,/opt/app/onap/scripts/jython/ccsdk_restconf
43
44 security.user.password: {bcrypt}$2a$10$duaUzVUVW0YPQCSIbGEkQOXwafZGwQ/b32/Ys4R1iwSSawFgz7QNu
45 security.user.name: ccsdkapps
46
47 # Used in Health Check
48 #endpoints.user.name=ccsdkapps
49 #endpoints.user.password=ccsdkapps
50
51 # Executor Options
52 blueprintsprocessor.resourceResolution.enabled=true
53 blueprintsprocessor.netconfExecutor.enabled=true
54 blueprintsprocessor.restConfExecutor.enabled=true
55 blueprintsprocessor.cliExecutor.enabled=true
56 blueprintsprocessor.remoteScriptCommand.enabled=true
57
58 # Command Executor
59 blueprintsprocessor.grpcclient.remote-python.type=token-auth
60 blueprintsprocessor.grpcclient.remote-python.host=localhost
61 blueprintsprocessor.grpcclient.remote-python.port=50051
62 blueprintsprocessor.grpcclient.remote-python.token=Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==
63
64 # Python Executor
65 blueprintsprocessor.grpcclient.py-executor.type=tls-auth
66 blueprintsprocessor.grpcclient.py-executor.host=py-executor-default:50052
67 blueprintsprocessor.grpcclient.py-executor.trustCertCollection=/opt/app/onap/config/certs/py-executor/py-executor-chain.pem
68
69 # Config Data REST client settings
70 blueprintsprocessor.restconfEnabled=true
71 blueprintsprocessor.restclient.sdnc.type=basic-auth
72 blueprintsprocessor.restclient.sdnc.url=http://sdnc:8282
73 blueprintsprocessor.restclient.sdnc.username=admin
74 blueprintsprocessor.restclient.sdnc.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
75 blueprintprocessor.remoteScriptCommand.enabled=true
76
77 # Encrypted username and password for health check service
78 endpoints.user.name=eHbVUbJAj4AG2522cSbrOQ==
79 endpoints.user.password=eHbVUbJAj4AG2522cSbrOQ==
80
81 # BaseUrls for health check blueprint processor services
82 blueprintprocessor.healthcheck.baseUrl=http://localhost:8080/
83 blueprintprocessor.healthcheck.mapping-service-name-with-service-link=[Execution service,/api/v1/execution-service/health-check],[Resources service,/api/v1/resources/health-check],[Template service,/api/v1/template/health-check]
84
85 # BaseUrls for health check Cds Listener services
86 cdslistener.healthcheck.baseUrl=http://cds-sdc-listener:8080/
87 cdslistener.healthcheck.mapping-service-name-with-service-link=[SDC Listener service,/api/v1/sdclistener/healthcheck]
88
89 # Actuator Properties
90 management.endpoints.web.exposure.include=*
91 management.endpoint.health.show-details=always
92 management.info.git.mode=full
93
94 # Error Managements
95 error.catalog.applicationId=cds
96 error.catalog.type=properties
97 error.catalog.errorDefinitionDir=/opt/app/onap/config/