Skip ELK health checks for HEAT deployments 65/46265/1
authorGary Wu <gary.i.wu@huawei.com>
Fri, 4 May 2018 17:23:53 +0000 (10:23 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Fri, 4 May 2018 17:23:53 +0000 (10:23 -0700)
Change-Id: Idd16415912ad3d3d5df59e18fdea3759a8b304fa
Issue-ID: INT-489
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
heat/ONAP/onap_openstack.yaml
heat/ONAP/onap_openstack_light.yaml

index d69757e..f1ddd40 100644 (file)
@@ -1107,6 +1107,9 @@ resources:
             echo "__script_version__" > /opt/config/script_version.txt
             echo "__public_net_id__" > /opt/config/public_net_id.txt
             echo "__robot_repo__" > /opt/config/remote_repo.txt
+            echo "localhost" > /opt/config/log_elasticsearch_ip_addr.txt # these tests will be skipped by robot
+            echo "localhost" > /opt/config/log_logstash_ip_addr.txt # these tests will be skipped by robot
+            echo "localhost" > /opt/config/log_kibana_ip_addr.txt # these tests will be skipped by robot
 
             # Download and run install script
             curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/robot_install.sh -o /opt/robot_install.sh
index 6ad957e..81f48a7 100644 (file)
@@ -1024,6 +1024,9 @@ resources:
             echo "__script_version__" > /opt/config/script_version.txt
             echo "__public_net_id__" > /opt/config/public_net_id.txt
             echo "__robot_repo__" > /opt/config/remote_repo.txt
+            echo "localhost" > /opt/config/log_elasticsearch_ip_addr.txt # these tests will be skipped by robot
+            echo "localhost" > /opt/config/log_logstash_ip_addr.txt # these tests will be skipped by robot
+            echo "localhost" > /opt/config/log_kibana_ip_addr.txt # these tests will be skipped by robot
 
             # Download and run install script
             curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/robot_install.sh -o /opt/robot_install.sh