Removing OpenDistro integration tests (#183)
Signed-off-by: Vacha Shah <vachshah@amazon.com> Signed-off-by: Vacha Shah <vachshah@amazon.com>
This commit is contained in:
@@ -16,9 +16,6 @@ if [[ -z $opensearch_node_name ]]; then
|
||||
|
||||
export opensearch_node_name=instance
|
||||
export opensearch_image=opensearchproject/opensearch
|
||||
if [[ "$CLUSTER" == "opendistro" ]]; then
|
||||
export opensearch_image=amazon/opendistro-for-elasticsearch
|
||||
fi
|
||||
|
||||
export opensearch_url=$OPENSEARCH_URL_EXTENSION://${opensearch_node_name}:9200
|
||||
export external_opensearch_url=${opensearch_url/$opensearch_node_name/localhost}
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
FROM amazon/opendistro-for-elasticsearch:1.13.2
|
||||
ARG SECURE_INTEGRATION
|
||||
RUN if [ "$SECURE_INTEGRATION" != "true" ] ; then /usr/share/elasticsearch/bin/elasticsearch-plugin remove opendistro_security; fi
|
||||
COPY --chown=elasticsearch:elasticsearch .ci/opendistro/elasticsearch.yml /usr/share/elasticsearch/config/
|
||||
@@ -1,2 +0,0 @@
|
||||
cluster.name: "docker-cluster"
|
||||
network.host: 0.0.0.0
|
||||
+3
-3
@@ -6,9 +6,9 @@
|
||||
export TEST_SUITE="${TEST_SUITE:=oss}"
|
||||
export PYTHON_VERSION="${PYTHON_VERSION:=3.9}"
|
||||
export PYTHON_CONNECTION_CLASS="${PYTHON_CONNECTION_CLASS:=Urllib3HttpConnection}"
|
||||
export CLUSTER="${1:-opensearch}"
|
||||
export SECURE_INTEGRATION="${2:-false}"
|
||||
export OPENSEARCH_VERSION="${3:-latest}"
|
||||
export CLUSTER="${CLUSTER:-opensearch}"
|
||||
export SECURE_INTEGRATION="${1:-false}"
|
||||
export OPENSEARCH_VERSION="${2:-latest}"
|
||||
if [[ "$SECURE_INTEGRATION" == "true" ]]; then
|
||||
export OPENSEARCH_URL_EXTENSION="https"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user