docs: explain how to enable Ironic in the automated setup

Change-Id: I34d339efd6748c1067e1499f7573d3dbb95e5e27
This commit is contained in:
Pierre Riteau 2022-12-09 18:00:30 +01:00
parent 13b005fafa
commit 60e8f702dc

View File

@ -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
^^^^^^^^^^^^^^^^^^