-
Notifications
You must be signed in to change notification settings - Fork 14
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
Bump zarr reader 0.5.1 #427
Conversation
This reverts commit 3876a0f.
Co-authored-by: Sébastien Besson <[email protected]>
@will-moore I would suggest to keep exactly the logic in the current playbook but change the name of the dictionary e.g. to use
and in |
@sbesson I don't see how we can have OMEZarrReader in the same list as the other dependencies since they are being loaded from different artifactories - (and the artifactory isn't specified in the list). E.g. https://artifacts.openmicroscopy.org/artifactory/ome.releases/ome/OMEZarrReader/0.5.1/OMEZarrReader-0.5.1.jar |
If you use the virtual https://artifacts.openmicroscopy.org/artifactory/maven/ome/OMEZarrReader/0.5.1/ |
72253b2
to
9e846b4
Compare
@sbesson OK thanks. Changes pushed. |
What's the plan for testing this? Deploy on a pilot or onto idr-next? |
@sbesson Does this look good now? Any way we can test it? |
Having not heard from the rest of the IDR team on this, I think the available options deployment wise are :
I would suggest we make use the upcoming Monday meeting to make the decision |
Seb has deployed this on idr-next for testing... Viewing in webclient to trigger memo generation, then viewing an image from first plate:
|
To be specific, I deployed the combination of #427, #424 and #423 against The error above suggests we are missing the |
@sbesson Sorry, I'm not sure where/how to "update this PR to bump the role version". |
We still have this in
Is that what you meant? |
These are two independent versions. #420 (comment) is referring to the version of the Ansible role as the |
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.
Executed the idr-01-install-idr.yml
playbook with the latest changes against the test122b
environment
TASK [ome.omero_server : server package | install redhat blosc] ************************************************************************************
changed: [test122b-omeroreadwrite]
...
TASK [ome.omero_server : server package | install redhat blosc] ************************************************************************************
changed: [test122b-omeroreadonly-1]
changed: [test122b-omeroreadonly-4]
changed: [test122b-omeroreadonly-3]
changed: [test122b-omeroreadonly-2]
PLAY RECAP *****************************************************************************************************************************************
test122b-database : ok=46 changed=0 unreachable=0 failed=0 skipped=22 rescued=0 ignored=0
test122b-management : ok=15 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0
test122b-omeroreadonly-1 : ok=150 changed=6 unreachable=0 failed=0 skipped=48 rescued=0 ignored=0
test122b-omeroreadonly-2 : ok=150 changed=6 unreachable=0 failed=0 skipped=48 rescued=0 ignored=0
test122b-omeroreadonly-3 : ok=150 changed=6 unreachable=0 failed=0 skipped=48 rescued=0 ignored=0
test122b-omeroreadonly-4 : ok=150 changed=6 unreachable=0 failed=0 skipped=48 rescued=0 ignored=0
test122b-omeroreadwrite : ok=145 changed=1 unreachable=0 failed=0 skipped=47 rescued=0 ignored=0
test122b-proxy : ok=81 changed=0 unreachable=0 failed=0 skipped=22 rescued=0 ignored=0
test122b-searchengine : ok=23 changed=0 unreachable=0 failed=0 skipped=5 rescued=0 ignored=0
From a deployment perspective, the proposed changes make sense. Once tested functionally, we should be able to use this to create prod122
.
@sbesson I don't know if this is expected to be fixed now, but I'm still seeing Blosc errors on |
Definitely not expected but one thing that comes to mind is that the playbook didn't restart the |
Great - yes that fixed it, Thanks. I didn't need to do that on e.g. |
These might have been restarted as per the
Yes exactly. |
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.
This is working for me now, allowing viewing of NGFF data on idr-next.
Can't approve my own PR but 👍
NB: this is on top of @dominikl's PR: #420 following the discussion there, particularly #420 (comment)
@sbesson: I have added the list of jars under
omero_client_jars
but as I understand it, this will attempt to load those jars from the OME artifactory, not from maven central?I added a variable
maven_central_baseurl: "https://repo1.maven.org/maven2"
and I should probably list the jars under a different variable likeomero_client_maven_jars
but I don't know where to update the logic that would consume that list.cc @dominikl @jburel