From 4507077bc439ea8b524cc4bba62ce1c36f5ee795 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 6 Jul 2017 16:47:02 +0100 Subject: [PATCH] Add a note on upgrading ironic deployment images --- doc/source/upgrading.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/upgrading.rst b/doc/source/upgrading.rst index 2eb8a3a30..9eeed8ec8 100644 --- a/doc/source/upgrading.rst +++ b/doc/source/upgrading.rst @@ -87,6 +87,13 @@ should be obtained either by building them locally or pulling them from an image registry. Second, the overcloud services should be replaced with new containers created from the new container images. +Upgrading the Ironic Deployment Images +-------------------------------------- + +Prior to upgrading the OpenStack control plane, the baremetal compute nodes +should be configured to use an updated deployment ramdisk. This procedure is +not currently automated by kayobe. + Building Container Images -------------------------