Hi @jeff.ohrstrom , I am trying to fix the job composer problem after updated OpenOndemand to version 3.0. I have read some of the topics that I know I need to updated the rdoc to fix it. I ran gem install rdoc -v 6.3.3 to update it, so I got
[cloud-user@ondemand ~]$ gem which rdoc
/var/lib/cloud-user/.local/share/gem/ruby/gems/rdoc-6.3.3/lib/rdoc.rb
but ondemand seems still using the old one, could you please provide me with a hint what I was doing incorrectly?
I’ve reproduced this in a test environment. This had OOD v2 installed (via ood-ansible v2.0.8). Running ood-ansible v3.0.6 resulted in an error Could not find rdoc-6.3.3 in any of the sources in the job composer.
I can’t work out where the problem is here (I tracked down the requirement for this version to here, but couldn’t work out what’s driving the appropriate package install).
What I can say is that running dnf install rubygem-rdoc upgraded that package from 6.2.1.1-139.module+el8.8.0+1320+d2449f6f to 6.3.3-141.module+el8.6.0+1002+a7dba0ac and fixed the problem.
I’ll wait and see if @Kenny wants to close this as fixed, but if it helps anyone else I’m happy to grab info out of the test environment before/after upgrade from v2 to v3.