Add note about awesome Ceph charms

Also be more explicit about the cloud archive pocket.

Closes-Bug: #1876575

Change-Id: I192e048ce6fb42887713a0b7e74ae89563628361
This commit is contained in:
Peter Matulis 2020-05-05 16:32:05 -04:00
parent e062afe05b
commit 42971393af
1 changed files with 8 additions and 3 deletions

View File

@ -301,7 +301,7 @@ archive pocket". It takes on the following syntax:
``cloud:<ubuntu series>-<openstack-release>``
For example:
For example, for the 'bionic-train' pocket:
``cloud:bionic-train``
@ -334,11 +334,16 @@ The syntax is:
juju config <openstack-charm> openstack-origin=cloud:<cloud-archive-pocket>
Charms whose services are not technically part of the OpenStack project will
use a different charm option. The Ceph charms are a classic example:
use the ``source`` charm option instead. The Ceph charms are a classic example:
.. code:: bash
juju config <ceph-charm> source=cloud:<cloud-archive-pocket>
juju config ceph-mon source=cloud:bionic-train
.. note::
The ceph-osd and ceph-mon charms are able to maintain service availability
during their upgrade.
So to upgrade Cinder across all units (currently running Bionic) from Stein to
Train: