Table of Contents |
---|
Introduction
Abiquo supports version of 5.3 of Rubrik.
You can use Rubrik with:
- VMware vCloud Director
- VMware vCenter
Requirements
- When you use Rubrik with For vCloud Director, to create the Backup manager in Abiquo, you must enter Rubrik credentials and vCloud credentials separated by a hash ("#") or a custom separator configured in Abiquo properties
For Rubrik, Abiquo backup policies must have the policy Code set to a valid Rubrik SLA Domain (default or custom)
Users can add one backup policy only to a VM or request an immediate backup.
...
Code Block | ||
---|---|---|
| ||
# Log level for feign client
#abiquo.rubrikclient.feign.logger.level=INFO ???
# Timeouts for client to connect, and read from Rubrik API. To disable the timeout, set the value to 0
#abiquo.rubrikclient.timeout.connectionInSeconds=300
#abiquo.rubrikclient.timeout.readInSeconds=300
# ???
#abiquo.rubrikclient.followRedirects=false
# Time ??? to perform a task ??? in Rubrik API
#abiquo.rubrik.task.max.minutes=30
#abiquo.rubrik.task.period.minutes=1
# Timeouts for client to connect, and read from vCloud API. To disable a timeout, set the value to 0
#abiquo.rubrik.vcloudclient.timeout.connectionInSeconds=300
#abiquo.rubrik.vcloudclient.timeout.readInSeconds=300
# For vCloud, character to split user into backup system and vCloud user
#abiquo.rubrik.credentials.splitter.user=#
# For vCloud, character to split password into backup system and vCloud password
#abiquo.rubrik.credentials.splitter.pass=#
# Number of backup results
#abiquo.rubrik.clients.pagesize=50
# ??? isn't this in the backup manager
#abiquo.rubrik.vcloud.endpoint=
# In addition to the default Gold, Silver, and Bronze SLA Domains
# List of custom SLA Domains that you already configured in Rubrik
#abiquo.backup.rubrik.sla=
# ??? ID of the vCenter that Rubrik is attached to
#abiquo.rubrik.vcenter.id=
|
...
Configure Abiquo Properties
To activate the Rubrik plugin and define the location of the configuration file:
Log in to the Abiquo Remote Services server
- Edit the abiquo.properties file.
- Set the path to the plugin properties file using the following property.
...