Skip to content
Snippets Groups Projects
Commit 0ec97ff7 authored by Mark Goddard's avatar Mark Goddard
Browse files

docs: fix order of tenks/libvirt workaround on ubuntu

Change-Id: Idd53d689e0e9baad571b2f0f4005f3efa3e21830
parent e6da84a0
No related branches found
No related tags found
No related merge requests found
...@@ -131,6 +131,11 @@ For a control plane with Ironic enabled, a "bare metal" instance can be ...@@ -131,6 +131,11 @@ For a control plane with Ironic enabled, a "bare metal" instance can be
deployed. We can use the `Tenks <https://tenks.readthedocs.io/en/latest/>`__ deployed. We can use the `Tenks <https://tenks.readthedocs.io/en/latest/>`__
project to create fake bare metal nodes. project to create fake bare metal nodes.
On Ubuntu, the ``nova_libvirt`` image does not contain the ``qemu-utils``
package necessary for image operations used by Tenks. Install it as follows::
sudo docker exec -u root nova_libvirt bash -c 'apt update && apt -y install qemu-utils'
Clone the tenks repository:: Clone the tenks repository::
git clone https://opendev.org/openstack/tenks.git git clone https://opendev.org/openstack/tenks.git
...@@ -155,11 +160,6 @@ services:: ...@@ -155,11 +160,6 @@ services::
./dev/configure-firewall.sh ./dev/configure-firewall.sh
On Ubuntu, the ``nova_libvirt`` image does not contain the ``qemu-utils``
package necessary for image operations used by Tenks. Install it as follows::
sudo docker exec -u root nova_libvirt bash -c 'apt update && apt -y install qemu-utils'
We are now ready to run the ``dev/overcloud-test-baremetal.sh`` script. This We are now ready to run the ``dev/overcloud-test-baremetal.sh`` script. This
will run the ``init-runonce`` setup script provided by Kolla Ansible that will run the ``init-runonce`` setup script provided by Kolla Ansible that
registers images, networks, flavors etc. It will then deploy a bare metal registers images, networks, flavors etc. It will then deploy a bare metal
......
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