parent
9efb6d0538
commit
15dd3581a4
@ -13,11 +13,11 @@ In order to use it external swift URL is needed along with authentication detail
|
|||||||
To use:
|
To use:
|
||||||
|
|
||||||
juju deploy cinder
|
juju deploy cinder
|
||||||
juju deploy cinder-backup-swift
|
juju deploy cinder-backup-swift-proxy
|
||||||
juju add-relation cinder-backup-swift cinder
|
juju add-relation cinder-backup-swift-proxy cinder
|
||||||
|
|
||||||
|
|
||||||
# Bugs
|
# Bugs
|
||||||
|
|
||||||
Please report bugs on [Launchpad](https://bugs.launchpad.net/charm-cinder-backup-swift/+filebug).
|
Please report bugs on [Launchpad](https://bugs.launchpad.net/charm-cinder-backup-swift-proxy/+filebug).
|
||||||
For general questions please refer to the OpenStack [Charm Guide](https://github.com/openstack/charm-guide).
|
For general questions please refer to the OpenStack [Charm Guide](https://github.com/openstack/charm-guide).
|
@ -1,7 +1,7 @@
|
|||||||
includes:
|
includes:
|
||||||
- 'layer:openstack'
|
- 'layer:openstack'
|
||||||
- 'interface:cinder-backup'
|
- 'interface:cinder-backup'
|
||||||
repo: https://github.com/openstack/charm-cinder-backup-swift
|
repo: https://github.com/openstack/charm-cinder-backup-swift-proxy
|
||||||
options:
|
options:
|
||||||
basic:
|
basic:
|
||||||
use_venv: true
|
use_venv: true
|
||||||
|
@ -13,7 +13,7 @@ from charms_openstack.charm import OpenStackCharm
|
|||||||
|
|
||||||
|
|
||||||
class CinderBackupSwiftCharm(OpenStackCharm):
|
class CinderBackupSwiftCharm(OpenStackCharm):
|
||||||
name = 'cinder-backup-swift'
|
name = 'cinder-backup-swift-proxy'
|
||||||
packages = ['cinder-backup']
|
packages = ['cinder-backup']
|
||||||
release = 'queens'
|
release = 'queens'
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: cinder-backup-swift
|
name: cinder-backup-swift-proxy
|
||||||
summary: Cinder-backup integration for OpenStack Block Storage
|
summary: Cinder-backup integration for OpenStack Block Storage
|
||||||
maintainer: Alex Litvinov <alexander.litvinov@canonical.com>
|
maintainer: Alex Litvinov <alexander.litvinov@canonical.com>
|
||||||
description: |
|
description: |
|
||||||
|
@ -3,7 +3,7 @@ import charms.reactive as reactive
|
|||||||
import charms_openstack
|
import charms_openstack
|
||||||
|
|
||||||
# This charm's library contains all of the handler code associated with
|
# This charm's library contains all of the handler code associated with
|
||||||
# cinder-backup-swift -- we need to import it to get the definitions
|
# cinder-backup-swift-proxy -- we need to import it to get the definitions
|
||||||
# for the charm.
|
# for the charm.
|
||||||
import charm.openstack.cinder_backup_swift # noqa
|
import charm.openstack.cinder_backup_swift # noqa
|
||||||
import charms.reactive.flags as flags
|
import charms.reactive.flags as flags
|
||||||
|
@ -33,7 +33,7 @@ relations:
|
|||||||
- - cinder-ceph:storage-backend
|
- - cinder-ceph:storage-backend
|
||||||
- cinder:storage-backend
|
- cinder:storage-backend
|
||||||
- - cinder
|
- - cinder
|
||||||
- cinder-backup-swift
|
- cinder-backup-swift-proxy
|
||||||
- - ceph-mon:client
|
- - ceph-mon:client
|
||||||
- nova-compute:ceph
|
- nova-compute:ceph
|
||||||
- - nova-compute:ceph-access
|
- - nova-compute:ceph-access
|
||||||
@ -79,9 +79,9 @@ applications:
|
|||||||
series: bionic
|
series: bionic
|
||||||
charm: cs:cinder-ceph
|
charm: cs:cinder-ceph
|
||||||
num_units: 0
|
num_units: 0
|
||||||
cinder-backup-swift:
|
cinder-backup-swift-proxy:
|
||||||
series: bionic
|
series: bionic
|
||||||
charm: cinder-backup-swift
|
charm: cinder-backup-swift-proxy
|
||||||
num_units: 0
|
num_units: 0
|
||||||
options:
|
options:
|
||||||
auth-version: 3
|
auth-version: 3
|
||||||
|
@ -33,7 +33,7 @@ relations:
|
|||||||
- - cinder-ceph:storage-backend
|
- - cinder-ceph:storage-backend
|
||||||
- cinder:storage-backend
|
- cinder:storage-backend
|
||||||
- - cinder
|
- - cinder
|
||||||
- cinder-backup-swift
|
- cinder-backup-swift-proxy
|
||||||
- - ceph-mon:client
|
- - ceph-mon:client
|
||||||
- nova-compute:ceph
|
- nova-compute:ceph
|
||||||
- - nova-compute:ceph-access
|
- - nova-compute:ceph-access
|
||||||
@ -79,9 +79,9 @@ applications:
|
|||||||
series: bionic
|
series: bionic
|
||||||
charm: cs:cinder-ceph
|
charm: cs:cinder-ceph
|
||||||
num_units: 0
|
num_units: 0
|
||||||
cinder-backup-swift:
|
cinder-backup-swift-proxy:
|
||||||
series: bionic
|
series: bionic
|
||||||
charm: cinder-backup-swift
|
charm: cinder-backup-swift-proxy
|
||||||
num_units: 0
|
num_units: 0
|
||||||
options:
|
options:
|
||||||
auth-version: 3
|
auth-version: 3
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
charm_name: cinder-backup-swift
|
charm_name: cinder-backup-swift-proxy
|
||||||
gate_bundles:
|
gate_bundles:
|
||||||
- bionic-queens-swift-v3
|
- bionic-queens-swift-v3
|
||||||
- bionic-queens-swift-v2
|
- bionic-queens-swift-v2
|
||||||
|
Loading…
Reference in New Issue
Block a user