From bca23698947aeccc2e2ed300eeb6487a0711873f Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 17 Jun 2021 16:10:57 +0200 Subject: [PATCH] Remove outdated upgrade step Migrating to Ironic hardware types was required in Rocky. This can now be removed from upgrading instructions. Change-Id: I0510db9fd1b8dd72540c83173267491b32728330 --- doc/source/upgrading.rst | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/doc/source/upgrading.rst b/doc/source/upgrading.rst index 86cd3e3c2..ccbf1247d 100644 --- a/doc/source/upgrading.rst +++ b/doc/source/upgrading.rst @@ -271,29 +271,6 @@ locally:: In order to push images to a registry after they are built, add the ``--push`` argument. -Migrating to Ironic Hardware Types ----------------------------------- - -Classic drivers in ironic were `deprecated -`__ -in the Queens release, and `removed -`__ -in the Rocky release. Nodes registered with ironic in Pike and earlier releases -of Bifrost use the classic drivers by default, and will need to be migrated to -use the new hardware types. The :ironic-doc:`ironic documentation -` provides details for how to do this, -but for the default case of the ``agent_ipmitool`` driver the following -procedure may be used, replacing ```` with the name of the host to -migrate: - -.. code-block:: console - - $ docker exec -it bifrost_deploy bash - (bifrost_deploy) $ export OS_CLOUD=bifrost - (bifrost_deploy) $ baremetal node maintenance set - (bifrost_deploy) $ baremetal node set --driver ipmi - (bifrost_deploy) $ baremetal node maintenance unset - Upgrading Containerised Services --------------------------------