Jakub Latusek | d71d26c | 2020-10-21 13:36:29 +0200 | [diff] [blame] | 1 | {{/* |
mmis | 9597113 | 2018-07-17 00:13:13 +0100 | [diff] [blame] | 2 | # ============LICENSE_START======================================================= |
| 3 | # Copyright (C) 2018 Ericsson. All rights reserved. |
| 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 | # |
liamfallon | 699093a | 2018-12-19 18:43:32 +0000 | [diff] [blame] | 9 | # http://www.apache.org/licenses/LICENSE-2.0 |
mmis | 9597113 | 2018-07-17 00:13:13 +0100 | [diff] [blame] | 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========================================================= |
Jakub Latusek | d71d26c | 2020-10-21 13:36:29 +0200 | [diff] [blame] | 19 | */}} |
mmis | 9597113 | 2018-07-17 00:13:13 +0100 | [diff] [blame] | 20 | { |
liamfallon | 699093a | 2018-12-19 18:43:32 +0000 | [diff] [blame] | 21 | "javaProperties" : [ |
| 22 | ["javax.net.ssl.trustStore", "/opt/app/policy/apex-pdp/etc/ssl/policy-truststore"], |
Dominik Mizyn | b8c44b4 | 2020-04-21 10:48:27 +0200 | [diff] [blame] | 23 | ["javax.net.ssl.trustStorePassword", "${TRUSTSTORE_PASSWORD_BASE64}"] |
liamfallon | 699093a | 2018-12-19 18:43:32 +0000 | [diff] [blame] | 24 | ], |
| 25 | "engineServiceParameters": { |
| 26 | "name": "MyApexEngine", |
| 27 | "version": "0.0.1", |
| 28 | "id": 45, |
| 29 | "instanceCount": 4, |
| 30 | "deploymentPort": 12345, |
| 31 | "policyModelFileName": "examples/models/SampleDomain/SamplePolicyModelJAVASCRIPT.json", |
| 32 | "engineParameters": { |
| 33 | "executorParameters": { |
| 34 | "JAVASCRIPT": { |
| 35 | "parameterClassName": "org.onap.policy.apex.plugins.executor.javascript.JavascriptExecutorParameters" |
mmis | 9597113 | 2018-07-17 00:13:13 +0100 | [diff] [blame] | 36 | } |
liamfallon | 699093a | 2018-12-19 18:43:32 +0000 | [diff] [blame] | 37 | } |
| 38 | } |
| 39 | }, |
| 40 | "eventOutputParameters": { |
| 41 | "FirstProducer": { |
| 42 | "carrierTechnologyParameters": { |
| 43 | "carrierTechnology": "FILE", |
| 44 | "parameters": { |
| 45 | "standardIo": true |
| 46 | } |
| 47 | }, |
| 48 | "eventProtocolParameters": { |
| 49 | "eventProtocol": "JSON" |
| 50 | } |
| 51 | } |
| 52 | }, |
| 53 | "eventInputParameters": { |
| 54 | "FirstConsumer": { |
| 55 | "carrierTechnologyParameters": { |
| 56 | "carrierTechnology": "FILE", |
| 57 | "parameters": { |
| 58 | "standardIo": true |
| 59 | } |
| 60 | }, |
| 61 | "eventProtocolParameters": { |
| 62 | "eventProtocol": "JSON" |
| 63 | } |
| 64 | } |
| 65 | } |
mmis | 9597113 | 2018-07-17 00:13:13 +0100 | [diff] [blame] | 66 | } |