Retire Open OnDemand support#1370
Open
dholt wants to merge 1 commit into
Open
Conversation
dholt
force-pushed
the
dholt/retire-open-ondemand
branch
from
July 20, 2026 21:32
9c681f5 to
760acb8
Compare
dholt
marked this pull request as ready for review
July 24, 2026 19:25
michael-balint
previously approved these changes
Jul 24, 2026
Open OnDemand has been an optional, low-usage surface in DeepOps with a complicated dependency chain: a source build of the OSC ood-ansible Galaxy role, Apache/nginx reverse-proxy configuration, TurboVNC, code-server, and a Slurm linuxhost adapter. It was classified as community-supported starting with the 26.07 release. This change removes the bundled installer entirely: - Delete the roles/ood-wrapper role and playbooks/slurm-cluster/open-ondemand.yml. - Drop the Open OnDemand import and the install_open_ondemand gate from playbooks/slurm-cluster.yml. - Remove the OSC/ood-ansible dependency from roles/requirements.yml. - Remove install_open_ondemand and the related Open OnDemand variables from the example configuration and the virtual lab vars. - Replace the Open OnDemand docs and references with a short pointer to the upstream project. Sites that want Open OnDemand should install it directly from the upstream project (https://openondemand.org/) following its own installation documentation.
dholt
force-pushed
the
dholt/retire-open-ondemand
branch
from
July 24, 2026 20:24
760acb8 to
6417423
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ood-wrapperrole, the install playbook and itsslurm-cluster.ymlwiring, theOSC/ood-ansibleGalaxy dependency, allinstall_open_ondemand-family example variables, the OOD guide and screenshots, and the port/architecture references.Validation
git diff --check; YAML parse of all changed files; full role lint (0 failures);playbooks/slurm-cluster.ymlsyntax check passes with the Galaxy role uninstalled.