Skip to content

Commit

Permalink
Manage static content on Pulsar servers with a local copy of Galaxy. …
Browse files Browse the repository at this point in the history
…They get a default config but it's needed for the conditional wheels step
  • Loading branch information
natefoo committed Sep 28, 2018
1 parent 12f035a commit c7efaf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env/common/group_vars/pulsargalaxyservers.yml
Expand Up @@ -7,5 +7,5 @@ galaxy_venv_dir: "{{ galaxy_root }}/venv"
galaxy_config_file: "{{ galaxy_config_dir }}/galaxy.ini"

galaxy_config_files:
- src: files/galaxy/{{ galaxy_instance_hostname }}/config/ucsc_build_sites.txt
- src: files/galaxy/config/ucsc_build_sites.txt
dest: "{{ galaxy_config_dir }}/ucsc_build_sites.txt"
2 changes: 1 addition & 1 deletion env/common/update.yml
Expand Up @@ -58,7 +58,7 @@
roles:
- role: galaxyproject.galaxy
galaxy_manage_clone: yes
galaxy_manage_static_setup: no
galaxy_manage_static_setup: yes # config has to exist for conditional wheel fetching
galaxy_manage_mutable_setup: no
galaxy_manage_database: no
galaxy_fetch_dependencies: yes
Expand Down

0 comments on commit c7efaf2

Please sign in to comment.