
Add support for Trilio 4.2 and refocus this branch CI on 4.2. Change-Id: Ic48bdf62d67deb536dc8e4dba1bfa4178a1f1217
109 lines
3.1 KiB
YAML
109 lines
3.1 KiB
YAML
options:
|
|
openstack-origin:
|
|
type: string
|
|
default: cloud:bionic-train
|
|
description: |
|
|
Repository from which to install. May be one of the following:
|
|
distro (default), ppa:somecustom/ppa, a deb url sources entry or a
|
|
supported Ubuntu Cloud Archive (UCA) release pocket.
|
|
.
|
|
Supported UCA sources include:
|
|
.
|
|
cloud:<series>-<openstack-release>
|
|
cloud:<series>-<openstack-release>/updates
|
|
cloud:<series>-<openstack-release>/staging
|
|
cloud:<series>-<openstack-release>/proposed
|
|
.
|
|
For series=Precise we support UCA for openstack-release=
|
|
* icehouse
|
|
.
|
|
For series=Trusty we support UCA for openstack-release=
|
|
* juno
|
|
* kilo
|
|
* ...
|
|
.
|
|
NOTE: updating this setting to a source that is known to provide
|
|
a later version of OpenStack will trigger a software upgrade.
|
|
triliovault-pkg-source:
|
|
type: string
|
|
default: "deb [trusted=yes] https://apt.fury.io/triliodata-4-0/ /"
|
|
description: Repository address of triliovault packages
|
|
backup-target-type:
|
|
type: string
|
|
default: nfs
|
|
description: |
|
|
Type of backup target. Valid types - nfs, s3
|
|
nfs-options:
|
|
type: string
|
|
default: nolock,soft,timeo=180,intr,lookupcache=none
|
|
description: NFS Options
|
|
nfs-shares:
|
|
type: string
|
|
default:
|
|
description: NFS Shares mount source path
|
|
max-wait-for-upload:
|
|
type: int
|
|
default: 48
|
|
description: |
|
|
The amount of time(in hrs) that snapshot upload
|
|
operation should wait for the upload
|
|
This option is ignored if Trilio is before 4.1.94
|
|
client-retry-limit:
|
|
type: int
|
|
default: 3
|
|
description: |
|
|
This is the number of times wlm will try to connect to
|
|
OpenStack services.
|
|
This option is ignored if Trilio is before 4.1.94
|
|
misfire-grace-time:
|
|
type: int
|
|
default: 600
|
|
description: |
|
|
misfire_grace_time is the grace time in which the global job
|
|
scheduler will consider to trigger the missed snapshots
|
|
The value is in seconds
|
|
This option is ignored if Trilio is before 4.1.94
|
|
tv-s3-secret-key:
|
|
type: string
|
|
default:
|
|
description: S3 secret access key
|
|
tv-s3-access-key:
|
|
type: string
|
|
default:
|
|
description: S3 access key
|
|
tv-s3-region-name:
|
|
type: string
|
|
default:
|
|
description: S3 region name
|
|
tv-s3-bucket:
|
|
type: string
|
|
default:
|
|
description: S3 bucket name
|
|
tv-s3-endpoint-url:
|
|
type: string
|
|
default:
|
|
description: S3 endpoint URL
|
|
tv-s3-ssl-cert:
|
|
type: string
|
|
default:
|
|
description: |
|
|
SSL CA to use when connecting to S3
|
|
trustee-role:
|
|
type: string
|
|
default: member
|
|
description: |
|
|
Workload manager trustee role.
|
|
progress-tracking-update-interval:
|
|
type: int
|
|
default: 1200
|
|
description: |
|
|
Number of seconds to wait for progress tracking file updated before
|
|
we call contego crash
|
|
This option is ignored if Trilio is before 4.2
|
|
process-timeout:
|
|
type: int
|
|
default: 300
|
|
description: |
|
|
Process timeout in seconds, used in file-search tool
|
|
This option is ignored if Trilio is before 4.2
|