-
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
Rewrite playbooks and vars to work with new omero-* roles (IDR-0.3.5) #15
Conversation
This is in the IDR openmicroscopy source tree ome/openmicroscopy#4989
Is this what was deployed as test35? |
After a "yes" in slack: looking at the server, the results of these changes seems quite sane. There are a few questions in terms of naming, etc. to go through, but the basic goal of a tidied-up installation seems to be achieved. |
All boxes are checked. This should be good for a requirements bump. |
Bumped, waiting for travis. |
Merging with travis green. Will handle final version bumps in gh-16 |
This mostly involves renaming variables or changing their type (e.g. list/dict). In addition I've removed
IDR-OMERO-52-omero.j2
and put those variables intogroup_vars/omero-hosts
. Many of these variables are of json type, and the new omero roles allow autoconversion of YAML lists/dicts into json config strings. This should be easier to maintain.--depends-on (may require a tag)
Other than that there should be no difference from the previous version. OMERO.server and OMERO.web are still on the same host, future PRs may involve changing this.