one icon indicating copy to clipboard operation
one copied to clipboard

Allow front-end and node version missmatch

Open rsmontero opened this issue 3 years ago • 0 comments

Description OpenNebula incorporates an auto-updating and version system for the runtime of the hypervisors. In general, it is no needed to update the opennebula-node-* packages, or even the OS or node tools. There are two main points of friction with this approach:

  • New "sudo" commands required by the drivers, that will need an update of the opennebula sudoers files
  • New features of existing commands that are not available in older versions

Use case Easily manage large fleet of hypervisors or highly distributed environments that make difficult hypervisor maintenance.

Interface Changes None, make drivers work with above limitations

Additional Context Cross version testing is needed to be incorporated in the internal CI/QA pipeline.

Progress Status

  • [x] Code committed
  • [x] Testing - QA
  • [ ] Documentation (Release notes - resolved issues, compatibility, known issues)

rsmontero avatar Jun 29 '22 08:06 rsmontero