From ca10628a66bf73847fa7560bc2ec5877bd14cca0 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Tue, 20 Feb 2024 14:55:46 +0100 Subject: [PATCH] doc: Add a note about SLURP upgrades Change-Id: I8609cf211316d8224c925d57a5e832ccff37b906 --- doc/source/user/operating-kolla.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/user/operating-kolla.rst b/doc/source/user/operating-kolla.rst index 5e1846e5f9..8bc0333c91 100644 --- a/doc/source/user/operating-kolla.rst +++ b/doc/source/user/operating-kolla.rst @@ -113,6 +113,13 @@ First, upgrade the ``kolla-ansible`` package: If you are running from Git repository, then just checkout the desired branch and run ``pip3 install --upgrade`` with the repository directory. +If performing a skip-level (SLURP) upgrade, update ``ansible`` or +``ansible-core`` to a version supported by the release you're upgrading to. + +.. code-block:: console + + pip3 install --upgrade 'ansible-core>=|ANSIBLE_CORE_VERSION_MIN|,<|ANSIBLE_CORE_VERSION_MAX|.99' + If upgrading to a Yoga release or later, install or upgrade Ansible Galaxy dependencies: