Skip to content
Snippets Groups Projects
Commit 60e8f702 authored by Pierre Riteau's avatar Pierre Riteau
Browse files

docs: explain how to enable Ironic in the automated setup

Change-Id: I34d339efd6748c1067e1499f7573d3dbb95e5e27
parent 13b005fa
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,14 @@ Clone the ``kayobe-config-dev`` repository to ``config/src/kayobe-config`` ...@@ -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 Inspect the Kayobe configuration and make any changes necessary for your
environment. 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 If using Vagrant, follow the steps in :ref:`contributor-vagrant` to prepare
your environment for use with Vagrant and bring up a Vagrant VM. 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:: ...@@ -124,6 +132,8 @@ virtual server instance, and delete it once it becomes active::
./dev/overcloud-test-vm.sh ./dev/overcloud-test-vm.sh
.. _testing_bare_metal_compute:
Bare Metal Compute Bare Metal Compute
^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment