ARTbio / GalaxyKickStart

Ansible playbooks for Galaxy Server deployment
GNU General Public License v3.0
24 stars 22 forks source link

Use pypi ansible (currently at 2.1.2.0) #198

Closed mvdbeek closed 7 years ago

drosofff commented 7 years ago

will the test pass if I merge the PR ?

mvdbeek commented 7 years ago

No, there is a whole chain of problems, but I'm on it.

drosofff commented 7 years ago

OK, thanks

drosofff commented 7 years ago

hurray 👍

mvdbeek commented 7 years ago

This was tricky, postgresql was refusing to start due to a permission problem that happens when you change the postgresql user id and subsequently you also adapt the file system permissions (chown <new_user_id> <somefolder>). For some reason docker ignores this last chmod, so you have to backup the files in the folder, delete the folder and create a new folder and move the backuped files back. So far so good, we knew that already. But how could it have worked in the past if we ran that command after the playbook? It's a mystery, and I'm not happy about that :(.

drosofff commented 7 years ago

is it possible that travis upgrade somehow its docker layer ?