From: Marco Platania Date: Mon, 10 Sep 2018 21:23:22 +0000 (-0400) Subject: Change DCAE collector port X-Git-Tag: 1.3.0~46 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=commitdiff_plain;h=24f5b5575b0736eba361cd5b544af873156317f0 Change DCAE collector port - 8080 --> 8081 Change-Id: I4ac69b877c8b7db2fe9c5f1073d1d02ccac4e43f Issue-ID: INT-584 Signed-off-by: Marco Platania --- diff --git a/boot/robot/integration_preload_parameters.py b/boot/robot/integration_preload_parameters.py index 1ab11f50..13e9621b 100644 --- a/boot/robot/integration_preload_parameters.py +++ b/boot/robot/integration_preload_parameters.py @@ -10,7 +10,7 @@ GLOBAL_PRELOAD_PARAMETERS = { "onap_private_net_cidr" : "10.0.0.0/8", "onap_sec_group" : "${GLOBAL_INJECTED_SEC_GROUP}", "dcae_collector_ip" : "${GLOBAL_INJECTED_DCAE_COLLECTOR_IP}", - "dcae_collector_port" : "8080", + "dcae_collector_port" : "8081", "public_net_id" : "${GLOBAL_INJECTED_PUBLIC_NET_ID}", "cloud_env" : "${GLOBAL_INJECTED_CLOUD_ENV}", "install_script_version" : "${GLOBAL_INJECTED_SCRIPT_VERSION}",