summaryrefslogtreecommitdiffstats
path: root/models-sim/policy-models-sim-pdp/src/main/resources/config
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@est.tech>2019-05-14 15:10:11 +0000
committera.sreekumar <ajith.sreekumar@est.tech>2019-05-14 15:10:11 +0000
commitceb3ced528288d9869d14930ca88907547a20c93 (patch)
tree4eaf8872ef8cb22509138ddd2d418832a1df8865 /models-sim/policy-models-sim-pdp/src/main/resources/config
parentcee63084a9ebe9f91dc7afa490d18572448e6668 (diff)
Adding pdp simulator for testing purposes2.0.12.0.0
Change-Id: I809e229bf363f3b18942b20521b05e2dc06643b4 Issue-ID: POLICY-1768 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
Diffstat (limited to 'models-sim/policy-models-sim-pdp/src/main/resources/config')
-rw-r--r--models-sim/policy-models-sim-pdp/src/main/resources/config/OnapPfConfig.json9
-rw-r--r--models-sim/policy-models-sim-pdp/src/main/resources/config/topic.properties22
2 files changed, 31 insertions, 0 deletions
diff --git a/models-sim/policy-models-sim-pdp/src/main/resources/config/OnapPfConfig.json b/models-sim/policy-models-sim-pdp/src/main/resources/config/OnapPfConfig.json
new file mode 100644
index 000000000..ff7903c78
--- /dev/null
+++ b/models-sim/policy-models-sim-pdp/src/main/resources/config/OnapPfConfig.json
@@ -0,0 +1,9 @@
+{
+ "name":"OnapPfParameterGroup",
+ "pdpStatusParameters":{
+ "timeIntervalMs": 120000,
+ "pdpType":"apex",
+ "description":"Pdp Heartbeat",
+ "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}]
+ }
+} \ No newline at end of file
diff --git a/models-sim/policy-models-sim-pdp/src/main/resources/config/topic.properties b/models-sim/policy-models-sim-pdp/src/main/resources/config/topic.properties
new file mode 100644
index 000000000..0139bb38a
--- /dev/null
+++ b/models-sim/policy-models-sim-pdp/src/main/resources/config/topic.properties
@@ -0,0 +1,22 @@
+# ============LICENSE_START=======================================================
+# Copyright (C) 2019 Nordix Foundation.
+# ================================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+# ============LICENSE_END=========================================================
+
+dmaap.source.topics=POLICY-PDP-PAP
+dmaap.sink.topics=POLICY-PDP-PAP
+dmaap.source.topics.POLICY-PDP-PAP.servers= message-router:3904
+dmaap.sink.topics.POLICY-PDP-PAP.servers= message-router:3904 \ No newline at end of file