You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Grouper is packaged in TIER as what the installer delivers on a MySQL (MariaDB) database.  It is a virtualbox image, which creates and runs a docker container.

The instructions handed over the packaging team to setup the applications are here

See the TIER packaging site for more information and download links

Future work includes using Shibboleth for UI authentication, configuring provisioning, user management with COManage, having an upgrade/patch process, TIER API tomee, etc.

Running the current VM

Discussion with Levvel August 1st, 2016

  • We will have 3 containers
    • Loader
    • WS
    • UI
  • Grouper will continue externalizing configuration so that the subject api and ehcache use configuration properties overlays
  • Properties files can be mounted outside the container and specified via env variables
  • UI/WS will come with tomcat and apache and ready for shib SP
  • Containers will be built with latest patches
    • The container maker can look at release notes page for latest release to see list of patches available

Testing a Grouper container

  • At a minimum hit the status servlet on the UI and WS, get a 200 back.  /status?diagnosticType=all
  • Note the grouper daemon needs to have been running for a minute or two
  • Look at the UI, login, see the Grouper UI, click around a little
  • Make a grouper client call to the WS, make sure you get a positive result
  • No labels