From 6e759acd4ee0480a9db8f6c03509a2f049427f28 Mon Sep 17 00:00:00 2001 From: Chris Bynum Date: Tue, 2 Aug 2016 11:36:45 -0400 Subject: [PATCH] Add purpose --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 80515e9..f26284c 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ # shib-idp-conftree + +## Purpose + +This project contains the configuration tree (structure) for Shibboleth IDP. The are various usage scenarios throughout the build, test, deploy cycle that warrant this abstraction +of the configuration tree. There is a separate repository for the Docker Image which is responsible for building the runtime environment and pulling the configuration trees housed here +to complete a deployment. + +### Configuration Trees + + * `test` branch + * Internal Testing - (TEST) branch/repo that uses the "test bed" which is something that I2 provides (LDAP) and an element to make all integrations. Appropriate for Jenkins and testing environments + * `release` branch + * External Testing - (RELEASE) branch/repo (ultimately will live in Subversion?) for end users