diff --git a/roles/dev_common/templates/settings.xml.j2 b/roles/dev_common/templates/settings.xml.j2 index f6b96aa..32b7166 100644 --- a/roles/dev_common/templates/settings.xml.j2 +++ b/roles/dev_common/templates/settings.xml.j2 @@ -7,7 +7,8 @@ {{ icat_url }} {% if lucene_url is defined and lucene_url %} - {{ lucene_url }} + LUCENE + {{ lucene_url }} {% endif %} {{ payara_domain_dir }}/config/cacerts.jks {{ payara_dir }} diff --git a/roles/icat_lucene/defaults/main.yml b/roles/icat_lucene/defaults/main.yml index a31759a..b67cf1d 100644 --- a/roles/icat_lucene/defaults/main.yml +++ b/roles/icat_lucene/defaults/main.yml @@ -1,4 +1,4 @@ --- -icat_lucene_version: '2.0.2' +icat_lucene_version: '3.0.0-SNAPSHOT' icat_lucene_data_dir: 'data/lucene' diff --git a/roles/icat_server/defaults/main.yml b/roles/icat_server/defaults/main.yml index c787c59..47ab070 100644 --- a/roles/icat_server/defaults/main.yml +++ b/roles/icat_server/defaults/main.yml @@ -1,6 +1,6 @@ --- -icat_server_version: '6.0.1' +icat_server_version: '6.1.0-SNAPSHOT' icat_server_rootUserNames: "{% if ansible_local.local.instantiations.authn_simple is defined and ansible_local.local.instantiations.authn_simple == 'true' %}simple/root {% endif %}{% if ansible_local.local.instantiations.authn_db is defined and ansible_local.local.instantiations.authn_db == 'true' %}db/root {% endif %}" icat_server_maxEntities: "10000" icat_server_authn_list: "{% if ansible_local.local.instantiations.authn_simple is defined and ansible_local.local.instantiations.authn_simple == 'true' %}simple {% endif %}{% if ansible_local.local.instantiations.authn_db is defined and ansible_local.local.instantiations.authn_db == 'true' %}db {% endif %}{% if ansible_local.local.instantiations.authn_anon is defined and ansible_local.local.instantiations.authn_anon == 'true' %}anon {% endif %}{% if ansible_local.local.instantiations.authn_ldap is defined and ansible_local.local.instantiations.authn_ldap == 'true' %}ldap {% endif %}{% if ansible_local.local.instantiations.authn_ip_clf is defined and ansible_local.local.instantiations.authn_ip_clf == 'true' %}ip_clf {% endif %}{% if ansible_local.local.instantiations.authn_uows_clf is defined and ansible_local.local.instantiations.authn_uows_clf == 'true' %}uows_clf {% endif %}"