Merge "Add sdnc simulator in controlloop-utils"
[policy/drools-applications.git] / controlloop / common / feature-controlloop-management / src / main / feature / config / controlloop.properties.environment
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP
4 # ================================================================================
5 # Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10 #
11 #      http://www.apache.org/licenses/LICENSE-2.0
12 #
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 # ============LICENSE_END=========================================================
19 ###
20
21 # Environment file (.environment) for control loop applications in this
22 # directory, it will be automatically loaded by PDP-D, after being expanded
23 # by installation scripts.
24
25 sql.db.host=${{SQL_HOST}}
26 sql.db.username=${{SQL_USER}}
27 sql.db.password=${{SQL_PASSWORD}}
28
29 aai.url=${{AAI_URL}}
30 aai.username=${{AAI_USERNAME}}
31 aai.password=${{AAI_PASSWORD}}
32
33 so.url=${{SO_URL}}
34 so.username=${{SO_USERNAME}}
35 so.password=${{SO_PASSWORD}}
36
37 vfc.url=${{VFC_URL}}
38 vfc.username=${{VFC_USERNAME}}
39 vfc.password=${{VFC_PASSWORD}}
40
41 pdpx.host=${{PDP_HOST}}
42 pdpx.username=${{PDP_USERNAME}}
43 pdpx.password=${{PDP_PASSWORD}}
44 pdpx.environment=${{PDP_ENVIRONMENT}}
45 pdpx.client.username=${{PDP_CLIENT_USERNAME}}
46 pdpx.client.password=${{PDP_CLIENT_PASSWORD}}
47
48 guard.url=https://${{PDP_HOST}}:8081/pdp/api/getDecision
49 guard.jdbc.url=jdbc:mariadb://${{SQL_HOST}}:3306/onap_sdk
50 guard.disabled=false
51
52 sdnc.url=${{SDNC_URL}}
53 sdnc.username=${{SDNC_USERNAME}}
54 sdnc.password=${{SDNC_PASSWORD}}