Merge "docs: explain how to enable Ironic in the automated setup"

This commit is contained in:
Zuul 2022-12-13 16:08:13 +00:00 committed by Gerrit Code Review
commit 170e836af0

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