From 673a768517736f1e5b3d00fef5cc5f3330786ed6 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Wed, 5 Apr 2023 16:06:14 -0700 Subject: [PATCH] Add warning about default libvirt networks If you try to install on a vanilla linux libvirt, using default settings, it will fail because bifrost testenv also uses default settings inside the testenv. Change-Id: I5189d3bfc585922b5187dc3d10a0f8b2f1c5452c --- doc/source/install/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index e3d30876d..c30162c03 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -208,6 +208,8 @@ If you want to try Bifrost on virtual machines instead of real hardware, you need to prepare a testing environment. The easiest way is via ``bifrost-cli``, available since the Victoria release series: + + .. code-block:: bash ./bifrost-cli testenv @@ -217,6 +219,12 @@ Then do not forget to pass ``--testenv`` flag to ``bifrost-cli install``. See :doc:`/contributor/testenv` for more details and for advanced ways of creating a virtual environment (also supported on Ussuri and older). +.. warning:: + + Testenv for bifrost will default to using the default libvirt network. If you + are installing the testenv inside a VM using the default libvirt network, you + will encounter errors. + .. _bifrost-cli: ============================