FITS cleanup #1638
Labels
Subject: Ansible Playbook
Related to the maintenance and upkeep associated with an Ansible Playbook for Islandora. Always also
Subject:Deployment
related to deployment of Islandora. Usually accompanied by the deployment flavour (Ansible/docker)
The FITS role is causing Ansible install to fail, and I've uncovered several problems with it:
The Ansible role, https://github.com/Islandora-Devops/ansible-role-fits , is failing on the "Download Islandora FITS" emits a warning that composer is being run as root, then fails with an out-of-memory error. The way Islandora roles and Ansible is architected, it looks like it's improper to attempt to install Drupal modules in these roles, so this step should belong in the web server config tasks.
The role attempts to download a Drupal 8 module hosted on Robertson Library's GitHub, that shares a name with the D7 module in Islandora:
D8: https://github.com/roblib/islandora_fits
D7: https://github.com/islandora/islandora_fits
Would it be OK to make a 8.x-1.x branch on islandora/islandora_fits to contain this D8 module? @dannylamb / @Islandora/7-x-1-x-committers
cc. @ajstanley @rosiel
The text was updated successfully, but these errors were encountered: