ecohealthalliance / grits-deploy-ansible

Ansible deployment scripts for GRITS
Apache License 2.0
0 stars 0 forks source link

Grid plugin for girder, and other small things #18

Closed aslagle closed 9 years ago

aslagle commented 9 years ago

(This pr is to dev since it's not merged yet. I merged master in, so it has a couple commits from there.)

I pulled over a few changes from the difz version, and added the grid plugin for girder: https://github.com/ecohealthalliance/grid-search/pull/1

The plugin is on grits-dev: https://grits-dev.ecohealth.io/gritsdb/api/v1#!/resource/gridSearch

mrjf commented 9 years ago

I generated a new hashed password for the grits user in code and put it into the db on both master instances. It appear to deploy correctly after that. For future reference, the password was generated like this:

bcrypt.hashpw('****', bcrypt.gensalt(5))