From 60e8f702dc599c6e8ccfd1aaf77123f9f156121b Mon Sep 17 00:00:00 2001 From: Pierre Riteau <pierre@stackhpc.com> Date: Fri, 9 Dec 2022 18:00:30 +0100 Subject: [PATCH] docs: explain how to enable Ironic in the automated setup Change-Id: I34d339efd6748c1067e1499f7573d3dbb95e5e27 --- doc/source/contributor/automated.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/source/contributor/automated.rst b/doc/source/contributor/automated.rst index 5eb21263..35ea0c3f 100644 --- a/doc/source/contributor/automated.rst +++ b/doc/source/contributor/automated.rst @@ -62,6 +62,14 @@ Clone the ``kayobe-config-dev`` repository to ``config/src/kayobe-config`` Inspect the Kayobe configuration and make any changes necessary for your environment. +If you want to test bare metal compute nodes as described in +:ref:`testing_bare_metal_compute`, enable Ironic by adding the following to +``config/src/kayobe-config/etc/kayobe/kolla.yml``: + +.. code-block:: yaml + + kolla_enable_ironic: True + If using Vagrant, follow the steps in :ref:`contributor-vagrant` to prepare your environment for use with Vagrant and bring up a Vagrant VM. @@ -124,6 +132,8 @@ virtual server instance, and delete it once it becomes active:: ./dev/overcloud-test-vm.sh +.. _testing_bare_metal_compute: + Bare Metal Compute ^^^^^^^^^^^^^^^^^^ -- GitLab