This is an automated email from the ASF dual-hosted git repository.
jihoonson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 6aec8f0 allow multiple ldap bootstrap files for integration tests
(#11023)
6aec8f0 is described below
commit 6aec8f0c1b3968c94a1cdb741281af907299978c
Author: Jihoon Son <[email protected]>
AuthorDate: Tue Mar 23 13:18:36 2021 -0700
allow multiple ldap bootstrap files for integration tests (#11023)
---
integration-tests/docker/docker-compose.base.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/integration-tests/docker/docker-compose.base.yml
b/integration-tests/docker/docker-compose.base.yml
index 46dda1d..f8119de 100644
--- a/integration-tests/docker/docker-compose.base.yml
+++ b/integration-tests/docker/docker-compose.base.yml
@@ -60,7 +60,7 @@ services:
image: druid/cluster
container_name: druid-metadata-storage
ports:
- - 3306:3306
+ - 13306:3306
networks:
druid-it-net:
ipv4_address: 172.172.172.3
@@ -371,7 +371,7 @@ services:
- 8636:636
privileged: true
volumes:
- -
./ldap-configs/bootstrap.ldif:/container/service/slapd/assets/config/bootstrap/ldif/bootstrap.ldif
+ -
./ldap-configs:/container/service/slapd/assets/config/bootstrap/ldif/custom
- ${HOME}/shared:/shared
env_file:
- ./environment-configs/common
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]