UMD is running Grouper in production as of October 2016.

Timeline

Presentations

Organization

Structure of UMD folders at a high level.

Integrations

Build and Deployment

UMD has customized the standard 2.4 TIER docker container. We create our own base image on top of the TIER image with our custom Java code for things like health checks and other connectors.

We then overlay our grouper and container configuration from a another configuration repo to create the final image. In the configuration repo we do things like install mod_auth_cas for apache to handle CAS login. This image built with bamboo and deployed to AWS on ECS through Cloudformation.