Cinder Backup Swift Proxy

  • By OpenStack Charmers
  • Cloud
Channel Revision Published Runs on
latest/edge 100 07 Mar 2024
Ubuntu 22.04
yoga/stable 29 05 May 2022
Ubuntu 22.04 Ubuntu 20.04
zed/stable 53 23 Jan 2023
Ubuntu 22.10 Ubuntu 22.04
xena/stable 35 29 Sep 2022
Ubuntu 20.04
wallaby/stable 55 23 Jan 2023
Ubuntu 20.04
victoria/stable 56 23 Jan 2023
Ubuntu 20.04
ussuri/stable 57 23 Jan 2023
Ubuntu 20.04 Ubuntu 18.04
train/candidate 49 28 Nov 2022
Ubuntu 18.04
train/edge 54 16 Jan 2023
Ubuntu 18.04
stein/candidate 49 28 Nov 2022
Ubuntu 18.04
stein/edge 54 16 Jan 2023
Ubuntu 18.04
rocky/candidate 49 28 Nov 2022
Ubuntu 18.04
rocky/edge 54 16 Jan 2023
Ubuntu 18.04
queens/candidate 49 28 Nov 2022
Ubuntu 18.04
queens/edge 54 16 Jan 2023
Ubuntu 18.04
2024.1/candidate 87 24 Jan 2024
Ubuntu 22.04
2023.2/stable 96 30 Nov 2023
Ubuntu 23.10
2023.1/stable 77 14 Jun 2023
Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04
juju deploy cinder-backup-swift-proxy --channel yoga/stable
Show information

Platform:

Ubuntu
22.04 20.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.

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

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

  • user-domain | string

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