girder / covalic

Application for hosting challenges
http://challenge.kitware.com
8 stars 3 forks source link

Ansible: Install libraries required for LDAP plugin #232

Closed msmolens closed 7 years ago

msmolens commented 7 years ago

Fix Vagrant/Ansible provisioning for latest Girder as in https://github.com/girder/girder/commit/cf4a212.

zachmullen commented 7 years ago

Rather than this, let's just install the extras that we need. Right now we are installing with [plugins], I think we just need [worker].

msmolens commented 7 years ago

Good idea. Installing worker is not enough, because then covalic isn't installed. The ansible pip module chokes when I specify multiple extras. I filed https://github.com/girder/covalic/issues/233 and will abandon this for now.

zachmullen commented 7 years ago

covalic isn't a valid extra for the girder package

msmolens commented 7 years ago

Sorry, to be more accurate, I run into trouble when specifying [thumbnails,worker].