HewlettPackard / POSH-HPEOneView

PowerShell language bindings library for HPE OneView.
http://hewlettpackard.github.io/POSH-HPEOneView/
125 stars 52 forks source link

Feature parity between HPE OneView 5.50 automatic retrieval of Host SSH Key and Set-OVAutomaticBackupConfig which requires the HostSSHKey parameter #519

Closed erikgraa closed 3 years ago

erikgraa commented 3 years ago

Summary of the new feature/enhancement

Set-OVAutomaticBackupConfig requires that the Host SSH Key is input whereas the HPE OneView 5.50.00 UI will retrieve it for you automatically

Feature parity would be nice in such a way that the parameter is recommended, but optional

ChrisLynchHPE commented 3 years ago

I'm about to publish an update to the 5.50 library. The other versions will follow later this week.

erikgraa commented 3 years ago

I tried the enhanced Cmdlet today unsuccessfully, but haven't been able to troubleshoot yet. Will let you know in a bit.

The error was:

image

erikgraa commented 3 years ago

The above error was related to a firewall opening. I can confirm the enhanced functionality works as intended!

erikgraa commented 3 years ago

Addendum: Are you in touch with the people in HPE working on Global Dashboard? It would be nice if automatic SSH key retrieval were possible in the UI. The Automatic Backup Configuration UI in Global Dashboard also forces you to input a backup directory (i.e. backing up to the designated root folder for a user isn't possible as it is in OneView)

Is an official HPE OneView Global Dashboard PowerShell Library in the works by the way?

ChrisLynchHPE commented 3 years ago

I will let the OVGD PM know about the request to pull SSH/SFTP public keys like OV does.

As for an OVGD PowerShell library, unfortunately, we don't have one today.

ChrisLynchHPE commented 3 years ago

This is now addressed in the following releases:

Closing.