pulibrary / princeton_ansible

Ansible Roles and Playbooks for Princeton University Library
10 stars 2 forks source link

I5013 share solr vars #5044

Closed maxkadel closed 1 week ago

maxkadel commented 2 weeks ago

Allsearch-api uses the Solr of certain apps directly (catalog, dpul, pulfalight, maps), so we need to find a way to keep these in sync.

Since they are all rails apps, we don't want allsearch-api to use their entire config files, because there are conflicting variables, so splitting solr into its own config files by environment.

Connected to #5013

maxkadel commented 1 week ago

@tpendragon - would you mind reviewing this?