-
Notifications
You must be signed in to change notification settings - Fork 8
integration of RE Galaxy #210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
group_vars/galaxyservers.yml
Outdated
| dest: "{{ galaxy_server_dir }}/static/eu_msmt_eosc.svg" | ||
| - src: files/galaxy/static/e-infra_logo.svg | ||
| dest: "{{ galaxy_server_dir }}/static/e-infra_logo.svg" | ||
| - src: files/galaxy/static/images/umbr_programs_icons/RE_header.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all RE files should go to instance-specific vars
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the images we should likely just load from a static host and link URL, not include them in Galaxy playbook
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if these images are publicly available somewhere. It's just 4 small PNGs, is that so different from some SVG logo files?
|
The way the playbook uses instantiation of galaxy templates and config files in group_vars/galaxyservers.yml is not ideal. Because it defines also configs which RE doesn't need (i.e., oidc stuff). To quickly overcome this I created empty variables in vault but it would be best to find a way how to define only common set of templates and keep the rest instance based. |
…D for RE via distributed object store
|
RE instance requires a few changes in LoginForm.vue and therefore to find out a way how to integrate these into the playbook. |
No description provided.