Skip to content

Commit

Permalink
merge develop -Dorg -Ssuccess-only: PR 6395 (Update IceGrid templates…
Browse files Browse the repository at this point in the history
… to make the OMERO.tables module configurable)
  • Loading branch information
snoopycrimecop committed Jul 12, 2024
2 parents 38cfe99 + 89a9772 commit 7c0d788
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion etc/omero.properties
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,9 @@ omero.server.nodedescriptors=
#############################################
_omero.glacier2.IceSSL.Ciphers.darwin=(AES)


## (For documentation only)
# Name of the Python module to use when starting the Tables service
omero.tables.module=runTables

#############################################
## Server product name for release artifacts
Expand Down
1 change: 1 addition & 0 deletions etc/templates/grid/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<variable name="ROUTERPORT" value="@omero.ports.prefix@@omero.ports.ssl@"/>
<variable name="INSECUREROUTER" value="OMERO.Glacier2/router:tcp -p @omero.ports.prefix@@omero.ports.tcp@ -h @omero.host@"/>
<variable name="SEP" value=":"/>
<variable name="TABLES_MODULE" value="@omero.tables.module@"/>

<properties id="Profile">
<!--
Expand Down
2 changes: 1 addition & 1 deletion etc/templates/grid/templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
<parameter name="exe" default="${PYTHON}"/>
<server id="Tables-${index}" exe="${exe}" activation="always" pwd="${OMERO_HOME}">
<option>-m</option>
<option>runTables</option>
<option>${TABLES_MODULE}</option>
<adapter name="TablesAdapter" endpoints="tcp">
<object identity="Tables-${index}" type="::omero::grid::Tables"/>
</adapter>
Expand Down

0 comments on commit 7c0d788

Please sign in to comment.