Versions Compared

Key

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


Table of Contents
maxLevel1
exclude^3|^4
typeflat

...

titleClick here to show/hide changes to properties in versions prior to 5.0.0

3.8.x

...

titleClick here to show/hide properties changes in 3.8.x

...

...

...

...

...

3.8.0

...

abiquo.esxi.datastoreVmFile

...

The datastore to hold the VM definition file when deploying VMs with only volumes attached. If there are standard disks, use the datastore of one of these disks, otherwise use the property. The default value is defined by 'abiquo.esxi.datastoreRdm'.

...

...

abiquo.monitoring.enabled

...

Enable/disable monitoring, alarms and alerts
Default: false

...

...

...

abiquo.neutron.external-net

...

Name of the gateway network in Neutron where routers will be connected. This network is the one that connects the Neutron internal networks to the world.
Default: abq-external

...

...

abiquo.neutron.region

...

The region that configures the Neutron endpoint in the Keystone installation. By default Abiquo will use the value of the 'abiquo.datacenter.id' property.

...

...

abiquo.neutron.reserved-ips

...

Number of IP addresses that are reserved for Neutron in each network. For each network, Neutron needs at least: one address for the DHCP agent, one for the network gateway, one for the network router, and one for each load balancer. This has to be taken into account when planning the number of IPs reserved for Neutron, as it will determine the total number of load balancers that users will be able to create in each network.
Default: 20

...

...

abiquo.neutron.vlan-physical-net

...

Name of the physical network in Neutron where the VLANs created from Abiquo will be attached.
Default: abq-vlans

...

...

abiquo.vappspec.retrydelayms

...

Milliseconds to wait before retrying a virtual appliance spec materialization in the same virtual datacenter.
Default: 15000

...

...

abiquo.vappspecpool

...

Number of concurrent virtual appliance spec materialization operations at a given time (not in the same virtual datacenter).
Default: 3

...

...

abiquo.watchtower.host

...

Address where watchtower is located for monitoring use
Default: 127.0.0.1

...

...

...

abiquo.watchtower.port

...

Port where watchtower is listening for monitoring use
Default: 36638

...

...

...

abiquo.rabbitmq.username

...

RabbitMQ username
Default: abiquo

...

...

...

...

abiquo.rabbitmq.password

...

RabbitMQ password
Default: abiquo

...

...

...

...

Disk format type for instances taken in virtual datacenters for each hypervisor plugin (HV). Set to empty with no value to avoid any additional conversion (use the instance operation result format).

There is no default value for Hyper-V so that the result format will be the same as the original template (VHD or VHDX)

...

...

...

...

3.8.1

...

3.8.2

...

abiquo.nsx.edge.cluster-id

...

vCenter cluster where the Edge appliances will be deployed.

...

...

abiquo.nsx.edge.datastore-id

...

vCenter datastore where the Edge appliances will be deployed.

...

...

abiquo.nsx.edge.dvportgroup-id

...

vCenter distributed port where the uplink interfaces of the Edges will be attached.

...

...

abiquo.nsx.edge.public-network-cidr

...

Configure primary addresses of Edge uplink interfaces from this pool.

...

...

abiquo.nsx.load-balancer-reserved-ips

...

Number of IP addresses that are reserved for NSX in each private network to allocate to load balancers.
Default: 20

...

...

abiquo.nsx.transport-zone

...

The transport zone that logical switches will be connected to.

...

...

  • cpu
  • cpu-mz
  • cpu-time
  • memory
  • memory-swap
  • memory-swap2
  • memory-vmmemctl
  • memory-physical
  • memory-host
  • disk-latency
  • uptime

...

To prevent Abiquo from retrieving metrics, set the property to false for each ESXi metric (METRIC) you do not wish to retrieve. After you change these properties, restart the Monitor Manager (VSM) remote service for the properties to take effect.
Default: true
Range: true,false

In version 3.8 and 3.8.1, the name of these properties was "esx" instead of "esxi"

...

Image Removed

...

3.8.3

...

abiquo.nsx.connection-timeout-ms

...

Timeout to establish connections to the NSX manager in milliseconds. A value of 0 means no timeout.
Default: 0

...

...

abiquo.nsx.read-timeout-ms

...

Timeout to complete connections to the NSX manager in milliseconds. A value of 0 means no timeout.
Default: 0

...

...

abiquo.nsx.use-edge-dhcp

...

Configure DHCP in Edge only for selected network types. The default is all network types (comma separated values).
Default: internal, external, public, unmanaged

...

...

abiquo.dvs.enabled

...

Enable DVS. Note that the vCenter login and password can be used when DVS is disabled
Default: true

...

...

3.8.4/5

...

abiquo.storage.forcesamecontrollertype

...

...

3.8.6

...

abiquo.auth.module

...

Whether Abiquo will authenticate against: database, database and LDAP/Active Directory, or OpenID
Default: abiquo
Range: abiquo, ldap, openid
Added openid type

...

...

abiquo.openid.authorization.endpoint

...

The OpenID Connect authorization endpoint. This endpoint must be accessible from the user's browser

...

...

abiquo.openid.client.id

...

The ID of the client that has been registered in the OpenID Connect server for the Abiquo platform.

...

...

abiquo.openid.client.name

...

The name of the client that has been registered in the OpenID Connect server for the Abiquo platform.

...

...

abiquo.openid.client.redirect-uris

...

Comma separated list of allowed redirect (callback) URIs used during the authentication flow. Must be: http://<api endpoint>/api/openid_connect_login

...

...

abiquo.openid.client.scopes

...

Comma separated list of scopes to request during authentication. Must have, at least: openid,profile,email.

...

...

abiquo.openid.client.secret

...

The secret of the client that has been registered in the OpenID Connect server for the Abiquo platform.

...

...

abiquo.openid.endsession.endpoint

...

(Optional) If configured, Abiquo will attempt to perform a global logout by performing a request to this endpoint. This is part of the Session Management optional spec. This endpoint must be accessible from the user's browser

...

...

abiquo.openid.enterprise-claim

...

The name of the claim returned by the authorization server that contains the names used to map the Abiquo enterprise where the user belongs.

...

...

abiquo.openid.enterprise-property

...

(Optional) If present, Abiquo will try to find an enterprise that has a property with the name configured in this Abiquo property, and use its value to match the "enterprise claim" when resolving the user's enterprise. If absent, Abiquo will just look for an enterprise with the name returned in the "enterprise claim".

...

...

abiquo.openid.issuer

...

The OpenID Connect authorization issuer.

...

...

abiquo.openid.role-claim

...

The name of the claim returned by the authorization server that contains the names used to map the user permissions to an Abiquo role.

...

...

abiquo.openid.target

...

The URL where the user will be redirected from the OpenID connect server upon successful authentication. Something like http://<abiquo ui host>/ui/#/dashboard

...

...

abiquo.openid.jwks.endpoint

...

The OpenID Connect JWKS endpoint. This endpoint must be accessible from the Abiquo server

...

...

abiquo.openid.token.endpoint

...

The OpenID Connect token endpoint. This endpoint must be accessible from the Abiquo server

...

...

abiquo.openid.userinfo.endpoint

...

The OpenID Connect user info endpoint. This endpoint must be accessible from the Abiquo server

...

3.10.x

...

titleClick here to show/hide properties changes in 3.10.x

...

...

...

...

...

3.10.0

...

abiquo.vsm.pollingfrequency.azurecompute-arm

...

The delay between VSM polling of virtual machines in milliseconds for each public cloud plugin (PC).
Default: 300000

...

...

abiquo.pcr.template.check.delay

...

Delay between executions of the public cloud provider templates check (milliseconds). Default is 12 hours
Default: 43200000

...

...

abiquo.vsm.pollingfrequency.hpcloud-compute

...

The delay between VSM polling of virtual machines in milliseconds for each public cloud plugin (PC).

...

...

abiquo.openstack.autoAllocateFloatingIps

...

If true, enable automatic Floating IP allocation. This property configures how public IP addresses are assigned to the virtual machines deployed in OpenStack clouds. If the virtual machines are not directly attached to a public network, enabling this property will automatically allocate a floating IP for the virtual machines. If virtual machines are deployed and attached directly to a public network, then this property should be set to false.

...

...

abiquo.openstack.autoGenerateKeyPairs

...

If true, enable automatic generation of key pairs. This will make sure that the owner of the virtual machines will have SSH access to the deployed virtual machines.

...

...

abiquo.server.sessionTimeout

...

Time the server waits before marking a client session as expired (minutes).

...

...

3.10.1

...

3.10.2

...

abiquo.pluginmetadata.{HV}.baseDiskFormatType

  • vmx_04
  • kvm
  • hyperv_301
  • oracle_vm
  • xenserver

...

Override default plugin metadata to update the preferred format when requesting compatible conversions. This format should be included in the 'compatibleDiskFormatTypes' list. Allowed values: any DiskFormatType; For more information and default values. See Template Compatibility Table.
Default: VMDK_FLAT

...

...

abiquo.pluginmetadata.{HV}.compatibleDiskFormatTypes

  • vmx_04
  • kvm
  • hyperv_301
  • oracle_vm
  • xenserver

...

Override default plugin metadata to update the list of compatible formats. Allowed values: any DiskFormatType. List of comma separated values, should contain 'baseDiskFormatType'. See Template Compatibility Table.
Default: VMDK_FLAT,VMDK_SPARSE 

...

...

abiquo.pluginmetadata.{HV}.diskControllers

  • vmx_04
  • kvm
  • hyperv_301
  • oracle_vm
  • xenserver

...

Override default plugin metadata to update the compatible controller. Allowed values: any DiskControllerType. List of comma separated values; first is used as default. Possible values are SCSI, IDE, VIRTIO
Default: SCSI,IDE 

...

...

3.10.3

...

Image Removed

...

Image Removed

...

3.10.4

...

com.abiquo.esxi.disk.enableuuid

...

Present Disk UUID as SCSI serial number in the guest OS
Default: true

...

...

...

Image Removed

...

...

Image Removed

...

...

Polling interval for checking if guest tools is up and running after power on. The default value is 10 seconds
Default: 10000

...

...

Time to wait for guest tools to get up and running after power on. The default value is 15 minutes
Default: 90000

...

...

Optional path to custom unattend file on the Remote Services server. Abiquo will replace the variables $adminPassword and $hostName
Default: /opt/abiquo/config/my_unattend.xml

...

...

3.10.5

...

abiquo.mail.charset

...

Character set to be used in email notifications
Default: UTF-8

...

...

3.10.6

...

com.abiquo.esxi.experimental.customize.waitpassword.periodms

...

Prevent the user from logging in before the guest customizations have applied the password. Wait in milliseconds between checks for the password set by guest customizations
Default: 10000

...

...

Timeout in milliseconds for checks for the password set by guest customizations. The default value of 0 means that the timeout is not activated. To activate it set a value, such as 9000000 ms (15 minutes)

...

...

Whether the platform should avoid swap or not.
Default: false

...

...

Set virtual machine memory reservation.
Default: 0

...

...

3.10.7

...

abiquo.openid.client.scopes

...

Comma separated list of scopes to request during authentication. Must have, at least: openid,profile,email.
Abiquo 3.10.7 added support for phone

...

4.0.x

...

titleClick here to show/hide properties changes in 4.0.x

...

...

...

...

...

4.0.0

...

abiquo.amazon.public.subnet.mask

...

Mask to use when creating the public subnet in AWS to configure the nating
Default: 24

...

...

abiquo.backup.{BACKUP-PLUGIN}.config.path

    • avamar
    • veeam

...

This property indicates where the backup plugin configuration file is located for each backup plugin (BACKUP-PLUGIN}. This property is only required in the remote services that use the plugin: virtual-factory, cloud-provider-proxy
Default:

    • avamar = /opt/abiquo/config/avamar.properties
    • veeam = /opt/abiquo/config/veeam.properties

...

...

abiquo.vcd.reserved-ips

...

Number of IP addresses that are reserved for vCloudDirector in each private network to allocate to load balancers.
Default: 20

...

...

abiquo.virtualfactory.backup.openSession

...

Maximum number of simultaneous operations on a single backup manager
Default: 2

...

...

abiquo.virtualfactory.device.openSession

...

Maximum number of simultaneous operations on a single device
Default: 2

...

...

abiquo.vsm.vmsyncfrequency.vcd

...

The delay between virtual machine synchronizer operations in milliseconds. for each hypervisor or public cloud plugin (PLUGIN)
Default: 180000

...

...

abiquo.vcenter.port.connection

...

Port for connection to vCenter (only used in NSX)
Default: 443

...

...

abiquo.PROVIDERNAME.defaultprofiles

...

Used to create an allowlist for groups of hardware profiles, for example, abiquo.amazon.defaultprofiles=t1.micro,c4.small

Abiquo v4.0+ manages hardware profiles on the Hardware profiles tab in Infrastructure view, so Abiquo v4.0+ will ignore these properties.

During the upgrade process to v4.0, Abiquo will retrieve the profiles previously on the allowlist for the cloud provider from the Abiquo database and create them in Abiquo, and make them available to all enterprises with credentials for a public cloud provider.

When the Administrator synchronizes hardware profiles in Infrastructure view, ALL hardware profiles will be obtained from the cloud provider and created as active profiles in Abiquo. The administrator can then control the profiles available to each enterprise and recommended profiles for each virtual machine template

Note: This property was previously documented in the Abiquo 3.10 wiki in Control hardware profiles in public cloud.

...

4.0.1

...

abiquo.virtualfactory.azurecompute-arm.maxconcurrentupdates

...

The maximum number of concurrent updates to a virtual machine in Azure ARM.
Default: 5

...

...

abiquo.dvs.portgroup.maxsize

...

Number of available ports in each port group.

...

...

abiquo.dvs.vcenter.password

...

Password of the vCenter account

...

...

abiquo.dvs.vcenter.user

...

User of the vCenter user account

...

...

4.0.2

...

abiquo.backup.check.delay

...

Delay between executions of the backup results check (milliseconds). Default is 10 minutes
Default: 600000
Default changed form 43,200,000 ms

...

...

Disk format type for instances taken in virtual datacenters for each hypervisor plugin (HV). Set to empty with no value to avoid any additional conversion (use the instance operation result format).
Defaults: esx = vmdk_sparse

...

...

abiquo.m.instanceid

...

NOTE: You must set a unique value for each instance of the outbound API, which includes each member of the same cluster of M nodes or the platform will not run (minus)
Unique name for an M instance. All M instances must set this property to a unique name. The name must be unique even between the members of the same cluster of M nodes.

...

...

abiquo.rabbitmq.addresses

...

NOTE: Replaces the abiquo.rabbitmq.host and abiquo.rabbitmq.port. You MUST define this comma-separated list with the host:port value for each RabbitMQ server or the platform will not run (minus)
For your RabbitMQ server(s), an obligatory list of host:port values, separated by commas. Replaces the separate address and port properties that are now deprecated
Default: localhost:5672

...

...

...

...

...

For each SMTP property available in Java Mail (see the full reference here:
https://javaee.github.io/javamail/docs/api/com/sun/mail/smtp/package-summary.html) you can define an Abiquo propery to configure it by adding the 'abiquo.server.mail.extra.' prefix. For example, you could configure the 'mail.smtp.quitwait' by setting the following property: abiquo.server.mail.extra.mail.smtp.quitwait = false

...

...

...

...

...

abiquo.virtualfactory.azurecompute-arm.maxconcurrentupdates

...

The maximum number of concurrent updates to a virtual machine in Azure ARM.
Default: 5

...

...

abiquo.vsm.actor.creation.delay.esx

...

The delay in milliseconds added between the creation of actors on VSM startup for each hypervisor or public cloud plugin (PLUGIN).
Default: 0

...

...

abiquo.vsm.hostsyncfrequency.{HV}

    • vmx_04
    • esx
    • kvm
    • hyperv_301
    • oracle_vm
    • xenserver
    • vcd

...

Time between executions of infrastructure check in milliseconds
Default: 300000

...

...

abiquo.vsm.pollingfrequency.packet

...

The delay between VSM polling of virtual machines in milliseconds for each public cloud plugin (PC).
Default: 300000

...

...

abiquo.vsm.pollingfrequency.esx

...

The delay between VSM polling of virtual machines in milliseconds for each hypervisor (HV).
Default: 300000

...

...

abiquo.vsm.vmsyncfrequency.esx

...

The delay between virtual machine synchronizer operations in milliseconds. for each hypervisor or public cloud plugin (PLUGIN)
Default: 180000

...

...

abiquo.auth.module

...

Whether Abiquo will authenticate via: database; database and LDAP/Active Directory; or OpenID.
Default: abiquo
Range: abiquo, ldap, openid
Added openid

...

...

abiquo.rabbitmq.host

...

Address where RabbitMQ is located

...

...

...

...

abiquo.rabbitmq.port

...

RabbitMQ password

...

...

...

...

...

...

...

...

...

4.0.4

...

4.2.x

...

titleClick here to show/hide properties changes in 4.2.x

...

...

...

...

...

4.2.0

...

abiquo.capturedhcp

...

Update DHCP during virtual machine capture
Default: false

...

...

abiquo.monitoring.max.statistic.period.days

...

Maximium period in days for statistical metrics queries through the API
Default: 7

...

...

abiquo.nsx.edge.datastore-policy

...

Allocation policy for selection of datastores to deploy Edge appliances.
Default: leastvms
Range: leastvms, mostspace

...

...

abiquo.rabbitmq.tls

...

Set to true if RabbitMQ server is SSL enabled
Default: false

...

...

...

...

abiquo.rabbitmq.tls.trustallcertificates

...

The platform will not enforce any server certificate authentication if set to true
Default: false

...

...

...

...

abiquo.vm.statsupdate.interval

...

Interval between executions of the virtual machine standardized stats updater in milliseconds
Default: 43200000

...

...

abiquo.vm.statsupdate.range.days

...

Number of days to consider in the statistic query executed by the virtual machine standardized stats updater
Default: 30

...

...

abiquo.watchtower.password

...

Watchtower password
Default: xabiquo

...

...

...

abiquo.watchtower.tls

...

Set to true if Watchtower server is SSL enabled
Default: false

...

...

...

abiquo.watchtower.tls.trustallcertificates

...

The platform will not enforce any server certificate authentication if true
Default: false

...

...

...

abiquo.watchtower.username

...

Watchtower username
Default: admin

...

...

...

abiquo.backup.check.delay

...

Delay between executions of the backup results check (milliseconds). Default is 10 minutes
Default: 600000
Change to default value

...

...

abiquo.nsx.edge.datastore-id

...

List of vCenter datastores where the Edge appliances will be deployed in CSV format with allocation according to abiquo.nsx.edge.datastore-policy
Changed to CSV list

...

...

If true, force eager zero thick provisioning on copied disks. Deprecated and replaced by Allocation attribute for VM templates and VM disks

...

...

...

abiquo.esxi.datastoreVmFile

...

The datastore to hold the VM definition file when deploying VMs with only volumes attached. If there are standard disks, use the datastore of one of these disks, otherwise use the property. The default value is defined by 'abiquo.esxi.datastoreRdm'.

...

...

...

4.2.1

...

abiquo.cpp.cloudoorsphere.defaults.healthcheck.attempts

...

The load balancer health check attempts to return while syncing a load balancer
Default: 3

...

...

abiquo.cpp.cloudoorsphere.defaults.healthcheck.bodyregex

...

The load balancer health check body regex to return while syncing a load balancer

...

...

abiquo.cpp.cloudoorsphere.defaults.healthcheck.interval

...

The load balancer health check interval to return while syncing a load balancer
Default: 60000

...

...

abiquo.cpp.cloudoorsphere.defaults.healthcheck.path

...

The load balancer health check path to return while syncing a load balancer
Default: /

...

...

abiquo.cpp.cloudoorsphere.defaults.healthcheck.port

...

The load balancer health check port to return while syncing a load balancer
Default: 80

...

...

abiquo.cpp.cloudoorsphere.defaults.healthcheck.protocol

...

The load balancer health check protocol to return while syncing a load balancer
Default: http

...

...

abiquo.cpp.cloudoorsphere.defaults.healthcheck.statusregex

...

The load balancer health check status regex to return while syncing a load balancer
Default: 200

...

...

abiquo.cpp.cloudoorsphere.defaults.healthcheck.timeout

...

The load balancer health check timeout to return while syncing a load balancer
Default: 20000

...

...

abiquo.cpp.cloudoorsphere.defaults.loadbalancer.algorithm

...

The load balancer algorithm to return while syncing a load balancer
Default: round-robin

...

...

abiquo.cpp.cloudoorsphere.defaults.loadbalancer.instancetype

...

The instance type (hardware profile) to use when creating a load balancer
Default: t2.nano

...

abiquo.cpp.cloudoorsphere.loadbalancer.allowed.algorithms

...

The list of algorithms supported by the load balancers (comma-separated values)
Default: round-robin

...

abiquo.cpp.cloudoorsphere.loadbalancer.creation.timeout

...

Timeout to use while creating a load balancer and waiting for a finished status
Default: 600000

...

abiquo.cpp.cloudoorsphere.loadbalancer.deletion.timeout

...

Timeout to use while deleting a load balancer and waiting for a finished status because the API does not return this status
Default: 600000

...

...

abiquo.nsx.edge.description

...

Edge description. See Configure the NSX integration
Default: Managed by Abiquo
This property is obligatory in Abiquo 4.2.1+. You can add this property for the entire platform, or for each enterprise as "nsx.edge.description". You must add this property or the platform will not function (minus)

...

...

abiquo.nsx.edge.dhcp.size

...

Specify the size of the DHCP Edge appliance (ecmp plugin). See Configure the NSX integration
Default: compact
Range: compact, large, quadlarge, xlarge
This property is obligatory in Abiquo 4.2.1+. You can add this property for the entire platform, or for each enterprise as nsx.edge.dhcp.size. You must add this property or the platform will not function (minus)

...

...

abiquo.nsx.edge.esg.size

...

Specify the size of the ESG Edge appliance (gateway and ecmp plugin). See Configure the NSX integration
Default: compact
Range: compact, large, quadlarge, xlarge
This property is obligatory in Abiquo 4.2.1+. You can add this property for the entire platform, or for each enterprise as nsx.edge.esg.size. You must add this property or the platform will not function (minus)

...

...

abiquo.nsx.edge.plr-esg-id

...

ID of the Edge that acts as the PLR (nsx-nat only)

...

...

abiquo.nsx.edge.plr-transit-cidr

...

CIDR of the transit network to be used between the PLR and the Edges of each Abiquo VDC (nsx-nat only)

...

...

abiquo.nsx.edge.plr-transit-ip

...

Configure the IP to be used to connect the PLR to the plr-transit vSwitch (nsx-nat only). Optional, if not set, use the lowest address in "abiquo.nsx.edge.plr-transit-cidr"

...

...

abiquo.virtualfactory.cloudoorsphere.vmstate.retry.timeoutInMilliseconds

...

The timeout to get the state of a VM after a power action
Default: 1800000

...

...

...

abiquo.vcd.connectionTimeoutMs

...

Time to wait to establish the connection to vCloud Director (milliseconds)
Default: 10000

...

Image Removed

...

abiquo.vcd.login.TimeoutMs

...

Maximum time to wait for login to vCloud Director (milliseconds)
Default: 60000

...

Image Removed

...

abiquo.vcd.readTimeoutMs

...

Maximum time to wait to read from the connection to vCloud Director (milliseconds)
Default: 30000

...

Image Removed

...

4.2.1

...

abiquo.nsx.nat.protocols

...

...

abiquo.nsx.edge.public-network-cidr

...

...

4.2.3

...

Template to configure guest initial passwords that enables you to define the length and the character set. The following tokens are allowed in the template:

  • lower= –configures the number of lower case characters to generate
  • upper= –configures the number of upper case characters to generate
  • numbers= –configures the number of numbers to generate
  • symbols= –configures the number of special characters to generate.
  • global= –configures the number of total characters to generate.

For each token, the value must be in one of the following formats:

  • N –generate this exact number of characters
  • N-M –generate between N and M characters
  • N- –generate at least N characters.
  • -M –generate at most M characters

Examples:

  1. Password with at least 2 lower case and upper case letters, between 2 and 4 special characters, and a total length of 10 characters: 
    abiquo.guest.password.length = lower=2-,upper=2-,numbers=0,symbols=2-4,global=10
  2. Password with at least 5 characters, regardless of the content: abiquo.guest.password.length = global=5-

Default: lower=2-6,upper=2-6,numbers=2-6,symbols=2-6

...

...

abiquo.guest.password.exclude

...

Characters to avoid when generating guest passwords, for example: ,;$

...

...

abiquo.vcd.metric.live.force

...

Do not try to retrieve historical metrics data for vCloud Director, only use live metrics
Default: false

...

Image Removed

...

abiquo.vcd.metric.live.fallback

...

If it is not possible to retrieve historical metrics data for vCloud Director, attempt to use live metrics
Default: true

...

Image Removed

...

abiquo.vcd.parentnetwork

...

Private network connection to allow outgoing traffic in vCloud Director. Value can be "none" for isolated networks or any existing organization network name. The default value of "edge-uplink" will use the external network connected to the edge gateway of the organization virtual datacenter.
Default: edge-uplink

...

Image Removed

...

abiquo.virtualfactory.hyperv.automaticShutdownAction

...

Action to take for the VM when the host is shut down. Sets Msvm_VirtualSystemSettingData.AutomaticShutdownActionhttps://msdn.microsoft.com/en-us/Library/hh850257(v=vs.85).aspxwhen creating a VM. When it is set to "3", the state will be saved and swap files will be written; set their location with the swapFileDataRoot property.
Default: 3
Range: 2, 3, 4

...

Image Removed

...

abiquo.virtualfactory.hyperv.refreshMonitorJob.intervalms

...

Refresh interval in milliseconds for checking progress on operations that require monitoring of a job, such as disk copies.
Default: 1000

...

Image Removed

...

abiquo.virtualfactory.hyperv.sambaHosts

...

List of Samba hosts where the platform can discover shares to use as Hyper-V datastores. The list is in CSV format. Leave empty to not try discovery

...

Image Removed

...

abiquo.virtualfactory.hyperv.swapFileDataRoot

...

The path of a directory where swap files for the VM will be stored. When the automaticShutdownAction property is set to save the VM state, swap files will be written to this location.
Default: C:\ProgramData\Microsoft\Windows\Hyper-V

...

Image Removed

4.4.x

...

titleClick here to show/hide properties changes in 4.4.x

...

Image Removed

...

Image Removed

...

Image Removed

...

Image Removed

...

4.4.0

...

abiquo.amazon.waitforstatus.timeout

...

Default AWS wait for status timeout
Default: 1200000

...

Image Removed

...

abiquo.dnsmasq.serviceiface

...

Image Removed

...

abiquo.dnsmasq.basedir

...

Image Removed

...

abiquo.dnsmasq.startscript

...

Image Removed

...

abiquo.dnsmasq.stopscript

...

Image Removed

...

abiquo.dnsmasq.reloadscript

...

Script to reload a running instance of dnsmasq

...

Image Removed

...

Timeout to complete connections to the Oracle ASE manager (milliseconds). A value of 0 means no timeout
Default: 0

...

...

abiquo.oraclease.connection-timeout-ms

...

Timeout to establish connections to the ORACLE ASE manager in milliseconds. A value of 0 means no timeout.
Default: 0

...

...

abiquo.oraclease.timeout

...

Timeout to get the state of a virtual machine
Default: 600

...

...

abiquo.oraclease.defaultLoginUser

...

ORACLE ASE default user for connecting to Linux VMs over SSH. For Windows VMs, edit the template and enter the Administrator username and password
Default: opc

...

abiquo.virtualfactory.azurecompute-arm.operationtimeout

...

The timeout to consider an operation failed in Azure ARM
Default: 46000000

...

Image Removed

...

abiquo.vsm.vmsyncforcedpublishcount.{PLUGIN}

    • vmx_04
    • esx
    • kvm
    • hyperv_301
    • oracle_vm
    • xenserver
    • amazon
    • vcd
    • azurecompute-arm
    • oracle-ase-emea
    • oracle-ase-us

...

Number of virtual machine synchronizer executions before force the publish of virtual machine definitions. The default value of 0 means never

Default: 0

...

Image Removed

...

abiquo.virtualfactory. azure. defaultLoginPassword

...

Default password for virtual machines in Azure if not found in the template
Default: abqazure0!5

...

Image Removed

...

abiquo.virtualfactory. azure.defaultLoginUser

...

Default login for virtual machines in Azure if not found in the template.
Default: abiquo

...

Image Removed

...

abiquo.virtualfactory.azure.retry.timeBetweenTriesInSeconds

...

Time to wait between polls during a retry
Default: 30

...

Image Removed

...

abiquo.virtualfactory.azure.retry.timeoutInSeconds

...

Timeout retrying an operation
Default: 900

...

Image Removed

...

abiquo.virtualfactory.azure.storageAccountPrefix

...

Prefix of the name of the Azure Storage account created for deployments (one account per region).
Default: abiquostorage

...

Image Removed

...

abiquo.virtualfactory.azure.wait.timeBetweenTriesInSeconds

...

Time to wait between polls during an operation wait.
Default: 30

...

Image Removed

...

abiquo.virtualfactory.azure.wait.timeoutInSeconds

...

Timeout waiting for an operation to complete, e.g deploy / undeploy.
Default: 900

...

Image Removed

...

abiquo.vsm.actor.creation.delay.{PLUGIN}
    • vmx_04
    • esx
    • kvm
    • hyperv_301
    • oracle_vm
    • xenserver
    • amazon

...

The delay in milliseconds added between the creation of actors on VSM startup for each hypervisor or public cloud plugin (PLUGIN).
Default: 0
Deleted azure

...

Image Removed

...

abiquo.vsm.hostsyncfrequency.{HV}

    • vmx_04
    • esx
    • kvm
    • hyperv_301
    • oracle_vm
    • xenserver
    • vcd
    • oracle-ase-emea
    • orace-ase-us

...

Time between executions of infrastructure check in milliseconds
Default: 300000
Added oracle-ase-emea and oracle-ase-us

...

Image Removed

...

abiquo.vsm.pollingfrequency.{PC}

    • amazon
    • azurecompute-arm
    • digitalocean2
    • elastichosts-ams-e
    • elastichosts-hkg-e
    • elastichosts-lax-p
    • elastichosts-lon-b
    • elastichosts-lon-p
    • elastichosts-sat-p
    • elastichosts-sjc-c
    • cloudsigma2-lvs
    • cloudsigma2-zrh
    • cloudsigma2-hnl
    • cloudsigma2-sjc
    • cloudsigma2-wdc
    • google-compute-engine
    • openstack-nova
    • oracle-ase-emea
    • oracle-ase-us
    • packet
    • rackspace-cloudservers-us
    • rackspace-cloudservers-uk
    • softlayer

...

The delay between VSM polling of virtual machines in milliseconds for each public cloud plugin (PC).
Default: 300000
Delete azure and added oracle-ase-emea and oracle-ase-us

...

Image Removed

...

abiquo.vsm.vmsyncfrequency.{PLUGIN}

    • vmx_04
    • esx
    • kvm
    • hyperv_301
    • oracle_vm
    • xenserver
    • amazon
    • vcd
    • oracle-ase-emea
    • oracle-ase-us
    • azurecompute-arm

...

The delay between virtual machine synchronizer operations in milliseconds. for each hypervisor or public cloud plugin (PLUGIN)
Default: 180000
Deleted azure and added oracle-ase-emea, oracle-ase-us, and azurecompute-arm

...

Image Removed

4.5.x

...

titleClick here to show/hide properties changes in 4.5.x

...

Image Removed

...

Image Removed

...

Image Removed

...

Image Removed

...

4.5.0

...

abiquo.openid.client.acr-validation

...

Validate acr values from jwt token when authenticating with an OpenID Connect Server, if true
Default: true

...

abiquo.openid.client.acr-values

...

Space separated values to send as acr values to an OpenID Connect Server when authenticating and to validate from jwt token if 'acr-validation' property is true
Default: 

...

...

After OpenID authentication flow, the API redirect adds a cookie with the access_token and the id_token. The expiry of the OpenID authentication cookie in seconds. A negative value means that the cookie is not stored persistently and will be deleted when the web browser exits. A zero value causes the cookie to be deleted
Default: 30

...

...

abiquo.pluginmetadata.{HP}.ethernetDrivers

...

Override default plugin metadata to update the compatible ethernet driver
Default: E1000, VMXNET3, PCNET32, VIRTIO

...

...

The sender of platform email notifications
Default: abiquo.server.mail.user

...

abiquo.virtualfactory.azurecompute-arm.defaultloginname

...

The default login name if not specified by the imported ARM template or by editing the template in the platform
Default: abiquo

...

Image Removed

abiquo.virtualfactory.azurecompute-arm.defaultloginpassword

...

The default login password if not specified by editing the template in the platform
Default: Password123456!

...

Image Removed

...

abiquo.virtualfactory.{HP}.openSession

  • oracle_vm
  • amazon
  • kvm
  • vmx_04
  • rackspace-cloudservers-uk
  • softlayer
  • esx
  • vcenter_cluster
  • openstack-nova
  • packet
  • hyperv_301
  • oracle-ase-emea
  • azurecompute-arm
  • oracle-ase-us
  • vcd
  • xenserver
  • digitalocean2
  • google-compute-engine
  • rackspace-cloudservers-us
  • cloudoorsphere

The maximum number of simultaneous operations on a single hypervisor or provider region.
Default: abiquo.virtualfactory.openSession

...

Image Removed

...

abiquo.virtualfactory.{DEV}.device.openSession

  • openstack-neutron
  • dnsmasq
  • omapi
  • nsx-ecmp
  • logical
  • nsx-nat
  • nsx-gateway

...

The maximum number of simultaneous operations on a single device
Default: abiquo.virtualfactory.device.openSession

...

Image Removed

...

abiquo.virtualfactory.{BM}.backup.openSession

  • veeam95
  • veeam80
  • avamar

...

The maximum number of simultaneous operations on a single backup manager, by type
Default: abiquo.virtualfactory.backup.openSession

...

Image Removed

abiquo.virtualfactory.openSession.byvdc

...

If true, the maximum number of simultaneous operations applies to a single virtual datacenter (instead of single hypervisor)
Default: false

...

Image Removed

...

abiquo.virtualfactory.{HP}.openSession.byvdc

  • oracle_vm
  • amazon
  • kvm
  • vmx_04
  • rackspace-cloudservers-uk
  • softlayer
  • esx
  • vcenter_cluster
  • openstack-nova
  • packet
  • hyperv_301
  • oracle-ase-emea
  • azurecompute-arm
  • oracle-ase-us
  • vcd
  • xenserver
  • digitalocean2
  • google-compute-engine
  • rackspace-cloudservers-us
  • cloudoorsphere

If true, the max number of simultaneous operations applies to a single virtualdatacenter (instead of single hypervisor), by type.
Default: abiquo.virtualfactory.openSession.byvdc

...

Image Removed

abiquo.virtualfactory.device.openSession.byvdc

...

If true, the default maximum number of simultaneous operations applies to a single virtualdatacenter (instead of a single device)
Default: false

...

Image Removed

...

abiquo.virtualfactory.{DEV}.device.openSession.byvdc

  • openstack-neutron
  • dnsmasq
  • omapi
  • nsx-ecmp
  • logical
  • nsx-nat
  • nsx-gateway

...

If true, the default maximum number of simultaneous operations applies to a single virtualdatacenter (instead of a single device), by type
Default: abiquo.virtualfactory.device.openSession.byvdc

...

Image Removed

abiquo.virtualfactory.backup.openSession.byvdc

...

If true, the default maximum number of simultaneous operations applies to a single virtualdatacenter (instead of a single backup manager)
Default: false

...

Image Removed

...

abiquo.virtualfactory.{BM}.backup.openSession.byvdc

  • veeam95
  • veeam80
  • avamar

...

If true, the default maximum number of simultaneous operations applies to a single virtualdatacenter (instead of a single backup manager), by type
Default: abiquo.virtualfactory.backup.openSession.byvdc

...

Image Removed

...

Maximum hours without activity in a pool before release. The minimum value is 6 and if a lower value is specified, the platform will use 6
Default: 24

...

Image Removed

abiquo.virtualfactory.openSession.faststatechanges

...

If true, VM state changes (powerOn, powerOff, shutdown, reset, pause, resume) are executed outside the pool (not waiting for any operation)
Default: false

...

Image Removed

...

abiquo.virtualfactory.{HP}.openSession.faststatechanges

  • oracle_vm
  • amazon
  • kvm
  • vmx_04
  • rackspace-cloudservers-uk
  • softlayer
  • esx
  • vcenter_cluster
  • openstack-nova
  • packet
  • hyperv_301
  • oracle-ase-emea
  • azurecompute-arm
  • oracle-ase-us
  • vcd
  • xenserver
  • digitalocean2
  • google-compute-engine
  • rackspace-cloudservers-us
  • cloudoorsphere

...

If true, VM state changes (powerOn, powerOff, shutdown, reset, pause, resume) are executed outside the pool (not waiting for any operation), by type.
Default: abiquo.virtualfactory.openSession.faststatechanges

...

Image Removed

...

Image Removed

...

Automatically start Abiquo heartbeat
Default: true

...

...

abiquo.virtualfactory.openSession

...

The default maximum number of simultaneous operations on a single hypervisor
Default: 2

Description changed from "maximum" to "The default maximum" due to the introduction of more specific properties

...

Image Removed

abiquo.virtualfactory.backup.openSession

...

The default maximum number of simultaneous operations on a single backup manager
Default: 2

Description changed from "maximum" to "The default maximum" due to the introduction of more specific properties

...

Image Removed

abiquo.virtualfactory.device.openSession

...

The default maximum number of simultaneous operations on a single device
Default: 2

Description changed from "maximum" to "The default maximum" due to the introduction of more specific properties

...

Image Removed

4.6.x

...

titleClick here to show/hide properties changes in 4.6.x

...

Image Removed

...

Image Removed

...

Image Removed

...

Image Removed

...

4.6.0

...

abiquo.enterprise.property.discount.suffix

...

Pricing discount is defined in the enterprise properties. The property key is built using the hypervisor type in lowercase and adding a suffix, which is defined by this property
Default: _discount

...

  Image Removed

...

abiquo.enterprise.property.pricefactor.suffix

...

Pricing pricefactor is defined in the enterprise properties. The property key is built using the hypervisor type in lowercase and adding a suffix, which is defined by this property
Default=_price_factor

...

  Image Removed

...

abiquo.nars.async.amqp.backoff.minseconds

...

AMQP consumer reconnection.  First attempt to restart in seconds
Default: 2

...

...

abiquo.nars.async.amqp.backoff.maxseconds

...

AMQP consumer reconnection.  Maximum number of seconds without restart attempt
Default: 2

...

...

abiquo.nars.async.pool.max

...

Default maximum number of simultaneous operations on a single hypervisor or region connection.
Default: 2

...

...

abiquo.nars.async.pool.byvdc

...

If true, the max number of simultaneous operations apply to a single virtualdatacenter (instead of single hypervisor or region connection)
Default: false

...

...

abiquo.nars.async.pool.inactivity.maxhours

...

Maximum hours without activity in a pool before release. Minimum value is 6, if a lower value is specified, will use 6
Default: 24

...

abiquo.nars.async.pool.{plugin}.max

...

oracle_vm

...

amazon

...

kvm

...

vmx_04

...

rackspace-cloudservers-uk

...

softlayer

...

esx

...

vcenter_cluster

...

openstack-nova

...

packet

...

hyperv_301

...

oracle-ase-emea

...

azurecompute-arm

...

oracle-ase-us

...

vcd

...

xenserver

...

digitalocean2

...

google-compute-engine

...

rackspace-cloudservers-us

...

cloudoorsphere

...

openstack-neutron

...

nsx-gateway

...

nsx-nat

...

logical

...

nsx-ecmp

...

omapi

...

dnsmasq

...

avamar

...

veeam80

veeam95

...

Maximum number of simultaneous operations on a single hypervisor or region connection, by type.
Default: abiquo.nars.async.pool.max

...

abiquo.nars.async.pool.{plugin}.byvdc

...

oracle_vm

...

amazon

...

kvm

...

vmx_04

...

rackspace-cloudservers-uk

...

softlayer

...

esx

...

vcenter_cluster

...

openstack-nova

...

packet

...

hyperv_301

...

oracle-ase-emea

...

azurecompute-arm

...

oracle-ase-us

...

vcd

...

xenserver

...

digitalocean2

...

google-compute-engine

...

rackspace-cloudservers-us

...

cloudoorsphere

...

openstack-neutron

...

nsx-gateway

...

nsx-nat

...

logical

...

nsx-ecmp

...

omapi

...

dnsmasq

...

avamar

...

veeam80

veeam95

...

If true, the max number of simultaneous operations apply on a single virtual datacenter (instead of single hypervisor or region connection), by type.

Default: abiquo.nars.async.pool.byvdc

...

...

abiquo.nars.async.prefetch

...

Limit of parallelism of async request execution. Number of unacknowledged messages from the requests queue.
Default: 4

...

...

abiquo.plugin-client.connectionrequesttimeout

...

API to NARS http client configuration: timeout in milliseconds used when requesting a connection. A value of 0 is interpreted as an infinite timeout. A negative value is interpreted as undefined
Default: -1

...

...

abiquo.plugin-client.connectiontimeout

...

API to NARS client configuration: timeout in milliseconds when a connection is established. A value of 0 is interpreted as an infinite timeout. A negative value is interpreted as undefined
Default: -1

...

...

abiquo.plugin-client.pool.checkconnections

...

API to NARS http client pool configuration: When reusing a connection checks if the elapsed time since the last use exceeds this timeout.
Default: 5000

...

...

abiquo.plugin-client.pool.maxclients

...

API to NARS http client pool configuration: Max active HTTP connections to any NARS.
Default: 50

...

...

abiquo.plugin-client.pool.maxclientsperendpoint

...

API to NARS http client pool configuration: Max active HTTP connections to the same NARS instance.
Default: 10

...

...

abiquo.plugin-client.pool.maxkeepalivesms

...

API to NARS http client pool configuration: Max time to keep a persistent connection.
Default: 120000

...

abiquo.plugin-client.timeout

...

API to NARS http client configuration: milliseconds to wait for a sync execution in the plugin. 
Implemented as socket timeout (SO_TIMEOUT) in milliseconds, which is the timeout for waiting for data or, put differently, a maximum period inactivity between two consecutive data packets). A value of 0 is interpreted as an infinite timeout. A negative value is interpreted as undefined
Default: -1

...

abiquo.plugin-client.timeout.{plugintype}

...

API to NARS http client configuration: milliseconds to wait for a sync execution in the plugin by type

...

abiquo.plugin-client.timeout.{plugintype}.{operationname}

...

API to NARS http client configuration: milliseconds to wait for a sync execution in the plugin by type and operation

...

...

abiquo.pricing.import.check.delayInHrs

...

Delay between executions of the pricing import check in hours
Default: 24

...

...

abiquo.nodecollector.timeout

...

Timeout for Server/API connections to Nodecollector (Discovery manager) in milliseconds.
Default: 180000

...

For all CloudoorSphere properties, see CloudoorSphere

Property name changed from abiquo.cpp.cloudoorspherecpp

...

Image Removed

...

4.6.1

...

com.abiquo.esxi.discovery.networkinterface.networks

...

Only use physical network interfaces connected to the specified networks when adding vCenter hosts or clusters. If ''onlymanagementip'' is true, then first check for IPs (management or not) in the specified networks and if none are found, use onlymanagementip filter. The filter is a comma separated list of network in CIDR format, and the order specifies the priority

...

Image Removed

...

com.abiquo.esxi.discovery.networkinterface.onlymanagementip

...

Only use virtual NICs of the host configured for management traffic<br/> Default: false

...

Image Removed

...

4.6.2

...

4.6.3

...

abiquo.costusage.task.frequencyinhours

...

Frequency for executing the consolidation of usage accounted
Default: 24
Range: > 0

...

Image Removed

...

abiquo.nars.async.pendingpublish.minutes

...

Check for pending responses which failed to publish due to AMQP failure in nars
Default: 10

...

...

abiquo.nars.async.pendingpublish.path

...

Path to file that stores pending responses which failed to publish due to AMQP failure in nars
Default: /opt/abiquo/amqp-messages/nars.pending

...

...

abiquo.virtualfactory.pendingpublish.minutes

...

Check for pending responses which failed to publish due to AMQP failure in virtualfactory
Default: 10

...

...

abiquo.virtualfactory.pendingpublish.path

...

Path to file that stores pending responses which failed to publish due to AMQP failure in virtualfactory
Default: /opt/abiquo/amqp-messages/virtualfactory.pending

...

...

4.6.4

...

4.6.5

...

No changes to properties in 4.6.5

...

4.6.6

...

No changes to properties in 4.6.6

...

4.6.7

...

abiquo.experimental.shareddisks.bypass

...

Bypass restriction on multiple VMs using the same disk. Ignore additional VMs using the same disk during capture. After deleting or releasing the first VM, to assign a disk to another VM, you must force the VM to synchronize with the hypervisor

Default: false

...

Image Removed

4.7.x

...

titleClick here to show/hide the properties changes in 4.7.x

...

4.7.0

...

If true, enable console access to VMs on vCenter using WebMKS. This will automatically allow remote access to all vCenter VMs. If the VMs have VNC extradata, then use VNC; otherwise use WebMKS.

...

Image Removed

...

If true, force the use of WebMKS when it is enabled for console access to VMs in vCenter. The force action takes place during the next VM reconfigure, when the platform will check for VNC extradata and remove it. This will ensure that remote access will be via WebMKS

...

Image Removed

...

abiquo.availabilityzones.check.delayInHrs

...

Image Removed

...

...

abiquo.m.accessToken

...

OAuth access token that M should use to perform requests to the Abiquo Server (API).

...

Image Removed

...

Image Removed

...

abiquo.m.consumerKey

...

OAuth consumer key that M should use to perform requests to the Abiquo Server (API). If these tokens are set, M will use OAuth authentication. Otherwise Basic Authentication will be used.

...

Image Removed

...

abiquo.m.consumerSecret

...

OAuth consumer secret that M should use to perform requests to the Abiquo Server (API).

...

Image Removed

...

abiquo.m.credential

...

Credentials that M should use to perform requests to the Abiquo Server (API).
Default: xabiquo

...

Image Removed

...

abiquo.m.identity

...

Identity that M should use to perform requests to the Abiquo Server (API).
Default: admin

...

Image Removed

...

4.7.1

...

If false, when modifying the gateway of a network only update edge interface address if the new gateway is not in use in any lease of the DHCP

...

...

abiquo.saml.attributes.user.email.claim

...

Indicates which SAML Response attribute must be read in order to find the user's email
Default: EmailAddress

...

...

abiquo.saml.attributes.user.firstname.claim

...

Indicates which SAML Response attribute must be read in order to find the user's name
Default: FirstName

...

...

abiquo.saml.attributes.user.lastname.claim

...

Indicates which SAML Response attribute must be read in order to find the user's last name
Default: LastName

...

...

abiquo.saml.binding

...

The URN of the binding profile to allow

...

...

abiquo.saml.cookie.maxage

...

Expiry time of cookie with access tokens after successful login in seconds
Default: 30

...

...

abiquo.saml.cookie.name

...

The name of the cookie created after a successful login
Default: ABQSAMLTOKENS

...

...

abiquo.saml.keys.encryption.alias

...

The alias of the encryption key stored in the keystore

...

...

abiquo.saml.keys.encryption.password

...

The password of the encryption key stored in the keystore

...

...

abiquo.saml.keys.keystore.password

...

Password to unlock the keystore file

...

...

abiquo.saml.keys.keystore.path

...

Path to the Java keystore containing the keys and certificates to encrypt and sign

...

...

abiquo.saml.keys.metadata.sign

...

Indicates if the SAML Requests must be signed
Default: false

...

...

abiquo.saml.keys.signing.alias

...

The alias of the signing key stored in the keystore

...

...

abiquo.saml.keys.signing.password

...

The password of the signing key stored in the keystore

...

...

abiquo.saml.metadata.generator.bindingSSO

...

Bindings to activate if the SP metadata must be generated by the API
Default: POST,Artifact

...

...

abiquo.saml.metadata.identityprovider.path

...

The path of the IDP metadata to load

...

...

abiquo.saml.metadata.mode

...

Indicates if the SP metadata is provided or must be generated by the API.
Default: generated
Range: generated, provided

...

...

abiquo.saml.metadata.serviceprovider.path

...

The path of the SP metadata to load if it is provided

...

...

abiquo.saml.mode

...

Indicates which SAML integration mode is desired: - single: only one SAML IDP Server is allowed to be configured; - multiple: allows abiquo basic auth and one SAML IDP Server
Default: single

...

...

abiquo.saml.redirect.endpoint

...

URI where the platform should redirect a successful Abiquo login using SAML SSO. Something like: https://<your.env>/ui

...

...

abiquo.saml.redirect.error.endpoint

...

URI where the platform should redirect an unsuccessful Abiquo login using SAML SSO.
Default: /error.html

...

...

...

abiquo.auth.module

...

Whether Abiquo will authenticate via: database; database and LDAP/Active Directory; OpenID; or SAML.
Default: abiquo
Range: abiquo, ldap, openid, saml

...

...

abiquo.m.accessToken

...

OAuth access token that M should use to perform requests to the Abiquo Server (API).

...

Image Removed

...

Image Removed

...

abiquo.m.consumerKey

...

OAuth consumer key that M should use to perform requests to the Abiquo Server (API). If these tokens are set, M will use OAuth authentication. Otherwise Basic Authentication will be used.

...

Image Removed

...

abiquo.m.consumerSecret

...

OAuth consumer secret that M should use to perform requests to the Abiquo Server (API).

...

Image Removed

...

abiquo.m.credential

...

Credentials that M should use to perform requests to the Abiquo Server (API).
Default: xabiquo

...

Image Removed

...

abiquo.m.identity

...

Identity that M should use to perform requests to the Abiquo Server (API).
Default: admin

...

Image Removed

...

4.7.2

...

5.0.x

...

titleClick here to show/hide properties changes in 5.0.x

...

5.0.0

...

abiquo.actionplan.webhook.client.connectionrequesttimeoutms

...

Action plan send web hook HTTP client, timeout in milliseconds used when requesting a connection from the connection manager. Zero is not allowed.
Default: 1000

...

...

abiquo.actionplan.webhook.client.connecttimeoutms

...

Action plan send web hook HTTP client, timeout in milliseconds until a connection is established. Zero is not allowed.
Default: 1000

...

...

abiquo.actionplan.webhook.client.maxclientsperroute

...

Action plan send web hook HTTP client, maximum clients per route.
Default: 10

...

...

abiquo.actionplan.webhook.client.maxkeepalivems

...

Action plan send web hook HTTP client, maximum total clients in pool.
Default: 120000

...

...

abiquo.actionplan.webhook.client.maxtotalclients

...

Action plan send web hook HTTP client, maximum total clients in pool.
Default: 50

...

...

abiquo.actionplan.webhook.client.redirects.enabled

...

Action plan send web hook HTTP client, follow redirect on hook response.
Default: false

...

...

abiquo.actionplan.webhook.client.sockettimeoutms

...

Action plan send web hook HTTP client, timeout in milliseconds for waiting for data or, put differently, a maximum period inactivity between two consecutive data packets). Zero is not allowed.
Default: 1000

...

...

abiquo.actionplan.webhook.client.ttlms

...

Action plan send web hook HTTP client, TTL in the pool in milliseconds.
Default: 5000

...

...

abiquo.amazon.waitforaccount.minutes

...

Default AWS wait for account creation
Default: 5

...

...

abiquo.auth.basic.restricted

...

If the true, the API only will allow the use of Basic Authentication on the login resource. The next API calls must use Token Authentication using as token the value of the header X-Abiquo-Token in login response.
Default: false

...

...

abiquo.azure.account.creation.appname

...

Name of the application registered during the account creation process on Azure.
Default: abiquo

...

...

abiquo.azure.account.creation.appredirecturi

...

Redirect URI for the application registered during the account creation process on Azure.
Default: https://abiquo.com

...

...

Logger level for Feign HTTP client.
Default: basic

...

...

abiquo.vcd.firewall.vappnetwork

...

If true, create vCloud firewall at vCloud vApp network level
Default: false

...

...

5.0.1

...

When ''com.abiquo.esxi.webmks'' is enabled, this property defines the path to a websocket proxy to avoid direct connection to ESX hosts. You can configure a different value for each datacenter on its Remote Services server. The default of no value means the UI will attempt to connect directly to ESX hosts.

...

Image Removed

...

The name of the role for users created in vCloud Director. The role should be ''Organization Administrator'' or another role with equivalent privileges. The default value of "default" will use the role of the creator user.
Default: default

...

Image Removed

...

...

...

...

...

...

5.0.4

...

Change default Logger level for Feign HTTP client.
Default: none

...

5.1.x

...

titleClick here to show/hide properties changes in 5.1.x

...

5.1.0

...

veeam.vcenter.ip

...

Image Removed

...

Image Removed

...

veeam.vcenter.password

...

Image Removed

...

Image Removed

...

veeam.vcenter.port

...

Image Removed

...

Image Removed

...

veeam.vcenter.user

...

Image Removed

...

Image Removed

...

vmware.snapshot.keep

...

Image Removed

...

...

Added - networker, veeam95u4
Deprecated - veeam80, veeam90

...

Image Removed

...

...

...

...

5.1.1

...

For the CD device that configures cloud-init, if true, use the SATA disk controller.
If not specified or false, use IDE
Default: IDE

...

Image Removed

...

abiquo.azure.feign.logger.level

...

Default value changed from basic to none

...

Image Removed

...

abiquo.pluginmetadata.{HV}.diskControllers

...

Image Removed

...

Added - veeam10

...

Image Removed

...

...

...

...

5.1.2

...

Image Removed

...

abiquo.login.samesite

...

Specifies the value for the SameSite ABQOIDCTOKENS cookie. If "null" is set, the cookie will be sent without the SameSite flag.
Default: strict
Range: strict, lax, none, null

...

Image Removed

...

Allow unique VM name per datacenter or public cloud region instead of unique for the entire platform.
(warning)(warning)(warning) This property must have the same value on the Abiquo Server and all the Remote Services servers
Default: false

...

Image Removed

...

...

5.2.x

...

titleClick here to show/hide properties changes in 5.2.x

...

Image Removed

...

Image Removed

...

Image Removed

...

Image Removed

...

5.2.0

...

abiquo.api.fileresults.path

...

Image Removed

...

abiquo.billing.task.cron

...

Image Removed

...

abiquo.costusage.task.frequencyinhours

...

Image Removed

...

abiquo.draas.check.delay.seconds

...

Image Removed

...

abiquo.draas.pg.journalhistory.hours

...

Default journal history hours for the protection groups.
Default: 24

...

Image Removed

...

abiquo.draas.pg.priority

...

Default priority for the protection groups.
Default: Medium
Range: Low, Medium, High

...

Image Removed

...

abiquo.draas.pg.rpo.seconds

...

Default recovery point objective for the protection groups in seconds.
Default: 180

...

Image Removed

...

abiquo.draas.recovery.cluster.name

...

Image Removed

...

abiquo.draas.recovery.datastore.name

...

Image Removed

...

abiquo.draas.recovery.folder.name

...

Image Removed

...

abiquo.draas.recovery.network.name

...

Image Removed

...

abiquo.draas.recovery.testnetwork.name

...

Image Removed

...

Image Removed

...

Image Removed

...

abiquo.feign.read.timeout.seconds

...

Image Removed

...

abiquo.googlecloud.public.image.projects

...

Publishers list for Google Cloud with a list of project names in CSV format.
See https://cloud.google.com/compute/docs/images/os-details
Default: centos-cloud,cos-cloud,debian-cloud,fedora-coreos-cloud,rhel-cloud,rhel-sap-cloud,suse-cloud,suse-byos-cloud,suse-sap-cloud,ubuntu-os-cloud,windows-cloud,windows-sql-cloud

...

Image Removed

...

abiquo.googlecloud.waitforstartupscript.retry.seconds

...

Image Removed

...

abiquo.googlecloud.waitforstartupscript.timeout.seconds

...

Image Removed

...

abiquo.googlecloud.waitforstatus.retry.seconds

...

Google Cloud time to retry in wait for status.
Default: 5

...

Image Removed

...

abiquo.googlecloud.waitforstatus.timeout.seconds

...

Image Removed

...

abiquo.nars.async.fileresults.path

...

Image Removed

...

abiquo.plugin-client.timeout.download

...

API to NARS HTTP client configuration: milliseconds to wait for a download to be completed.
Default: 600000

...

Image Removed

...

Image Removed

...

abiquo.subscriptions.check.delayInHrs

...

Frequency in hours of the periodic check to clean up orphan VSM subscriptions for VMs that do not exist any more.
Default: 24

...

Image Removed

...

abiquo.tagging.synccheckcron

...

Cron expression to execute the periodic tag synchronization by enterprise
Default: 0 0 */4 ? * *

...

Image Removed

...

zerto.feign.logger.level

...

Logger level for Feign HTTP client.
Range: none, basic, headers, full
Default: none

...

Image Removed

...

zerto.polling.delay.seconds

...

Delay between polling requests to update Zerto tasks status.
Default: 60

...

Image Removed

...

zerto.propagation.delay.seconds

...

Wait time that finished Zerto tasks require to propagate the changes.
Default: 10

...

Image Removed

...

zerto.ssl.allow.insecure

...

Allow Zerto plugin to use insecure connections
Default: false

...

Image Removed

...

abiquo.nars.async.pool.{plugin}.max

  • zerto

...

For zerto you must set this value to 1

  • Default: 1

...

...

abiquo.virtualfactory.{plugin}.defaultloginname

  • googlecloudplatform

...

Added googlecloudplatform

...

Image Removed

...

abiquo.virtualfactory.{plugin}.defaultloginpassword

  • googlecloudplatform

...

...

abiquo.azurecompute-arm.vpn.virtualnetworkgateway.check.maxperiod

...

Image Removed

...

abiquo.azurecompute-arm.vpn.virtualnetworkgateway.check.period

...

Image Removed

...

abiquo.azurecompute-arm.vpn.virtualnetworkgateway.check.timeout

...

Image Removed

...

abiquo.azurecompute-arm.vpn.virtualnetworkgateway.check.timeunit

...

Image Removed

...

abiquo.azurecompute-arm.vpn.virtualnetworkgateway.sku.capacity

...

...

abiquo.azurecompute-arm.vpn.virtualnetworkgateway.sku.tier

...

...

5.0.6 - changes included in 5.2.0

...

Role template ID of the Directory role to be assigned to the application created by Create account.
The default is the role template ID of the "User Administrator" role.
See https://docs.microsoft.com/en-us/graph/api/resources/directoryroletemplate?view=graph-rest-1.0
Default: fe930be7-5e62-47db-91af-98c3a49a38b1

...

...

...

5.0.7 - changes included in 5.2.0

...

The ISO 3166-1 alpha-2 code of the countries for which an organization registration number must be specified, in CSV format. Note that for all these countries, phone number will also be required. Only used for field verification before actual customer creation is performed.
See https://docs.microsoft.com/en-us/partner-center/develop/customer-resources#customercompanyprofile
Default: am,az,by,hu,kz,kg,md,ru,tj,uz,ua

...

...

...

abiquo.azure.account.creation.default.phone

...

Default phone number used in account creation if the country requires organization registration number, but the phone number is not provided.
Default: ABQ-PHONE

...

...

5.0.8 - changes included in 5.2.0

...

abiquo.azure.account.creation.polling.delay.seconds

...

Delay between polling requests for account creation
Default: 10

...

...

5.0.9 - changes included in 5.2.0

...

Delay in minutes between resource provider registration wait polling requests.
Default: 1

...

...

Timeout used for resource provider registration wait.
A value of 0 will disable the wait and the account creation will not wait for registration of the resource providers to complete before finishing the process.
Default: 20

...

...

5.0.10 - changes included in 5.2.1

...

Image Removed

...

abiquo.azure.feign.read.timeout.seconds

...

Image Removed

...

5.1.3 - changes included in 5.2.1

...

abiquo.fqdn.label.pattern

...

Pattern to check between "." in VM FQDN and network DNS suffix
Default: [a-zA-Z](([a-zA-Z0-9-]{1,61})?[a-zA-Z0-9])?

...

Image Removed

...

5.2.1

...

com.abiquo.esxi.discovery.datastore.ignorebyname

...

If specified filter datastores by name and for filtered datastores, the platform will not check if is mounted or for the abiquo folder UUID. For example, 'some.*' will discard any datastore starting with 'some' and '.*some.*' will discard any datastore containing 'some'. Comma separated list of java patterns.

...

Image Removed

abiquo.amazon.sleepbeforetry.seconds

...

Default wait time between retries on AWS account creation
Default: 2

...

Image Removed

...

Default AWS wait for assume role
Default: 5

...

Image Removed

...

...

abiquo.saml.metadata.identityprovider.userdomain.map

...

...

zerto.task.timeout.seconds

...

# The timeout to get a response from a provider task
Default: 300

...

Image Removed

...

abiquo.saml.metadata.identityprovider.path

...

The path of the IdP metadata to load. Supports comma separated values for multiple IdP file paths

Added support for multiple IdP file paths with comma separated values

...

...

abiquo.saml.redirect.error.endpoint

...

URI where the platform should redirect an unsuccessful Abiquo login using SAML SSO. This has to be set to a queryparameter "?error" or a valid URI like the one from the example.
Example: https://your.env.com/ui/?error=ERROR_CODE
Default: ?error

Default value changed from /error.html

...

...

Image Removed

...

5.2.2

...

abiquo.saml.login.allow.enterprise.pool

...

Allow the use of multiple enterprises with the same enterprise claim property as a pool. Will assign the user to the first enterprise match. Only valid for "SAML" mode, not for "SAML + user" (multiple IDPs).
Default: false

...

Amendments

  • In Abiquo 4.6.0, the "abiquo.plugin-client.pool.checkconnectionms" property was name documented with an error in the last section as "checkconnections"
  • In Abiquo 5.0.0, the "abiquo.azure.feign.logger.level" property was omitted.
  • In Abiquo 5.1.2, the "abiquo.virtualmachine.namepervdc" property MUST be configured on the Abiquo Server and the Remote Services server with the same value on all servers.

5.3.x

...

titleClick here to show/hide the changes to properties in 5.3.x...

...

Image Removed

...

Image Removed

...

Image Removed

...

5.3.0

...

Image Removed

...

Image Removed

...

abiquo.vsm.vmsyncmode.fetchall.{plugin}

  • vcenter_cluster
  • vmx_04

...

Image Removed

...

Image Removed

...

abiquo.billing.execution.limit

...

Image Removed

...

5.3.1

...

5.4.x

...

5.4.0

...

Added in 5.4.0

...

Description

...

API

...

RS

...

OA

...

abiquo.ec2billing.parser.lineItemType.ignore

Values to filter out from column lineItem/lineItemType from AWS billing CSVs. Configure on the server running the public cloud billing integration (usually the API server)

...

Status
subtlefalse
colourgrey
titleBILLING

...

abiquo.events.list.daysoffset

...

Days offset to consider by default in list of platform events
Default: 7

...

Status
subtlefalse
colourgreen
titleAPI

...

abiquo.nsxt.dhcp.leasetime-ms

...

Time to keep the lease in the NSX-T DHCP
Default: 86400

...

Status
subtlefalse
colourblue
titleRS

...

abiquo.nsxt.infra.dhcp-conf-name

...

Name of the NSX-T DHCP Profile used to create Tier-1 VPCs. NSX-T UI path is: Policy - Networking - IP Management - DCHP

...

Status
subtlefalse
colourgreen
titleAPI

...

abiquo.nsxt.infra.edge-cluster-name

...

Name of the NSX-T Edge Cluster used to create Tier-1 VPCs. NSX-T UI path is: Policy - System - Fabric - Nodes - Edge Clusters

...

Status
subtlefalse
colourgreen
titleAPI

...

abiquo.nsxt.infra.load-balancers.error-log-level

...

Error log level of the NSX-T Load Balancers Valid values are: INFO, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY
Default: INFO

...

Status
subtlefalse
colourblue
titleRS

...

abiquo.nsxt.infra.load-balancers.reserved-ips

...

Number of IP addresses that are reserved for NSX-T in each private network to allocate to load balancers.
Default: 20

...

Status
subtlefalse
colourblue
titleRS

...

abiquo.nsxt.infra.load-balancers.size

...

Size of the NSX-T Load Balancer. Valid values are: SMALL, MEDIUM, LARGE, XLARGE
Default: SMALL

...

Status
subtlefalse
colourblue
titleRS

...

abiquo.nsxt.infra.tier0-name

...

Name of the NSX-T Tier-0 used to create the Tier-1 VPCs. NSX-T UI path is: Policy - Networking - Tier-0 Gateway

...

Status
subtlefalse
colourgreen
titleAPI

...

abiquo.nsxt.infra.tier1.pool-allocation

...

Edges Pool Allocation Size defined at Tier-1 Valid values are: ROUTING, LB_SMALL, LB_MEDIUM, LB_LARGE, LB_XLARGE
Default: LB_SMALL

...

Status
subtlefalse
colourblue
titleRS

...

abiquo.nsxt.infra.transport-zone-name

...

Name of the NSX-T Transport Zone (overlay) used to create segments / networks. NSX-T UI path is: Policy - System - Fabric - Transport Zones

...

Status
subtlefalse
colourgreen
titleAPI

...

abiquo.nsxt.polling-ms

...

Time to wait between check on the NSX-T API
Default: 3000

...

Status
subtlefalse
colourblue
titleRS

...

abiquo.oci.default.polling.delay.seconds

...

OCI wait polling delay
Default: 30

...

Status
subtlefalse
colourblue
titleRS

...

abiquo.oci.default.polling.termination.seconds

...

OCI wait polling termination
Default: 600

...

Status
subtlefalse
colourblue
titleRS

...

abiquo.oci.public.subnet.mask

...

OCI Mask to use when creating the public subnet
Default: 24

...

Status
subtlefalse
colourblue
titleRS

...

abiquo.oci.retry.delay.seconds

...

OCI Time to wait to retry an API call
Default: 5

...

Status
subtlefalse
colourblue
titleRS

...

abiquo.oci.retry.max

...

OCI Max number of API call retry
Default: 10

...

Status
subtlefalse
colourblue
titleRS

...

5.4.1

...

Added in 5.4.1

...

Description

...

API

...

RS

...

OA

...

abiquo.auth.token.validseconds

...

Time in seconds for the Abiquo authorization token to expire. This token is returned by the API in the X-Abiquo-Token header.
Default: 1´800

...

Status
subtlefalse
colourgreen
titleAPI

...

Values to filter out from column lineItem/lineItemType from AWS ec2billing CSVs.
(warning) possible error

...

(warning)

...

Status
colourBlue
titleRS

...

abiquo.nsxt.infra.tier0-external-ip

...

External IP used by the Tier-0.

...

Status
subtlefalse
colourgreen
titleAPI

...

abiquo.backup.{plugin}.config.path

  • rubrik

...

Status
subtlefalse
colourblue
titleRS

...

abiquo.nars.async.pool.{plugin}.byvdc

  • nsxt
  • rubrik

...

Status
subtlefalse
colourblue
titleRS

...

abiquo.virtualfactory.{plugin}.backup.openSession

  • rubrik

...

Added rubrik

...

Status
subtlefalse
colourblue
titleRS

...

abiquo.virtualfactory.{plugin}.backup.openSession.byvdc

  • rubrik

...

Added rubrik

...

Status
subtlefalse
colourblue
titleRS

...

abiquo.virtualfactory.{plugin}.device.openSession

  • nsxt

...

Status
subtlefalse
colourblue
titleRS

...

abiquo.virtualfactory.{plugin}.device.openSession.byvdc

  • nsxt

...

Status
subtlefalse
colourblue
titleRS

...

abiquo.nsx.virtualwire.teaming

...

Status
subtlefalse
colourgreen
titleAPI

...

5.4.6

...

Publishers to filter out Azure billing line items. Configure on the server running the public cloud billing integration (usually the API server).

Example value to filter out Office products: Microsoft Corporation

...

BILLING

6.0.x

Excerptinfo

For changes to previous versions, please see Changes to Abiquo configuration properties archive


6.0.x


Warning

If you are using SAML, you must configure "abiquo.saml.authentication.maxage" or SAML will not start


6.0.0






Added in 6.0.0

Description

API

RS

V2V

OA

abiquo.backup.policy.sync.delay

Delay between executions of the backup policy check (milliseconds). The default is 24 hours.
Default: 86400000

Status
subtlefalse
colourgreen
titleAPI




abiquo.googlecloud.loadbalancer.healthcheck.healthythreshold

The number of consecutive health probe successes required before moving an GCP instance to the Healthy state. Range: 1-10
Default: 3


Status
subtlefalse
colourblue
titleRS



(warning) abiquo.saml.authentication.maxage

Maximum time in seconds the system allows users to use SAML single sign-on after their initial authentication with the IDP.
Required to successfully initialize SAML. A suggested value is 2073600 seconds

Status
subtlefalse
colourgreen
titleAPI




Anchor
service
service
abiquo.service.schema.cache.minutestokeep

jsonschema validation in API. Minutes to keep the schema in memory
Default: 10

Status
subtlefalse
colouryellow
titleXAAS




abiquo.service.schema.cache.size

jsonschema validation in API. Number of schemas to keep in memory
Default: 500

Status
subtlefalse
colouryellow
titleXAAS




abiquo.service.schema.import.check.delayinhours

Frequency in hours to perform an import of schemas from XAS server
Default: 5

Status
subtlefalse
colouryellow
titleXAAS




abiquo.service.state.frequencyinminutes

All service states are initialized with this frequency in minutes
Default: 5

Status
subtlefalse
colouryellow
titleXAAS




Anchor
snapshot
snapshot
abiquo.snapshot.autodelete.hours

Time that a snapshot lives before it expires. An expired snapshot is still usable until the check for expired snapshots deletes it. A property value greater than '0' means enabled. Otherwise auto delete snapshot is disabled.
Default: 0

Status
subtlefalse
colourgreen
titleAPI




abiquo.snapshot.autodelete.hours.limit

Max lifetime for a snapshot that a privileged user can configure when taking a snapshot. A property value greater than '0' means enabled. Otherwise the limit is disabled.
Default: 0

Status
subtlefalse
colourgreen
titleAPI




abiquo.snapshot.autodelete.polling.minutes

Time to wait between each check for expired snapshots.
Default: 30

Status
subtlefalse
colourgreen
titleAPI




Anchor
xas
xas
abiquo.xas.async.amqp.backoff.maxseconds

AMQP consumer reconnection. Max seconds without restart attempt
Default: 60


Status
subtlefalse
colouryellow
titleXAAS



abiquo.xas.async.amqp.backoff.minseconds

AMQP consumer reconnection. First attempt to restart in seconds
Default: 5


Status
subtlefalse
colouryellow
titleXAAS



abiquo.xas.async.pendingpublish.minutes

Check for pending responses failed to publish due to AMQP failure in XAS
Default: 10


Status
subtlefalse
colouryellow
titleXAAS



abiquo.xas.async.pool.inactivity.maxhours

Max hours without activity in a pool before release. The minimum value is 6, and if a lower value is set, the platform will use 6
Default: 24


Status
subtlefalse
colouryellow
titleXAAS



abiquo.xas.async.pool.max

Default maximum number of simultaneous operations on a single service state (same class and connection params)
Default: 2


Status
subtlefalse
colouryellow
titleXAAS



abiquo.xas.async.pool.xas-com-abiquo-service-test-SimpleService.max

Maximum number of simultaneous operations on a single service state (same class and connection params), by type of the service. using service class full name but replacing '.' with '-' default abiquo.xas.async.pool.max
Default: 2


Status
subtlefalse
colouryellow
titleXAAS



abiquo.xas.async.prefetch

Limit parallelism of asyncrequest execution. Number of unacknowledged messages from the requests queue.
Default: 50


Status
subtlefalse
colouryellow
titleXAAS



abiquo.xas.connectionrequesttimeout

API to XAS HTTP client configuration: timeout in milliseconds used when requesting a connection. 0 is interpreted as an infinite timeout. A negative value is interpreted as undefined (system default).
Default: -1

Status
subtlefalse
colouryellow
titleXAAS




abiquo.xas.connectiontimeout

API to XAS HTTP client configuration: timeout in milliseconds until a connection is established 0 is interpreted as an infinite timeout. A negative value is interpreted as undefined (system default).
Default: -1

Status
subtlefalse
colouryellow
titleXAAS




abiquo.xas.instances.cache.expireminutes

Specify the time an instance is valid; requires 'abiquo.xas.instances.cache.size>0'
Default: 30


Status
subtlefalse
colouryellow
titleXAAS



abiquo.xas.instances.cache.size

Enable service instances cache, and specify the maximum objects allocated. Set to 0 to disable
Default: 500


Status
subtlefalse
colouryellow
titleXAAS



abiquo.xas.packages

Packages where the platform will look for XaaS services and models
Default: com.abiquo.service, com.abiquo.services, com.abiquo.csp.subscription.model, com.abiquo.csp.office365.model, com.abiquo.awx.model, com.abiquo.service.awx.model, com.amazonaws.services.rds.model, software.amazon.awssdk.services.route53.model, com.abiquo.azure.model, com.abiquo.azure.mysql.service, com.abiquo.azure.mysql.api.model, com.abiquo.services.amazon.dto, com.microsoft.azure.management.sql


Status
subtlefalse
colouryellow
titleXAAS



abiquo.xas.pool.checkconnectionms

API to XAS HTTP client pool configuration: When reusing a connection check if the elapsed time since the last use exceeds this timeout.
Default: 5000

Status
subtlefalse
colouryellow
titleXAAS




abiquo.xas.pool.maxclients

API to XAS HTTP client pool configuration: Max active HTTP connections to any XAS.
Default: 50

Status
subtlefalse
colouryellow
titleXAAS




abiquo.xas.pool.maxclientsperendpoint

API to XAS HTTP client pool configuration: Max active HTTP connections to the same XAS instance.
Default: 10

Status
subtlefalse
colouryellow
titleXAAS




abiquo.xas.pool.maxkeepalivems

API to XAS HTTP client pool configuration: Max time to keep a persistent connection.
Default: 120000

Status
subtlefalse
colouryellow
titleXAAS




abiquo.xas.stacktrace.packagestostrip

Packages to ignore when reporting an exception stacktrace
Default: .plugin.internal.,.jetty.,.tomcat.,.catalina.,javax.servlet.,com.sun.proxy.,sun.reflect.,java.lang.reflect.,com.google.common.reflect.,
com.abiquo.service.loader.,com.abiquo.service.server.,org.apache.coyote.,org.joor.,java.base/,akka.,scala.,com.abiquo.gen.server.


Status
subtlefalse
colouryellow
titleXAAS



abiquo.xas.timeout

API to XAS HTTP client configuration: milliseconds to wait for a sync execution in the plugin. Implemented as socket timeout (SO_TIMEOUT) in milliseconds, which is the timeout for waiting for data or, put differently, a maximum period of inactivity between two consecutive data packets. 0 is interpreted as an infinite timeout. A negative value is interpreted as undefined (system default).
Default: 300000

Status
subtlefalse
colouryellow
titleXAAS




abiquo.xas.timeout.download

API to XAS HTTP client configuration: milliseconds to wait for a download to be completed
Default: 600000

Status
subtlefalse
colouryellow
titleXAAS




abiquo.xas.timeout.xas-{serviceClassName-replacing'.'for'-'}

API to XAS HTTP client configuration: milliseconds to wait for a sync execution in the service by class

Status
subtlefalse
colouryellow
titleXAAS




abiquo.xas.timeout.xas-{serviceClassName-replacing'.'for'-'}.{actionName}

API to XAS HTTP client configuration: milliseconds to wait for a sync execution in the service by class and action

Status
subtlefalse
colouryellow
titleXAAS




6.0.1






Deprecated in 6.0.1




abiquo.service.schema.import.check.delayinhoursThis property is no longer required
Status
subtlefalse
colouryellow
titleXAAS



Added in 5.4.6 and 6.0.1




abiquo.azure.billing.parser.lineitem.publisher.ignore

Publishers to filter out Azure billing line items.
Configure on the server running the public cloud billing integration (usually the API server).

Example value to filter out Office products: Microsoft Corporation

BILLING




Added in 6.0.1




abiquo.nsxt.dhcp.services

Configure Tier-1 DFW to allow DHCP traffic from these services in CSV list format.
To disable, set the property with an empty value.
Default: DHCP-Client,DHCP-Server,DHCPv6_Client,DHCPv6_Server 


Status
colourBlue
titleRS


com.abiquo.esxi.clusterdatastore.atleastone

If true, the cluster plugin will return datastores that are properly mounted on at least one host in the cluster.
If false, the cluster plugin will only return datastores that are accessible and readwrite on all the hosts they are mounted on.
Default: false


Status
colourBlue
titleRS


abiquo.ec2billing.parser.billType.ignoreValues to filter out from column bill/BillType from AWS billing CSV.
Configure on the server running the public cloud billing integration (usually the API server)
Status
colourGreen
titleAPI