Skip to content

Commit

Permalink
Merge pull request #9 from sbesson/omeropy_uncap
Browse files Browse the repository at this point in the history
Install more recent versions of OMERO.py
  • Loading branch information
jburel authored Oct 6, 2023
2 parents adbd2c1 + 194789e commit dba0877
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ OMERO Prometheus Exporter

Configures services for exporting prometheus-compatible metrics from OMERO.server.
Uses the OMERO API, so can be run remotely from OMERO.
Requires the OMERO.server to be configured with a certificate

See https://github.com/ome/omero-prometheus-tools

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ omero_prometheus_tools_requirements:
# TODO: make the use of our non-standard wheel optional
- "{{ omero_prometheus_tools_requirements_ice_package[ansible_os_family] |
default('zeroc-ice')}}"
- omero-py==5.6.0
- omero-py>=5.13.0
- "omero-prometheus-tools=={{ omero_prometheus_tools_version }}"
1 change: 1 addition & 0 deletions molecule/default/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
databases: [omero]

- role: ome.omero_server
omero_server_selfsigned_certificates: true

- role: ome.omero_prometheus_exporter
omero_prometheus_exporter_omero_user: root
Expand Down

0 comments on commit dba0877

Please sign in to comment.