Move LDAP configs to base directory 85/6785/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 10 Oct 2017 23:33:00 +0000 (16:33 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 10 Oct 2017 23:34:40 +0000 (16:34 -0700)
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 <tbramwell@linuxfoundation.org>
docker-compose.yml
ldap/bootstrap/groups.ldif [moved from config/ldap/bootstrap/groups.ldif with 100% similarity]

index e5a0684..88049dd 100644 (file)
@@ -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: