-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* target galaxy release_23.0 * Update test_playbook.yaml * Update requirements.yml * Update playbook.yml * Update 000_cross_env_vars * create a dbserver.yml "host" * reorganize playbook in 2 hosts dbserver and all * Update 000_cross_env_vars * Update hosts * add - 'virtualenv' in dependencies. Don't get why it's not in the GNT ansible training ! * change miniconda version ! and undo miniconda_manage_dependencies = false (commented) * switch to job_conf.yml structure * switch uptream galaxy on gunicorn.sock * Update ansible.cfg * tune group_vars galaxy and nginx * Update .gitignore * switch to ansible 3.0 and bioblend 1.2.0 * upgrade Docker role to release_23.0 and lint dev_gce * add psql user galaxy in Dockerfile * create galaxy psql db before ansible playbook * remove nginx post task and tweek ansible-playbook remove -c local from the ansible-playbook command in Dockerfile * galaxy_manage_systemd is false by default * Fixing bugged handler that crashes in docker * upgrade dev_mississippi env to release_23.0 * let job_conf.yml as is in files * Update job_conf.yml * Update galaxy.j2 * remove job_conf and update slurm group_vars * conf_job.yml Mississippi * slurm conf of Mississippi * Update mississippi_tool_list.yml * Update Mississippi hosts file * fix miniconda_channels Mississippi * nginx Mississippi configuration * Update dev_mississippi slurm group_vars * adjust Mississippi slurm group_vars * Update Mississippi job_conf.yml * create an uptime service to replace uptime supervisor * Update .gitignore * Update Conect hosts * Conect job_conf.yml * Forgot create a simlink to dbservers.yml for Mississippi So strangely enough it may be not required ! * conect template nginx/galaxy.j2 * Fix dev_mississippi welcome page * fix mississippi_dev.png target location * Update welcome page of Mississippi-2 * Update conect_tool_list.yml * Update artbio_tool_list.yml * Update ARTbio hosts It seems that there was a bug in this config with [Conect] instead of [ARTbio] ! * Update ARTbio galaxy.j2 * Update artbio.snv.jussieu.fr.crt There was a need to re-import the updated crt into this already old branch ! * Update welcome.html test fastqc under java destination * tune fastqc in Mississippi job_conf.yml * 8 workers for Mississippi ! * 8 workers for ARTbio ! * test conda 3.11 for ARTbio * Change the default destination of ARTbio to slurm cluster_1 * Change the default destination of Conect to slurm cluster_1 * Change the default destination of Mississippi[2] to slurm cluster_1
- Loading branch information
Showing
69 changed files
with
2,453 additions
and
2,021 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
[defaults] | ||
interpreter_python = /usr/bin/python3 | ||
inventory = ./environments/dev_gce/hosts | ||
retry_files_enabled = False | ||
display_skipped_hosts = False | ||
stdout_callback = community.general.yaml | ||
bin_ansible_callbacks = True # Use the stdout_callback when running ad-hoc commands. | ||
# Use the YAML callback plugin. | ||
stdout_callback = yaml | ||
# Use the stdout_callback when running ad-hoc commands. | ||
bin_ansible_callbacks = True | ||
# vault_password_file = ../ansible_vault_password | ||
|
||
# Show diffs of changes | ||
[diff] | ||
always = True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,17 @@ | ||
--- | ||
# Python 3 support | ||
pip_virtualenv_command: /usr/bin/python3 -m virtualenv | ||
pip_package: python3-pip | ||
pip_virtualenv_command: /usr/bin/python3 -m venv | ||
|
||
# PostgreSQL | ||
postgresql_objects_users: | ||
- name: galaxy | ||
postgresql_objects_databases: | ||
- name: galaxy | ||
owner: galaxy | ||
# PostgreSQL Backups | ||
postgresql_backup_dir: /data/backups | ||
postgresql_backup_local_dir: "{{ '~postgres' | expanduser }}/backups" | ||
# Common variables needed by all hosts | ||
galaxy_user_name: galaxy | ||
galaxy_db_name: galaxy | ||
|
||
# galaxy | ||
galaxy_config_perms: 0664 | ||
|
||
# when transitionning from galaxykickstart to galaxyXpand set to 'yes' | ||
galaxykickstart_to_gravity: no | ||
# galaxy (check requirement) | ||
galaxy_config_perms: 0664 | ||
|
||
# to install uptime set to 'yes' | ||
install_uptime: no | ||
|
||
# to not install postgresql set to 'no" | ||
install_postgresql: yes | ||
|
||
# to not install slurm set to 'no' | ||
install_slurm: yes |
Oops, something went wrong.