Preparing the request payload for calling SO macro flow.
[externalapi/nbi.git] / src / main / resources / application-test.properties
1 #
2 #     Copyright (c) 2018 Orange
3 #
4 #     Licensed under the Apache License, Version 2.0 (the "License");
5 #     you may not use this file except in compliance with the License.
6 #     You may obtain a copy of the License at
7 #
8 #         http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #     Unless required by applicable law or agreed to in writing, software
11 #     distributed under the License is distributed on an "AS IS" BASIS,
12 #     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #     See the License for the specific language governing permissions and
14 #     limitations under the License.
15 #
16
17 nbi.version                         = v4
18
19 # SERVER
20 server.servlet.context-path         = /nbi/api/${nbi.version}
21 server.port                         = 8080
22
23 # LOGGING
24 logging.level.org.springframework   = OFF
25 logging.level.root                  = OFF
26 spring.main.banner-mode             = off
27
28 # ONAP
29 onap.lcpCloudRegionId               = RegionOne
30 onap.tenantId                       = 31047205ce114b60833b23e400d6a535
31 onap.cloudOwner                     = CloudOwner
32
33 # k8s
34 onap.k8sCloudRegionId               = k8sregionfour
35 onap.k8sCloudOwner                  = k8scloudowner4
36 k8s-rb-profile-name                                     = default
37
38 # NBI
39 nbi.url                             = http://localhost:${server.port}${server.servlet.context-path}
40 nbi.callForVNF                      = false
41
42 # SCHEDULER
43 scheduler.pollingDurationInMins     = 0.2
44 serviceOrder.schedule               = 5000
45 serviceOrder.initial                = 1
46 executionTask.schedule              = 2000
47 executionTask.initial               = 1
48
49
50
51 # SDC
52 sdc.host                            = http://127.0.0.1:8091
53 sdc.header.ecompInstanceId          = Rene
54 sdc.header.authorization            = Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=
55
56 # AAI
57 aai.host                            = http://127.0.0.1:8091
58 aai.header.authorization            = Basic QUFJOkFBSQ==
59 aai.api.id                          = AAI
60 aai.header.transaction.id           = 808b54e3-e563-4144-a1b9-e24e2ed93d4f
61
62 # SO
63 so.host                             = http://127.0.0.1:8091
64 so.header.authorization             =
65 so.api.id                           = SO
66 so.owning.entity.id                 = OE-generic
67 so.owning.entity.name               = OE-generic
68 so.project.name                     = Project-generic
69 so.onap.partner.name                = NBI
70
71 # DMAAP
72 dmaap.host                          = http://127.0.0.1:8091
73 dmaap.aai.topic                     = AAI-EVENT
74 dmaap.sdc.topic                     = SDC-DISTR-NOTIF-TOPIC-AUTO
75 dmaap.consumergroup                 = NBICG1
76 dmaap.consumerid                    = NBIC1
77 dmaap.timeout                       = 2000
78
79 # MSB
80 msb.enabled                         = false
81
82 # H2
83 spring.datasource.url               = jdbc:h2:mem:~/db;DB_CLOSE_ON_EXIT=false
84 spring.datasource.username          = sa
85 spring.datasource.password          =
86 spring.datasource.driver-class-name = org.h2.Driver
87 spring.h2.console.enabled           = true
88 spring.h2.console.path              = /h2-console