[CONSUL] Add limits to consul chart.
[oom.git] / kubernetes / policy / components / policy-api / resources / config / config.json
1 #  ============LICENSE_START=======================================================
2 #   Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
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 #  SPDX-License-Identifier: Apache-2.0
17 #  ============LICENSE_END=========================================================
18 {
19     "name":"ApiGroup",
20     "restServerParameters":{
21         "host":"0.0.0.0",
22         "port":6969,
23         "userName":"${RESTSERVER_USER}",
24         "password":"${RESTSERVER_PASSWORD}",
25         "https": true,
26         "aaf": false
27     },
28     "databaseProviderParameters": {
29         "name": "PolicyProviderParameterGroup",
30         "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
31         "databaseDriver": "org.mariadb.jdbc.Driver",
32         "databaseUrl": "jdbc:mariadb://{{ .Values.db.service.name }}:{{ .Values.db.service.internalPort }}/policyadmin",
33         "databaseUser": "${SQL_USER}",
34         "databasePassword": "${SQL_PASSWORD}",
35         "persistenceUnit": "PolicyMariaDb"
36     },
37     "preloadPolicyTypes": [
38         "policytypes/onap.policies.monitoring.tcagen2.yaml",
39         "policytypes/onap.policies.monitoring.dcaegen2.collectors.datafile.datafile-app-server.yaml",
40         "policytypes/onap.policies.Optimization.yaml",
41         "policytypes/onap.policies.optimization.Resource.yaml",
42         "policytypes/onap.policies.optimization.Service.yaml",
43         "policytypes/onap.policies.optimization.resource.AffinityPolicy.yaml",
44         "policytypes/onap.policies.optimization.resource.DistancePolicy.yaml",
45         "policytypes/onap.policies.optimization.resource.HpaPolicy.yaml",
46         "policytypes/onap.policies.optimization.resource.OptimizationPolicy.yaml",
47         "policytypes/onap.policies.optimization.resource.PciPolicy.yaml",
48         "policytypes/onap.policies.optimization.service.QueryPolicy.yaml",
49         "policytypes/onap.policies.optimization.service.SubscriberPolicy.yaml",
50         "policytypes/onap.policies.optimization.resource.Vim_fit.yaml",
51         "policytypes/onap.policies.optimization.resource.VnfPolicy.yaml",
52         "policytypes/onap.policies.controlloop.guard.Common.yaml",
53         "policytypes/onap.policies.controlloop.guard.common.Blacklist.yaml",
54         "policytypes/onap.policies.controlloop.guard.common.FrequencyLimiter.yaml",
55         "policytypes/onap.policies.controlloop.guard.common.MinMax.yaml",
56         "policytypes/onap.policies.controlloop.guard.common.Filter.yaml",
57         "policytypes/onap.policies.controlloop.guard.coordination.FirstBlocksSecond.yaml",
58         "policytypes/onap.policies.Naming.yaml",
59         "policytypes/onap.policies.Match.yaml",
60         "policytypes/onap.policies.native.Drools.yaml",
61         "policytypes/onap.policies.native.Xacml.yaml",
62         "policytypes/onap.policies.native.Apex.yaml",
63         "policytypes/onap.policies.controlloop.operational.Common.yaml",
64         "policytypes/onap.policies.controlloop.operational.common.Apex.yaml",
65         "policytypes/onap.policies.controlloop.operational.common.Drools.yaml"
66     ],
67    "preloadPolicies" : [
68         "policies/sdnc.policy.naming.input.tosca.yaml"
69     ]
70 }