parent
9efb6d0538
commit
15dd3581a4
@ -13,11 +13,11 @@ In order to use it external swift URL is needed along with authentication detail
|
||||
To use:
|
||||
|
||||
juju deploy cinder
|
||||
juju deploy cinder-backup-swift
|
||||
juju add-relation cinder-backup-swift cinder
|
||||
juju deploy cinder-backup-swift-proxy
|
||||
juju add-relation cinder-backup-swift-proxy cinder
|
||||
|
||||
|
||||
# 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).
|
@ -1,7 +1,7 @@
|
||||
includes:
|
||||
- 'layer:openstack'
|
||||
- 'interface:cinder-backup'
|
||||
repo: https://github.com/openstack/charm-cinder-backup-swift
|
||||
repo: https://github.com/openstack/charm-cinder-backup-swift-proxy
|
||||
options:
|
||||
basic:
|
||||
use_venv: true
|
||||
|
@ -13,7 +13,7 @@ from charms_openstack.charm import OpenStackCharm
|
||||
|
||||
|
||||
class CinderBackupSwiftCharm(OpenStackCharm):
|
||||
name = 'cinder-backup-swift'
|
||||
name = 'cinder-backup-swift-proxy'
|
||||
packages = ['cinder-backup']
|
||||
release = 'queens'
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: cinder-backup-swift
|
||||
name: cinder-backup-swift-proxy
|
||||
summary: Cinder-backup integration for OpenStack Block Storage
|
||||
maintainer: Alex Litvinov <alexander.litvinov@canonical.com>
|
||||
description: |
|
||||
|
@ -3,7 +3,7 @@ import charms.reactive as reactive
|
||||
import charms_openstack
|
||||
|
||||
# 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.
|
||||
import charm.openstack.cinder_backup_swift # noqa
|
||||
import charms.reactive.flags as flags
|
||||
|
@ -33,7 +33,7 @@ relations:
|
||||
- - cinder-ceph:storage-backend
|
||||
- cinder:storage-backend
|
||||
- - cinder
|
||||
- cinder-backup-swift
|
||||
- cinder-backup-swift-proxy
|
||||
- - ceph-mon:client
|
||||
- nova-compute:ceph
|
||||
- - nova-compute:ceph-access
|
||||
@ -79,9 +79,9 @@ applications:
|
||||
series: bionic
|
||||
charm: cs:cinder-ceph
|
||||
num_units: 0
|
||||
cinder-backup-swift:
|
||||
cinder-backup-swift-proxy:
|
||||
series: bionic
|
||||
charm: cinder-backup-swift
|
||||
charm: cinder-backup-swift-proxy
|
||||
num_units: 0
|
||||
options:
|
||||
auth-version: 3
|
||||
|
@ -33,7 +33,7 @@ relations:
|
||||
- - cinder-ceph:storage-backend
|
||||
- cinder:storage-backend
|
||||
- - cinder
|
||||
- cinder-backup-swift
|
||||
- cinder-backup-swift-proxy
|
||||
- - ceph-mon:client
|
||||
- nova-compute:ceph
|
||||
- - nova-compute:ceph-access
|
||||
@ -79,9 +79,9 @@ applications:
|
||||
series: bionic
|
||||
charm: cs:cinder-ceph
|
||||
num_units: 0
|
||||
cinder-backup-swift:
|
||||
cinder-backup-swift-proxy:
|
||||
series: bionic
|
||||
charm: cinder-backup-swift
|
||||
charm: cinder-backup-swift-proxy
|
||||
num_units: 0
|
||||
options:
|
||||
auth-version: 3
|
||||
|
@ -1,4 +1,4 @@
|
||||
charm_name: cinder-backup-swift
|
||||
charm_name: cinder-backup-swift-proxy
|
||||
gate_bundles:
|
||||
- bionic-queens-swift-v3
|
||||
- bionic-queens-swift-v2
|
||||
|
Loading…
Reference in New Issue
Block a user