Skip to content

Commit

Permalink
Merge branch 'release-1.8' into rc-1.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel authored Oct 11, 2023
2 parents 463e8d0 + f3691b6 commit 29e32d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/administration/configuring-yoda.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ Note: if one of these variables are different for a host then define them in the
Variable | Description
-----------|---------------------------------------------
instance | Name of Yoda instance, as defined in hosts file
yoda_version | Git branch, for example: development or release-0.9.7
yoda_version | Yoda version. Use a git branch (e.g. release-1.8) or a tag (e.g. v1.8.5)
yoda_ruleset_version | Version of the main Yoda ruleset to use. Defaults to the value of `yoda_version`.
yoda_environment | Yoda environment: development, testing, acceptance or production
yoda_portal_fqdn | Yoda Portal fully qualified domain name (FQDN)
yoda_davrods_fqdn | Yoda Davrods WebDAV fully qualified domain name (FQDN)
Expand Down
3 changes: 2 additions & 1 deletion roles/yoda_rulesets/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ irods_service_account: irods
credentials_store: /var/lib/irods/.credentials_store

# Ruleset configuration.
yoda_ruleset_version: "{{ yoda_version }}"
core_rulesets:
- name: yoda-ruleset
repo: https://github.com/UtrechtUniversity/yoda-ruleset.git
ruleset_name: rules-uu
version: "{{ yoda_version }}"
version: "{{ yoda_ruleset_version }}"
install_scripts: true
- name: core
ruleset_name: core
Expand Down
2 changes: 1 addition & 1 deletion roles/yoda_rulesets/tasks/yoda-ruleset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
ansible.builtin.file:
path: "/var/lib/irods/msiExecCmd_bin/{{ item }}"
state: absent
when: not ansible_check_mode and enable_open_search
when: not ansible_check_mode
with_items:
- enable-indexing.sh
- disable-indexing.sh
Expand Down

0 comments on commit 29e32d1

Please sign in to comment.