Islandora-Devops / islandora-playbook

Ansible playbook for building Islandora
MIT License
31 stars 53 forks source link

Update Crayfish to use 3.0.0 and/or 3.x #233

Closed rosiel closed 2 years ago

rosiel commented 2 years ago

Crayfish has been rebuild as Symfony with no Silex, and that is now the 3.x branch with one release thus far. 3.0.0.

We should update from 2.x to 3.x or to a version spec that specifies a release at or above 3.0.0 .

The Crayfish role uses a crayfish_version_tag variable which is set to 2.x as the role's default (roles/internal/Islandora-Devops.crayfish/defaults/main.yml) and also as the playbook's default (inventory/vagrant/group_vars/crayfish.yml). The crayfish_version_tag also appears in tests and in the Crayfish role's README.

rosiel commented 2 years ago

Looks like it might be covered by https://github.com/Islandora-Devops/islandora-playbook/pull/207 however that PR appears to be a draft/WIP, and that it was from before the completion of 3.0.0.

rosiel commented 2 years ago

Closed with #207