Skip to content

Commit

Permalink
Merge pull request #58 from grycap/24_01
Browse files Browse the repository at this point in the history
Add more vars
  • Loading branch information
micafer authored Dec 3, 2024
2 parents 554ddb2 + 2b34ba8 commit 8b30ef9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ galaxy_slurm_server_name: slurmserver
galaxy_export_dir: /mnt/export
# Version of the Galaxy portal docker image to use
galaxy_image_version: "24.1"
# Service to disable in the Galaxy portal
galaxy_nonuse: "reports,slurmctld,slurmd,nodejs,condor,proftp,flower"
# Brand of the Galaxy portal
galaxy_brand: "Galaxy"
# ENV variables for the Docker Galaxy
galaxy_docker_env_vars:
USE_HTTPS: "True"
GALAXY_CONFIG_BRAND: "Galaxy"
NONUSE: "reports,slurmd,slurmctld,nodejs,condor,proftp,flower"
GALAXY_CONFIG_BRAND: "{{galaxy_brand}}"
NONUSE: "{{galaxy_nonuse}}"
GALAXY_LOGGING: "full"
DOCKER_PARENT: "True"
GALAXY_CONFIG_HOST: "0.0.0.0"
Expand All @@ -44,7 +48,6 @@ galaxy_docker_env_vars:

# ENV variables for the Docker Galaxy in case of using slurm
slurm_galaxy_docker_env_vars:
NONUSE: "reports,slurmctld,slurmd,nodejs,condor,proftp,flower"
GALAXY_DESTINATIONS_DEFAULT: "slurm_cluster"
GALAXY_RUNNERS_ENABLE_SLURM: "True"

Expand Down

0 comments on commit 8b30ef9

Please sign in to comment.