Alitvinov Cinder Backup Swift

  • By Alexander Litvinov
  • Cloud
Channel Revision Published Runs on
latest/stable 0 18 Mar 2021
Ubuntu 18.04
latest/edge 0 18 Mar 2021
Ubuntu 18.04
juju deploy alitvinov-cinder-backup-swift
Show information

Platform:

Ubuntu
18.04

Learn about configurations >

  • auth-url | string

    The URL of Keystone endpoint of Swift service.

  • auth-version | int

    The Swift authentication version. Specify "2" for auth 2.0 or "3" for auth 3.0.

  • block-size | int

    Default: 32768

    The size in bytes that changes are tracked for incremental backups.

  • container-name | string

    Default: volumebackups

    The default Swift container to use.

  • debug | boolean

    Enable debug logging

  • endpoint-url | string

    The URL of Swift endpoint.

  • object-size | int

    Default: 52428800

    The size in bytes of Swift backup objects. This size has to be multiple of swift-block-size.

  • project-domain | string

    Swift project domain name. Required when connecting to an auth 3.0 system.

  • project-name | string

    Swift project name. Required when connecting to an auth 3.0 system.

  • ssl-ca | string

    When the Swift endpoint is TLS-terminated, provide here the contents of ca cert file.

  • ssl_ca | string

    SSL CA to use to communicate with other OpenStack cloud components.

  • swift-key | string

    Swift key for authentication.

  • swift-user | string

    Swift user name for authentication.

  • tenant-name | string

    Swift tenant name. Required when connecting to an auth 2.0 system.

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

  • user-domain | string

    Swift user domain name. Required when connecting to an auth 3.0 system.

  • verbose | boolean

    Enable verbose logging