Red Hat Virtualization UI Plugin
Last updated
Last updated
Integration with the Red Hat Virtualization interface allows administrators to perform most of the basic operations without logging into the vProtect dashboard.
After installation (which is described at the end of this article) you will see a new tab "VM Backups" in the RHV menu.
As usual, it contains a short summary of the environment along with a handful of statistics.
You can also see the data summary of the backup destination.
This tab shows all inventoried virtual machines in your RHV environment. In addition, you can also perform a basic backup or restore operations.
But that's not all, you can also go into the details of the virtual machine by clicking on its name:
Backup window view:
Basic information about current tasks performed by vProtect.
Allows you to create policies for VM's backups and snapshot. These basically have the same functionalities as vProtect WebUI.
As with the policies tab, it allows you to create schedules for the created rules.
Finally, you can also browse your mounted backups from the RHV dashboard. You only need to enter the backup details using the menu on the right.
From here we can see the basic information about the backup and start browsing the files using the "Browse" button on the right.
Just select a folder or file and then click on the "download selected" button to have the files on your computer.
You can find the add-on in the GitHub repository. Follow the instructions in the README to build or the download plugin. Then extract the provided archive to your RHV manager.
In the file vprotect.json
edit the lines in the config part:
vProtectURL
- the URL to vProtect API
username
- the name of the administrator in vProtect
password
- the administrator password in vProtect
Example:
Put the vprotect.json
file and vprotect-resources
directory in the /usr/share/ovirt-engine/ui-plugins
directory in the RHV engine.