From e3a4e81b5e0ad5fec4d215ab7ef1b4f310370984 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 17 Apr 2019 13:58:47 +0000 Subject: Add DMaaP sim configuration files Add configurtion files that work with the DMaaP simulator. Issue-ID: POLICY-1643 Change-Id: I719f9db4ec5273a32ba350811eb39b4238002341 Signed-off-by: liamfallon --- .../test/resources/ApexStarterConfigParameters_sim.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.json (limited to 'services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.json') diff --git a/services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.json b/services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.json new file mode 100644 index 000000000..a17d880ad --- /dev/null +++ b/services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.json @@ -0,0 +1,16 @@ +{ + "name":"ApexStarterParameterGroup", + "restServerParameters": { + "host": "0.0.0.0", + "port": 6970, + "userName": "healthcheck", + "password": "zb!XztG34", + "https": true + }, + "pdpStatusParameters":{ + "timeIntervalMs": 120000, + "pdpType":"apex", + "description":"Pdp Heartbeat", + "supportedPolicyTypes":[{"name":"onap.policies.controlloop.Operational","version":"1.0.0"}] + } +} -- cgit 1.2.3-korg