AtlasOfLivingAustralia / ala-install

Ansible playbooks for installing the ALA components
https://www.ala.org.au
Apache License 2.0
26 stars 52 forks source link

Support tomcat on Ubuntu-18.04 #210

Closed ansell closed 5 years ago

ansell commented 5 years ago

Ubuntu-18.04 does not have a package for tomcat7 Need to determine the best way to support tomcat on it for apps that do not deploy to executable jars.

The first server hitting this is nectar-bie-test

ansell commented 5 years ago

Support added by reconfiguring setfacts.yml to select packages based on the Ubuntu distribution version for each of the three that are possibly in use currently, 14.04, 16.04 and 18.04. On 18.04, it now selects tomcat8 packages, users, and paths:

https://github.com/AtlasOfLivingAustralia/ala-install/commit/be89060d6120a87d8f763a3976d2e2c33a11a9ed

Once 14.04 is EOL'd and no longer in use by ALA systems, it can be removed, but still supporting it for maintenance of older servers until they are migrated.