diff options
author | dc443y <dc443y@att.com> | 2022-01-21 14:43:18 -0600 |
---|---|---|
committer | dc443y <dc443y@att.com> | 2022-01-21 14:59:42 -0600 |
commit | c445d7865f1ded1c62f720abb70382b2963fff57 (patch) | |
tree | 059ff8eaa968a5e2a1c39a0a456741e6f94097ae /models-interactions/model-simulators/src/main/resources | |
parent | 7a718bd9b82ac16e5d49a1a2fb2256682f020656 (diff) |
Add configurable port and authentication to DMaaP simulator
Issue-ID: POLICY-3890
Signed-off-by: dc443y <dc443y@att.com>
Change-Id: Idbeb3590a767e51aa0058a7a45d56a61e81301cb
Diffstat (limited to 'models-interactions/model-simulators/src/main/resources')
-rw-r--r-- | models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/dmaap/AuthDmaapParameters.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/dmaap/AuthDmaapParameters.json b/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/dmaap/AuthDmaapParameters.json new file mode 100644 index 000000000..0ef03169a --- /dev/null +++ b/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/dmaap/AuthDmaapParameters.json @@ -0,0 +1,11 @@ +{ + "name": "AuthDMaapSim", + "topicSweepSec": 300, + "restServerParameters": { + "host": "0.0.0.0", + "port": 3903, + "useHttps": true, + "userName": "my-username", + "password": "my-password" + } +} |