Correct README deploy commands

Assume pre-existing services as per doc policy.

The ceph application is deprecated, use ceph-mon instead.

Use fully-qualified endpoints.

Change-Id: I2a84853d474f73f48ed9eeead37e364fa51ac0d0
This commit is contained in:
Peter Matulis 2023-03-13 13:24:48 -04:00
parent 7b17d0d2cc
commit 111a1ca5d5
1 changed files with 6 additions and 6 deletions

View File

@ -8,14 +8,14 @@ This charm provides a Cinder Backup component as part of OpenStack Cinder servic
It is intended to be used alongside the other OpenStack components, even though it must
have relation set up with core Cinder service.
The below deployment instructions assume that a Ceph cluster and the Cinder
service are pre-existing.
To use:
To deploy:
juju deploy cinder
juju deploy -n 3 ceph
juju deploy cinder-backup
juju add-relation cinder-backup cinder
juju add-relation cinder-backup ceph
juju deploy --channel <channel> cinder-backup
juju add-relation cinder-backup:backup-backend cinder:backup-backend
juju add-relation cinder-backup:ceph ceph-mon:client
Configuration
=============