Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 6.0.0 - release -

...

Changes to the Rubrik integration

Abiquo 5.4.4

  • The abiquo.rubrik.vcenter.id property is deprecated in Abiquo 5.4.4 and you should remove it

  • The abiquo.backup.rubrik.sla property will now replace the default Rubrik SLA domains (Gold, Silver, Bronze). From Abiquo 5.4.4+ you must define ALL the default and custom domains that you wish to use in Rubrik. See #Rubrik configuration properties reference

Abiquo 6.0.0

  • Optional, abiquo.backup.policy.sync.delay property to set on the Abiquo Server in abiquo.properties. Specify, in milliseconds, how often to run the backup policy syncronization. The default value represents 24 hours. 

...


Requirements

  • When you use Rubrik with vCloud Director
    • You must configure the endpoint in Rubrik properties
    • 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 Rubrik 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 they can request an immediate backup

...

  1. Log in to the Abiquo Remote Services server

  2. Edit the abiquo.properties file. 
  3. Set the path to the plugin properties file using the following property.

    Code Block
    abiquo.backup.rubrik.config.path=/opt/abiquo/config/rubrik.properties


  4. Optionally, configure other rubrik properties for nars and virtualfactory as required:
    1. Abiquo Configuration Properties#nars
    2. Abiquo Configuration Properties#virtualfactory
  5. Optionally, Log in to the Abiquo API Server, and configure how often to run the backup policy synchronization check

    Code Block
    # Delay between executions of the backup policy check (milliseconds).
    # The default represents 24 hours.
    #abiquo.backup.policy.sync.delay=86400000


...


Configure all backup jobs with policy codes

...