Skip to content

Commit ed5df30

Browse files
authored
Merge pull request #284 from CESNET/fix-umsa-short-term-web-storage
fixes path to short_term_web_storage
2 parents 18d2672 + e1aa325 commit ed5df30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

host_vars/galaxy-umsa.grid.cesnet.cz/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ galaxy_build_client: false
88

99
csnt_log_level: DEBUG
1010
csnt_enable_notification_system: true
11-
csnt_short_term_storage_dir: /rbd/data/short_term_web_storage
11+
csnt_short_term_storage_dir: "{{ galaxy_mutable_data_dir }}/short_term_web_storage"
1212
csnt_registered_user_jobs_limit: 100
1313
csnt_tool_config_file:
1414
- "{{ galaxy_config_dir }}/tool_conf.xml"

host_vars/usegalaxy.cz/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ galaxy_build_client: false
1212

1313
csnt_log_level: DEBUG
1414
csnt_enable_notification_system: true
15-
csnt_short_term_storage_dir: /rbd/data/short_term_web_storage
15+
csnt_short_term_storage_dir: "{{ galaxy_mutable_data_dir }}/short_term_web_storage"
1616
csnt_edam_panel_views: operations,topics
1717
csnt_default_panel_view: all_tools
1818
enable_tiaas: true

0 commit comments

Comments
 (0)