blob: 57542c3510fb216f98aacda76ac4cf786498e126 [file] [log] [blame]
mmis95971132018-07-17 00:13:13 +01001# ============LICENSE_START=======================================================
2# Copyright (C) 2018 Ericsson. 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#
liamfallon699093a2018-12-19 18:43:32 +00008# http://www.apache.org/licenses/LICENSE-2.0
mmis95971132018-07-17 00:13:13 +01009#
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{
liamfallon699093a2018-12-19 18:43:32 +000019 "javaProperties" : [
20 ["javax.net.ssl.trustStore", "/opt/app/policy/apex-pdp/etc/ssl/policy-truststore"],
21 ["javax.net.ssl.trustStorePassword", "UG9sMWN5XzBuYXA="]
22 ],
23 "engineServiceParameters": {
24 "name": "MyApexEngine",
25 "version": "0.0.1",
26 "id": 45,
27 "instanceCount": 4,
28 "deploymentPort": 12345,
29 "policyModelFileName": "examples/models/SampleDomain/SamplePolicyModelJAVASCRIPT.json",
30 "engineParameters": {
31 "executorParameters": {
32 "JAVASCRIPT": {
33 "parameterClassName": "org.onap.policy.apex.plugins.executor.javascript.JavascriptExecutorParameters"
mmis95971132018-07-17 00:13:13 +010034 }
liamfallon699093a2018-12-19 18:43:32 +000035 }
36 }
37 },
38 "eventOutputParameters": {
39 "FirstProducer": {
40 "carrierTechnologyParameters": {
41 "carrierTechnology": "FILE",
42 "parameters": {
43 "standardIo": true
44 }
45 },
46 "eventProtocolParameters": {
47 "eventProtocol": "JSON"
48 }
49 }
50 },
51 "eventInputParameters": {
52 "FirstConsumer": {
53 "carrierTechnologyParameters": {
54 "carrierTechnology": "FILE",
55 "parameters": {
56 "standardIo": true
57 }
58 },
59 "eventProtocolParameters": {
60 "eventProtocol": "JSON"
61 }
62 }
63 }
mmis95971132018-07-17 00:13:13 +010064}