Improve order of OpenStack upgrades

1. neutron-gateway before nova-compute
2. ceph-mon before ceph-osd

Closes-Bug: #1859990

Change-Id: I645155b2f51ffaeb388dc3f8ce9fd125d3759d15
This commit is contained in:
Peter Matulis 2020-05-05 17:51:22 -04:00
parent e062afe05b
commit d8defee531

View File

@ -14,9 +14,9 @@ This document outlines how to upgrade a Juju-deployed OpenStack cloud.
Please read the following before continuing:
- the OpenStack charms `Release Notes`_ for the corresponding current and
* the OpenStack charms `Release Notes`_ for the corresponding current and
target versions of OpenStack
- the `Known OpenStack upgrade issues`_ section in this document
* the `Known OpenStack upgrade issues`_ section in this document
Definitions
-----------
@ -233,7 +233,7 @@ individually.
+=======+=======================+===============+
| 1 | keystone | Core Identity |
+-------+-----------------------+---------------+
| 2 | ceph-mon | Storage |
| 1 | ceph-mon | Storage |
+-------+-----------------------+---------------+
| 2 | ceph-osd | Storage |
+-------+-----------------------+---------------+
@ -277,7 +277,7 @@ individually.
+-------+-----------------------+---------------+
| 3 | openstack-dashboard | Control Plane |
+-------+-----------------------+---------------+
| 3 | nova-compute | Compute |
| 4 | nova-compute | Compute |
+-------+-----------------------+---------------+
.. important::