4c42ed23535ca02afbacec1b8ec3f40227865e51
[oom.git] / kubernetes / policy / charts / policy-distribution / resources / config / config.json
1 #  ============LICENSE_START=======================================================
2 #   Copyright (C) 2018 Ericsson. All rights reserved.
3 #   Modifications Copyright (C) 2020 AT&T Intellectual Property.
4 #  ================================================================================
5 #  Licensed under the Apache License, Version 2.0 (the "License");
6 #  you may not use this file except in compliance with the License.
7 #  You may obtain a copy of the License at
8 #
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
11 #  Unless required by applicable law or agreed to in writing, software
12 #  distributed under the License is distributed on an "AS IS" BASIS,
13 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 #  See the License for the specific language governing permissions and
15 #  limitations under the License.
16 #
17 #  SPDX-License-Identifier: Apache-2.0
18 #  ============LICENSE_END=========================================================
19 {
20     "name":"SDCDistributionGroup",
21     "restServerParameters":{
22         "host":"0.0.0.0",
23         "port":6969,
24         "userName":"${RESTSERVER_USER}",
25         "password":"${RESTSERVER_PASSWORD}",
26         "https":true
27     },
28     "receptionHandlerParameters":{
29         "SDCReceptionHandler":{
30             "receptionHandlerType":"SDC",
31             "receptionHandlerClassName":"org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler",
32             "receptionHandlerConfigurationName":"sdcConfiguration",
33             "pluginHandlerParameters":{
34                 "policyDecoders":{
35                     "HpaDecoder":{
36                         "decoderType":"HpaDecoder",
37                         "decoderClassName":"org.onap.policy.distribution.reception.decoding.hpa.PolicyDecoderCsarHpa",
38                         "decoderConfigurationName": "csarToOptimizationPolicyConfiguration"
39                     },
40                     "ToscaPolicyDecoder":{
41                         "decoderType":"ToscaPolicyDecoder",
42                         "decoderClassName":"org.onap.policy.distribution.reception.decoding.policy.file.PolicyDecoderFileInCsarToPolicy",
43                         "decoderConfigurationName": "toscaPolicyDecoderConfiguration"
44                     }
45                 },
46                 "policyForwarders":{
47                     "LifeCycleApiForwarder":{
48                         "forwarderType":"LifeCycleAPI",
49                         "forwarderClassName":"org.onap.policy.distribution.forwarding.lifecycle.api.LifecycleApiPolicyForwarder",
50                         "forwarderConfigurationName": "lifecycleApiConfiguration"
51                     }
52                 }
53             }
54         }
55     },
56     "receptionHandlerConfigurationParameters":{
57         "sdcConfiguration":{
58             "parameterClassName":"org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandlerConfigurationParameterGroup",
59             "parameters":{
60                 "asdcAddress": "sdc-be:8443",
61                 "messageBusAddress": [
62                     "message-router"
63                  ],
64                 "user": "${SDCBE_USER}",
65                 "password": "${SDCBE_PASSWORD}",
66                 "pollingInterval":20,
67                 "pollingTimeout":30,
68                 "consumerId": "policy-id",
69                 "artifactTypes": [
70                     "TOSCA_CSAR",
71                     "HEAT"
72                 ],
73                 "consumerGroup": "policy-group",
74                 "environmentName": "AUTO",
75                 "keystorePath": "null",
76                 "keystorePassword": "null",
77                 "activeserverTlsAuth": false,
78                 "isFilterinEmptyResources": true,
79                 "isUseHttpsWithDmaap": true
80             }
81         }
82     },
83     "policyDecoderConfigurationParameters":{
84         "csarToOptimizationPolicyConfiguration":{
85             "parameterClassName": "org.onap.policy.distribution.reception.decoding.hpa.PolicyDecoderCsarHpaParameters",
86             "parameters":{
87                 "policyNamePrefix": "oofCasablanca",
88                 "onapName": "OOF",
89                 "version": "1.0",
90                 "priority": "3",
91                 "riskType": "Test",
92                 "riskLevel": "2"
93             }
94         },
95         "toscaPolicyDecoderConfiguration":{
96             "parameterClassName":"org.onap.policy.distribution.reception.decoding.policy.file.PolicyDecoderFileInCsarToPolicyParameterGroup",
97             "parameters":{
98                 "policyFileName": "tosca_policy",
99                 "policyTypeFileName": "tosca_policy_type"
100             }
101         }
102     },
103     "policyForwarderConfigurationParameters":{
104         "lifecycleApiConfiguration":{
105             "parameterClassName":"org.onap.policy.distribution.forwarding.lifecycle.api.LifecycleApiForwarderParameters",
106             "parameters":{
107                 "apiParameters": {
108                 "hostName": "policy-api",
109                 "port": 6969,
110                   "userName": "${API_USER}",
111                   "password": "${API_PASSWORD}"
112                  },
113                 "papParameters": {
114                   "hostName": "policy-pap",
115                   "port": 6969,
116                  "userName": "${PAP_USER}",
117                 "password": "${PAP_PASSWORD}"
118                 },
119                 "isHttps": true,
120                 "deployPolicies": true
121              }
122         }
123     }
124 }