Make the root disk image build command more visible

Change-Id: If164af43bef244584627c9f18d70a905beafac55
This commit is contained in:
Pierre Riteau 2020-05-20 15:30:53 +02:00
parent e8eb5f4128
commit 28bf1128dd

View File

@ -92,15 +92,20 @@ configuration drive built by Bifrost, rather than the Bifrost default of
``kolla_bifrost_dib_packages``
List of DIB packages to install. Default is to install no extra packages.
The disk image is built during the ``kayobe seed service deploy`` command. It
is worth noting that currently, the image will not be rebuilt if it already
exists. To force rebuilding the image, it is necessary to remove the file. On
the seed:
The disk image is built during the deployment of seed services. It is worth
noting that currently, the image will not be rebuilt if it already exists. To
force rebuilding the image, it is necessary to remove the file. On the seed:
.. code-block:: console
docker exec bifrost_deploy rm /httpboot/deployment_image.qcow2
Then on the control host:
.. code-block:: console
(kayobe) $ kayobe seed service deploy
Example: Adding an element
--------------------------