Skip to content

Commit

Permalink
disables reports, flower, telegraf by default and for usegalaxy.cz; e…
Browse files Browse the repository at this point in the history
…xtends rabbitmq container pause
  • Loading branch information
martindemko committed Jan 23, 2025
1 parent b126709 commit 5e12516
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 3 additions & 1 deletion group_vars/galaxyservers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ galaxy_config:
- job-handlers
- workflow-schedulers
reports:
enable: true
enable: false
url_prefix: /reports
bind: "unix:{{ galaxy_root }}/var/reports.sock"
config_file: "{{ galaxy_config_dir }}/reports.yml"
Expand Down Expand Up @@ -336,6 +336,8 @@ rabbitmq_plugins:
rabbitmq_conf_ssl_certificate: /etc/ssl/certs/fullchain.pem
rabbitmq_conf_ssl_certificate_key: /etc/ssl/user/privkey-999:999.pem

rabbitmq_container_pause: 60

rabbitmq_config:
listeners:
tcp: none
Expand Down
13 changes: 7 additions & 6 deletions host_vars/usegalaxy.cz/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ galaxy_mutable_data_dir: /rbd/data
galaxy_commit_id: release_23.0
galaxy_build_client: false

enable_flower: yes
enable_telegraf: yes
copy_tools_from: usegalaxy.eu
csnt_log_level: DEBUG

enable_flower: no
enable_telegraf: no

miniconda_version: 24.11.1

Expand All @@ -22,6 +25,8 @@ pulsar:
pbs_queue: galaxycz
pbs_gpu_queue: galaxy_gpu

pulsar_data_dir: "/storage/{{ pulsar.nfs_home }}/home/{{ pulsar.user_name }}/{{ pulsar.nfs_prefix }}"

galaxy_config_files:
- src: files/galaxy/themes.yml
dest: "{{ galaxy_config.galaxy.themes_config_file }}"
Expand All @@ -31,7 +36,3 @@ galaxy_config_files:
dest: "{{ galaxy_config.galaxy.tool_config_file[0] }}"
- src: files/galaxy/config/oidc_config.xml
dest: "{{ galaxy_config_dir }}/oidc_config.xml"

pulsar_data_dir: "/storage/{{ pulsar.nfs_home }}/home/{{ pulsar.user_name }}/{{ pulsar.nfs_prefix }}"

#copy_tools_from: usegalaxy.eu

0 comments on commit 5e12516

Please sign in to comment.