Kitware / gobig

Provisioning big data applications with Resonant
Apache License 2.0
5 stars 3 forks source link

Refactor girder roles into a more modular collection #32

Open opadron opened 8 years ago

opadron commented 8 years ago

Currently, the girder roles can only be used to install girder with a specific configuration:

The girder roles should be split into a larger collection of roles and/or modules that can be used in arbitrary combinations to achieve this, and any other configuration desired.

Examples of desired roles/modules include

opadron commented 8 years ago

Issue created from discussions in #22.

kotfic commented 8 years ago

I would like to propose girder-plugin be the responsibility of roles dedicated to each plugin (e.g., romanesco-install, minerva-install, etc), i am working on a girder ansible module that should make this easier to accomplish

opadron commented 8 years ago

Sounds good to me, as long as the roles have "girder-plugin" in them to distinguish them from the actual software they might integrate with, i.e.: girder-plugin-romanesco, girder-plugin-minerva, etc.