diff options
author | efiacor <fiachra.corcoran@est.tech> | 2020-03-04 19:56:16 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2020-03-05 20:40:07 +0000 |
commit | c854b484ebbd5e0c1be1e6a032a79beeb4cab6ff (patch) | |
tree | 19cee25013b5369fc68899e512fd5aa45a85273f | |
parent | 591bfdea4f1d833abee3c7e60f084da546d9082a (diff) |
Removing http for DMaaP DR
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: DMAAP-1400
Change-Id: Ifd0502283d4efe0c14aeb1e77bfa85779596cfec
-rw-r--r-- | resources/config/eteshare/config/robot_properties.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/config/eteshare/config/robot_properties.py b/resources/config/eteshare/config/robot_properties.py index af98847..e88777e 100644 --- a/resources/config/eteshare/config/robot_properties.py +++ b/resources/config/eteshare/config/robot_properties.py @@ -163,10 +163,10 @@ GLOBAL_DCAE_AUTHENTICATION = [GLOBAL_DCAE_USERNAME, GLOBAL_DCAE_PASSWORD] GLOBAL_DCAE_HVVES_SERVER_NAME = 'dcae-hv-ves-collector.{{include "common.namespace" .}}' GLOBAL_DCAE_HVVES_SERVER_PORT = "6061" # data router info - everything is from the private oam network (also called onap private network) -GLOBAL_DMAAP_DR_PROV_SERVER_PROTOCOL = "http" -GLOBAL_DMAAP_DR_PROV_SERVER_PORT = "80" -GLOBAL_DMAAP_DR_NODE_SERVER_PROTOCOL = "http" -GLOBAL_DMAAP_DR_NODE_SERVER_PORT = "8080" +GLOBAL_DMAAP_DR_PROV_SERVER_PROTOCOL = "https" +GLOBAL_DMAAP_DR_PROV_SERVER_PORT = "443" +GLOBAL_DMAAP_DR_NODE_SERVER_PROTOCOL = "https" +GLOBAL_DMAAP_DR_NODE_SERVER_PORT = "8443" # dmaap message router info GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_NAME = 'message-router.{{include "common.namespace" .}}' GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_PORT = "3904" |