Openstack Charmers Trilio Data Mover

  • By OpenStack Charmers
  • Cloud
Channel Revision Published Runs on
latest/stable 9 01 Jul 2021
Ubuntu 20.10 Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
latest/candidate 9 13 Oct 2021
Ubuntu 20.10 Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
latest/edge 12 29 Jul 2022
Ubuntu 22.04 Ubuntu 20.04
juju deploy openstack-charmers-trilio-data-mover
Show information

Platform:

Ubuntu
20.10 20.04 18.04 16.04

Learn about configurations >

  • backup-target-type | string

    Default: nfs

    backup target type - nfs or s3

  • cinder-http-retries | int

    Default: 10

    This is the number of times datamover will try to connect to the cinder service. This option is ignored if Trilio is before 4.1.94

  • debug | boolean

    Enable debug logging

  • nfs-options | string

    Default: nolock,soft,timeo=180,intr,lookupcache=none

    NFS Options

  • nfs-shares | string

    NFS Shares mount source path

  • python-version | int

    Default: 3

    THIS OPTION IS DEPRECATED AND HAS NO EFFECT

  • 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 the ``certificates`` relation.

  • triliovault-pkg-source | string

    Default: deb [trusted=yes] https://apt.fury.io/triliodata-4-0/ /

    Repository address of triliovault packages

  • tv-data-dir | string

    Default: /var/triliovault-mounts

    TrilioVault data mount point

  • tv-data-dir-old | string

    Default: /var/triliovault

    Old TrilioVault data dir

  • tv-datamover-max-commit-pending | int

    Default: 3

    max_commit_pending parameter value in /etc/tvault-contego/tvault-contego.conf

  • tv-datamover-max-uploads-pending | int

    Default: 3

    max_uploads_pending parameter value in /etc/tvault-contego/tvault-contego.conf

  • tv-datamover-qemu-agent-ping-timeout | int

    Default: 600

    qemu_agent_ping_timeout parameter value in /etc/tvault-contego/tvault-contego.conf

  • 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-cert | string

    SSL CA to use when connecting to S3

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

  • verbose | boolean

    Enable verbose logging