From fae2f6319e730285866c77c98b86282511b8f432 Mon Sep 17 00:00:00 2001 From: Peter Matulis Date: Mon, 15 Mar 2021 13:17:22 -0400 Subject: [PATCH] Add upgrades doc note (#526) * Add upgrades doc note Add a note so that upgrade testing (charms and payload) remains in sync with the end-user documentation (CDG) --- zaza/openstack/utilities/upgrade_utils.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/zaza/openstack/utilities/upgrade_utils.py b/zaza/openstack/utilities/upgrade_utils.py index 8e3a063..4f00592 100644 --- a/zaza/openstack/utilities/upgrade_utils.py +++ b/zaza/openstack/utilities/upgrade_utils.py @@ -26,7 +26,13 @@ from zaza.openstack.utilities.os_versions import ( OPENSTACK_RELEASES_PAIRS, ) - +""" +The below upgrade order is surfaced in end-user documentation. Any change to +it should be accompanied by an update to the OpenStack Charms Deployment Guide +for both charm upgrades and payload upgrades: +- source/upgrade-charms.rst#upgrade-order +- source/upgrade-openstack.rst#openstack_upgrade_order +""" SERVICE_GROUPS = ( ('Database Services', ['percona-cluster', 'mysql-innodb-cluster']), ('Stateful Services', ['rabbitmq-server', 'ceph-mon']),