blob: f2843322c7a552dddecf13a8473c35f129b2bc28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
appName: ControllerBluePrints
appVersion: 1.0.0
blueprints:
processor:
functions:
python:
executor:
executionPath: ./components/scripts/python/ccsdk_blueprints
modulePaths: ./components/scripts/python/ccsdk_blueprints,./components/scripts/python/ccsdk_netconf,./components/scripts/python/ccsdk_restconf
blueprintsprocessor:
blueprintArchivePath: /tmp/cds/archive
blueprintDeployPath: /tmp/cds/deploy
blueprintWorkingPath: /tmp/cds/work
db:
primary:
driverClassName: org.mariadb.jdbc.Driver
hibernateDDLAuto: none
hibernateDialect: org.hibernate.dialect.MySQL5InnoDBDialect
hibernateHbm2ddlAuto: update
hibernateNamingStrategy: org.hibernate.cfg.ImprovedNamingStrategy
password: sdnctl
url: jdbc:mysql://localhost:3306/sdnctl
username: sdnctl
grpcEnable: false
grpcPort: 9111
httpPort: 8080
loadModelType: false
loadResourceDictionary: false
messageclient:
self-service-api:
bootstrapServers: 127.0.0.1:9092
clientId: default-client-id
consumerTopic: receiver.t
groupId: receiver-id
kafkaEnable: false
topic: producer.t
type: kafka-basic-auth
remoteScriptCommand:
enabled: true
restclient:
sdnc:
password: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
type: basic-auth
url: http://localhost:8282
username: admin
restconfEnabled: true
controllerblueprints:
loadInitialData: true
logging:
level:
org:
springframework:
boot:
context:
config: debug
ms_name: org.onap.ccsdk.apps.controllerblueprints
spring:
datasource:
password: sdnctl
url: jdbc:mysql://localhost:3306/sdnctl
username: sdnctl
security:
user:
name: ccsdkapps
password: '{bcrypt}$2a$10$duaUzVUVW0YPQCSIbGEkQOXwafZGwQ/b32/Ys4R1iwSSawFgz7QNu'
|