diff options
author | 2022-09-08 15:54:08 +0100 | |
---|---|---|
committer | 2022-09-09 13:26:34 +0100 | |
commit | 479d2c204f1869490b3d0f11aaa2cb84a6671b09 (patch) | |
tree | 75e33aee45ac5b6fd28e511d623c3fb5d500579e /csit/config/apex-pdp/OnapPfConfig.json | |
parent | b21a268b301bc9ac3a9c23eff468f476aebcb44d (diff) |
Convert CSIT tests to use HTTP rather than HTTPS
This commit converts the CSITs from HTTPS to HTTP. It also does some
refactoring and didying up on the CSIT environment.
Issue-ID: POLICY-4338
Change-Id: I31ac4aa83d476dd677f611a0a0f368dbec4ac21f
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'csit/config/apex-pdp/OnapPfConfig.json')
-rw-r--r-- | csit/config/apex-pdp/OnapPfConfig.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/csit/config/apex-pdp/OnapPfConfig.json b/csit/config/apex-pdp/OnapPfConfig.json index 74085a19..5760259b 100644 --- a/csit/config/apex-pdp/OnapPfConfig.json +++ b/csit/config/apex-pdp/OnapPfConfig.json @@ -5,7 +5,7 @@ "port": 6969, "userName": "healthcheck", "password": "zb!XztG34", - "https": {{HTTPS_ENABLED}}, + "https": false, "prometheus": true }, "pdpStatusParameters":{ @@ -29,13 +29,13 @@ "topic" : "POLICY-PDP-PAP", "servers" : [ "message-router" ], "topicCommInfrastructure" : "dmaap", - "useHttps" : {{HTTPS_ENABLED}} + "useHttps" : false }], "topicSinks" : [{ "topic" : "POLICY-PDP-PAP", "servers" : [ "message-router" ], "topicCommInfrastructure" : "dmaap", - "useHttps" : {{HTTPS_ENABLED}} + "useHttps" : false }] } } |