Merge "Remove vLB from drools-apps"
[policy/drools-applications.git] / controlloop / common / controller-usecases / src / test / resources / config / controlloop.properties.environment
1 #
2 # ============LICENSE_START=======================================================
3 # ONAP
4 # ================================================================================
5 # Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
6 # Modifications Copyright (C) 2019 Bell Canada.
7 # ================================================================================
8 # Licensed under the Apache License, Version 2.0 (the "License");
9 # you may not use this file except in compliance with the License.
10 # You may obtain a copy of the License at
11 #
12 #      http://www.apache.org/licenses/LICENSE-2.0
13 #
14 # Unless required by applicable law or agreed to in writing, software
15 # distributed under the License is distributed on an "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 # See the License for the specific language governing permissions and
18 # limitations under the License.
19 # ============LICENSE_END=========================================================
20 #
21
22 sql.db.host=
23 sql.db.username=
24 sql.db.password=
25
26 aai.url=http://localhost:6666
27 aai.username=AAI
28 aai.password=AAI
29
30 so.url=http://localhost:6667
31 so.username=SO
32 so.password=SO
33
34 vfc.url=http://localhost:6668/api/nslcm/v1
35 vfc.username=VFC
36 vfc.password=VFC
37
38 pdpx.host=localhost
39 pdpx.username=pdpx
40 pdpx.password=pdpx
41
42 guard.url=http://localhost:6669/policy/pdpx/v1/decision
43 guard.jdbc.url=jdbc:mariadb://localhost:3306/operationshistory
44 guard.disabled=false
45
46 sdnc.url=sdnc
47 sdnc.username=sdnc
48 sdnc.password=sdnc
49
50 cds.grpcHost=localhost
51 cds.grpcPort=7878
52 cds.grpcUsername=grpc-username
53 cds.grpcPassword=grpc-password
54 cds.grpcTimeout=10