diff options
author | Marco Platania <platania@research.att.com> | 2018-09-10 17:23:22 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-09-10 17:23:22 -0400 |
commit | 24f5b5575b0736eba361cd5b544af873156317f0 (patch) | |
tree | 80687d36f6ae6afb5944037c530dacec3b3f626a | |
parent | cb40cd40f576c9a624cea022f1bab84cebfedd25 (diff) |
Change DCAE collector port
- 8080 --> 8081
Change-Id: I4ac69b877c8b7db2fe9c5f1073d1d02ccac4e43f
Issue-ID: INT-584
Signed-off-by: Marco Platania <platania@research.att.com>
-rw-r--r-- | boot/robot/integration_preload_parameters.py | 2 |
1 files changed, 1 insertions, 1 deletions
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}", |