Table of Contents |
---|
...
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.
Code Block abiquo.backup.rubrik.config.path=/opt/abiquo/config/rubrik.properties
- Optionally configure other rubrik properties for nars and virtualfactory as required:
...
Code Block | ||
---|---|---|
| ||
# Log level for feign client
#abiquo.rubrikclient.feign.logger.level=INFO
# Timeout for client to connect to the Rubrik API. To disable the timeout, set the value to 0
#abiquo.rubrikclient.timeout.connectionInSeconds=300
# Timeout for client to read from Rubrik API. To disable the timeout, set the value to 0
#abiquo.rubrikclient.timeout.readInSeconds=300
# Maximum time to wait for task to finish in Rubrik API
#abiquo.rubrik.task.max.minutes=30
# Interval between checks if task is finished in Rubrik API
#abiquo.rubrik.task.period.minutes=1
# Timeout for client to connect to vCloud API. To disable the timeout, set the value to 0
#abiquo.rubrik.vcloudclient.timeout.connectionInSeconds=300
# Timeout for client to read from the vCloud API. To disable the timeout, set the value to 0
#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
# 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=
# For Abiquo 5.4.4+, with vCloud, configure each datacenter and its corresponding vCenter.
# Use the same index (integer) for a datacenter and its vCenter.
# The datacenter is the Name of an Abiquo public cloud region of the vCloud.
# To obtain the vCenter ID, obtain the Rubrik ID of a VM running on the vCenter from Rubrik.
# The format of the Rubrik ID is: VirtualMachine:::vCenterId-mobIdVM
# For example: VirtualMachine:::ee92b229-0dff-4632-b94e-eb9f581e1cff-vm-18662
# In this case, the vCenter ID is ee92b229-0dff-4632-b94e-eb9f581e1cff
#abiquo.rubrik.infrastructure.datacenter.<index>=
#abiquo.rubrik.infrastructure.vcenter.<index>=
# Deprecated property in Abiquo 5.4.4
# ID of the vCenter that Rubrik is attached to
#abiquo.rubrik.vcenter.id=
|
...