TrilioVault Workload Manager
- Shyam Biradar
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 18 | 13 Sep 2024 | |
latest/candidate | 24 | 24 Oct 2024 | |
latest/candidate | 23 | 22 Oct 2024 | |
latest/candidate | 16 | 06 Jun 2024 | |
latest/edge | 1 | 31 Oct 2022 | |
6.0/candidate | 28 | 30 Oct 2024 |
juju deploy trilio-charmers-trilio-wlm
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
action-managed-upgrade | boolean
If True enables openstack upgrades for this charm via juju actions. You will still need to set openstack-origin to the new repository but instead of an upgrade running automatically across all units, it will wait for you to execute the openstack-upgrade action for this charm on each unit. If False it will revert to existing behavior of upgrading all units on config change.
-
backup-target-type | string
Default: nfs
Type of backup target. Valid types - nfs, s3
-
client-retry-limit | int
Default: 3
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
-
debug | boolean
Enable debug logging
-
dns-ha | boolean
Use DNS HA with MAAS 2.0. Note if this is set do not set vip settings below.
-
haproxy-client-timeout | int
Client timeout configuration in ms for haproxy, used in HA configurations. If not provided, default value of 90000ms is used.
-
haproxy-connect-timeout | int
Connect timeout configuration in ms for haproxy, used in HA configurations. If not provided, default value of 9000ms is used.
-
haproxy-queue-timeout | int
Queue timeout configuration in ms for haproxy, used in HA configurations. If not provided, default value of 9000ms is used.
-
haproxy-server-timeout | int
Server timeout configuration in ms for haproxy, used in HA configurations. If not provided, default value of 90000ms is used.
-
is-vmware-migration-enabled | boolean
If VMWare to OpenStack migration feature enabled or not
-
max-wait-for-upload | int
Default: 48
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
-
misfire-grace-time | int
Default: 600
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
-
nfs-options | string
Default: nolock,soft,timeo=180,intr,lookupcache=none
NFS Options
-
openstack-origin | string
Default: cloud:bionic-train
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.
-
os-admin-hostname | string
The hostname or address of the admin endpoints created in the keystone identity provider. . This value will be used for admin endpoints. For example, an os-admin-hostname set to 'api-admin.example.com' with ssl enabled will create the following endpoint for neutron-api: . https://api-admin.example.com:9696/
-
os-admin-network | string
The IP address and netmask of the OpenStack Admin network (e.g., 192.168.0.0/24) . This network will be used for admin endpoints.
-
os-internal-hostname | string
The hostname or address of the internal endpoints created in the keystone identity provider. . This value will be used for internal endpoints. For example, an os-internal-hostname set to 'api-internal.example.com' with ssl enabled will create the following endpoint for neutron-api: . https://api-internal.example.com:9696/
-
os-internal-network | string
The IP address and netmask of the OpenStack Internal network (e.g., 192.168.0.0/24) . This network will be used for internal endpoints.
-
os-public-hostname | string
The hostname or address of the public endpoints created in the keystone identity provider. . This value will be used for public endpoints. For example, an os-public-hostname set to 'api-public.example.com' with ssl enabled will create the following endpoint for neutron-api: . https://api-public.example.com:9696/
-
os-public-network | string
The IP address and netmask of the OpenStack Public network (e.g., 192.168.0.0/24) . This network will be used for public endpoints.
-
process-timeout | int
Default: 300
Process timeout in seconds, used in file-search tool This option is ignored if Trilio is before 4.2
-
progress-tracking-update-interval | int
Default: 1200
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
-
region | string
Default: RegionOne
OpenStack Region
-
ssl_ca | string
TLS CA to use to communicate with other components in a deployment. . NOTE: This configuration option will take precedence over any certificates received over the
certificates
relation. -
ssl_cert | string
TLS certificate to install and use for any listening services. . NOTE: This configuration option will take precedence over any certificates received over the
certificates
relation. -
ssl_key | string
TLS key to use with certificate specified as
ssl_cert
. . NOTE: This configuration option will take precedence over any certificates received over thecertificates
relation. -
triliovault-pkg-source | string
Default: deb [trusted=yes] https://apt.fury.io/triliodata-4-2/ /
Repository address of triliovault packages
-
trustee-role | string
Default: member
Workload manager trustee role.
-
tv-s3-access-key | string
S3 access key
-
tv-s3-bucket | string
S3 bucket name
-
tv-s3-endpoint-url | string
S3 endpoint URL
-
tv-s3-region-name | string
S3 region name
-
tv-s3-secret-key | string
S3 secret access key
-
tv-s3-ssl | boolean
Default: True
Whether S3 backup target endpoint has SSL/TLS enabled or not
-
tv-s3-ssl-cert | string
SSL CA to use when connecting to S3
-
tv-s3-ssl-verify | boolean
Default: True
Whether TVO should verify SSL/TLS on S3 backup target endpoint or not
-
use-internal-endpoints | boolean
Openstack mostly defaults to using public endpoints for internal communication between services. If set to True this option will configure services to use internal endpoints where possible.
-
use-syslog | boolean
Setting this to True will allow supporting services to log to syslog.
-
vcenter-nossl | boolean
Default: True
If SSL is not enabled on VCenter url
-
vcenter-password | string
VCenter login password
-
vcenter-ssl-cert | string
SSL CA certificate used to connect vcenter url
-
vcenter-url | string
VCenter URL
-
vcenter-username | string
VCenter login username
-
verbose | boolean
Enable verbose logging
-
vip | string
Virtual IP(s) to use to front API services in HA configuration.
If multiple networks are being used, a VIP should be provided for each network, separated by spaces.
-
vip_cidr | int
Default: 24
Default CIDR netmask to use for HA vip when it cannot be automatically determined.
-
vip_iface | string
Default: eth0
Default network interface to use for HA vip when it cannot be automatically determined.
-
worker-multiplier | float
The CPU core multiplier to use when configuring worker processes. By default, the number of workers for each daemon is set to twice the number of CPU cores a service unit has. This default value will be capped to 4 workers unless this configuration option is set.