Merge "docs: fix order of tenks/libvirt workaround on ubuntu"
This commit is contained in:
commit
6beb787303
@ -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::
|
|||||||
|
|
||||||
./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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user