OpenSearch/qa/remote-clusters
Yannick Welsch 39b4710081 Add Docker-based tests for proxy connection mode (#51658)
Adds more tests for the new "proxy" remote cluster connection mode, using a Docker-based
setup, as well as testing SNI-based routing using HAProxy.

- Checks that the new proxy mode can work in situations where the publish host of the nodes in
the remote cluster are not routable.
- Checks that the new proxy mode can work with clusters where nodes are hidden behind
HAProxy.
- Checks that the new proxy mode can work with clusters where nodes are hidden behind
HAProxy, using SNI to identify the nodes/cluster behind HAProxy.

Relates #49067
2020-02-03 09:45:38 +01:00
..
src/test/java/org/elasticsearch/cluster/remote/test Add Docker-based tests for proxy connection mode (#51658) 2020-02-03 09:45:38 +01:00
build.gradle Add Docker-based tests for proxy connection mode (#51658) 2020-02-03 09:45:38 +01:00
docker-compose-oss.yml Add Docker-based tests for proxy connection mode (#51658) 2020-02-03 09:45:38 +01:00
docker-compose.yml Add Docker-based tests for proxy connection mode (#51658) 2020-02-03 09:45:38 +01:00
docker-test-entrypoint.sh Add Docker-based tests for proxy connection mode (#51658) 2020-02-03 09:45:38 +01:00
haproxy-default.cfg Add Docker-based tests for proxy connection mode (#51658) 2020-02-03 09:45:38 +01:00
haproxy-oss.cfg Add Docker-based tests for proxy connection mode (#51658) 2020-02-03 09:45:38 +01:00