From: Trevor Bramwell Date: Tue, 10 Oct 2017 23:33:00 +0000 (-0700) Subject: Move LDAP configs to base directory X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=d6d1cff59bca71c003435ba1754457ecb811e0c3;p=releng%2Fci-workshop.git Move LDAP configs to base directory This removes the need for a 'config' directory and config values have been collapsed to 'config.env' and instance specific configuration is stored under the instance name. Change-Id: I64e2c93f42c799750ff2baf47033c2a909279483 Signed-off-by: Trevor Bramwell --- diff --git a/docker-compose.yml b/docker-compose.yml index e5a0684..88049dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: env_file: config.env command: "--loglevel debug --copy-service" volumes: - - ./config/ldap/bootstrap/groups.ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom/50-groups.ldif + - ./ldap/bootstrap/groups.ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom/50-groups.ldif ports: - "636:636" jenkins: diff --git a/config/ldap/bootstrap/groups.ldif b/ldap/bootstrap/groups.ldif similarity index 100% rename from config/ldap/bootstrap/groups.ldif rename to ldap/bootstrap/groups.ldif