Feature #12240
openSupport Host objects other than Host::Managed
Description
Implementations specific to signatures of Host::Managed should be broken out to a separate concern or gated by respond_to? (e.g. for the remote execution interface), so we're generic enough to be able to use remote execution on future objects like Host::Discovered.
Updated by Konstantin Orekhov over 8 years ago
Would love to use RemoteExec on discovered hosts for HW life-cycle management tasks - FW updates, RAID and/or BIOS config, etc.
Updated by Konstantin Orekhov about 8 years ago
Any updates/plans to implement this?
Updated by Ivan Necas about 8 years ago
- Target version set to 113
I'm putting it on our backlog, we will see how that competes with other tasks we need to do,
but based on the votes + relatively low amount of work, we should be able to find time
for this.
Updated by Konstantin Orekhov about 8 years ago
Any updates on a fate of this feature, by any chance?
Updated by Konstantin Orekhov almost 8 years ago
Anything new on this item, folks?
Updated by Lukas Zapletal over 7 years ago
In regard to discovered hosts, we also need to send public key via kernel command line to the host. This should be just a documentation item for now, unless you guys plan to integrate ssh keys somehow into this.
Updated by Lukas Zapletal over 7 years ago
- Related to Feature #11384: Ability to do time-based reboots added