Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Payara, JDBC driver, and ICat component versions #110

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/icat_server/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

icat_server_version: '6.0.0'
icat_server_version: '6.0.1'
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 %}"
Expand Down
2 changes: 1 addition & 1 deletion roles/ids_server/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---

ids_server_version: '2.0.0-SNAPSHOT'
ids_server_version: '2.1.1'
2 changes: 1 addition & 1 deletion roles/ids_storage_file/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---

ids_storage_file_version: '1.4.3'
ids_storage_file_version: '1.4.4'
6 changes: 3 additions & 3 deletions roles/payara/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---

payara_version: '6.2023.9'
payara_version: '6.2024.10'
payara_dir: '/home/{{ payara_user }}/payara{{ payara_version }}'
payara_domain: 'domain1'
payara_domain_dir: '{{ payara_dir }}/glassfish/domains/{{ payara_domain }}'
install_mysql_connector_j: '{{ ansible_local.local.instantiations.mariadb | default(false) }}'
mysql_connector_j_version: 8.1.0
mysql_connector_j_version: 9.1.0
install_ojdbc11_jar: false
ojdbc11_jar_version: 21.11.0.0
ojdbc11_jar_version: 21.15.0.0
payara_user_local: false