Skip to content
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

Mapr deprecation #441

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
8 changes: 4 additions & 4 deletions ansible/group_vars/omero-hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,15 +240,15 @@ omero_web_config_set:
# Plugins and additional web configuration

omero_web_apps_packages:
- omero-mapr==0.5.2
- omero-iviewer==0.14.0
- idr-gallery==3.11.0
- omero-mapr==0.5.3
- omero-iviewer==0.15.0
- idr-gallery==3.12.1
- omero-figure==6.2.0
omero_web_apps_names:
- omero_mapr
- omero_iviewer
- idr_gallery
- omero_figure
- omero_mapr

omero_web_apps_top_links:
- label: Studies
Expand Down
16 changes: 3 additions & 13 deletions ansible/group_vars/proxy-hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ _nginx_proxy_backends_omero:
cache_validity: 1d
maintenance_flag: "{{ omero_maintenance_flag }}"
maintenance_uri: "{{ omero_maintenance_uri }}"
- name: omeromapr
location: ~ /mapr/*
server: http://omeroreadonly
cache_validity: 180d
maintenance_flag: "{{ omero_maintenance_flag }}"
maintenance_uri: "{{ omero_maintenance_uri }}"
- name: omerostatic
location: ~ /static/*
server: http://omeroreadonly
Expand Down Expand Up @@ -145,7 +139,7 @@ nginx_proxy_cache_match_uri:
- '"~web(client|gateway)/get_thumbnail*"'
- '"~(webclient/)?api/*"'
- '"~static/*"'
- '"~mapr/*"'
# - '"~mapr/*"'
- '"~gallery-api/*"'
- '"~webclient/img_detail/*"'
- '"~iviewer/*"'
Expand Down Expand Up @@ -192,12 +186,6 @@ nginx_proxy_caches:
inactive: 180d
match:
- '"~(webclient/)?api/*"'
- name: omeromapr
maxsize: 5g
keysize: 100m
inactive: 180d
match:
- '"~mapr/*"'
- name: omeroviewers # Metadata for viewers and related UI
maxsize: 1g
keysize: 1m
Expand Down Expand Up @@ -277,6 +265,8 @@ nginx_proxy_direct_locations:
alias: /srv/www/letsencrypt/challenge
- location: "= /submitter-survey"
redirect302: https://forms.gle/beR4vqLrgLgRzgSX9
- location: "~ ^/mapr/api/(?!config).*($|/)"
redirect302: /searchengine/apidocs/


# CORS: basically allow any cross-site since this is public read-only
Expand Down
Loading