ome / prod-playbooks

Playbooks used by the OME team for deploying production services including OMERO
https://www.openmicroscopy.org/omero
BSD 2-Clause "Simplified" License
4 stars 19 forks source link

Disable pixelservice on demo server #365

Closed pwalczysko closed 1 year ago

pwalczysko commented 1 year ago

As discussed, disabling pixels on demo, see discussion in https://openmicroscopy.slack.com/archives/C0K5ME1EW/p1668597336544119

cc @sbesson @jburel

This was run agains demoserver successfully

omero admin diagnostics

================================================================================
OMERO Diagnostics (admin) 5.12.0
================================================================================

Commands:   java -version                  1.8.0     (/usr/bin/java)
Commands:   python -V                      3.6.8     (/opt/omero/server/venv3/bin/python -- 2 others)
Commands:   icegridnode --version          3.6.5     (/usr/bin/icegridnode)
Commands:   icegridadmin --version         3.6.5     (/usr/bin/icegridadmin)
Commands:   psql --version                 11.14     (/usr/bin/psql)
Commands:   openssl version                1.0.2     (/usr/bin/openssl)

Server:     icegridnode                    running
Server:     Blitz-0                        active (pid = 32471, enabled)
Server:     Indexer-0                      active (pid = 32485, enabled)
Server:     OMERO.Glacier2                 active (pid = 32489, enabled)
Server:     OMERO.IceStorm                 active (pid = 32504, enabled)
Server:     Processor-0                    active (pid = 32499, enabled)
Server:     Tables-0                       active (pid = 32510, ena
pwalczysko commented 1 year ago

Using a different approach in https://github.com/ome/prod-playbooks/pull/365/commits/5d33112db837595496b5d60900d2aa0db58a7ad1 to the disabling of PixelService, in line with the one taken on training servers, see https://github.com/ome/prod-playbooks/blob/d604a0c9db28c83414bd6fb0c38362b9722cf1bf/omero/training-server/playbook.yml#L502