Skip to content

Commit

Permalink
Fix of cvmfs, apptainer
Browse files Browse the repository at this point in the history
  • Loading branch information
mirelaminkova committed Oct 16, 2024
1 parent ca7e33f commit 98c0d1d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion tasks/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
until: "galaxy_service_live.status == 200"
retries: 30
delay: 10 # check every 10 seconds for a maximum of 5 minutes

- name: Get user defined tools and workflows from a custom git repo
when: _galaxy_custom_repo | length > 0
block:
Expand Down
2 changes: 1 addition & 1 deletion vars/interactive_tools_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gie_proxy_path_prefix: /interactivetool/ep
gie_proxy_port: 4002

#CVMFS vars
cvfms_role: client
cvmfs_role: client
galaxy_cvmfs_repos_enabled: true
cvmfs_quota_limit: 8000
# override the default
Expand Down
2 changes: 1 addition & 1 deletion vars/src_galaxy_vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Variables derived from component parameters in ResearchCLoud

_galaxy_bootstrap: "{{ _molecule_idempotence | ternary(false, src_galaxy_bootstrap | default(true, true) | bool ) }}"
_galaxy_bootstrap: "{{ _molecule_idempotence | ternary(false, src_galaxy_bootstrap | default(false, false) | bool ) }}"
_galaxy_ibridges_enabled: "{{ src_ibridges | default(true, true) | bool }}"
_galaxy_default_tool_files:
- path: tools/ibridges.yml
Expand Down

0 comments on commit 98c0d1d

Please sign in to comment.