Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ The ADVise tool assumes that hardware introspection data has already been gather
The ``extra-hardware`` disk builder element enabled when building the IPA image for the required data to be available.

To build ipa image with extra-hardware you need to edit ``ipa.yml`` and add this:

.. code-block:: console

# Whether to build IPA images from source.
Expand Down
3 changes: 2 additions & 1 deletion doc/source/operations/gpu-in-openstack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,13 @@ configuration or trigger the playbook manually:

kayobe overcloud host configure --limit compute_a100,compute_v100,compute_multi_gpu
# OR
kayobe playbook run --playbook $KAYOBE_CONFIG_PATH/ansible/maintenance/pci-passthrough.yml --limit compute_a100,compute_v100,compute_multi_gpu
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/maintenance/pci-passthrough.yml --limit compute_a100,compute_v100,compute_multi_gpu

The playbook will apply the necessary configuraion and reboot the hosts if
required.

Once host configuration is complete, deploy Nova:

.. code-block:: console

kayobe overcloud service deploy -kt nova
Expand Down
Loading