Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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, 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. 

...

  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#narsconfiguration properties#nars
    2. Abiquo Configuration Properties#virtualfactoryconfiguration 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


...