From a70c67764a62848683842b03b39183d01a7e5b23 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Mon, 1 Dec 2025 15:09:18 +0000 Subject: [PATCH] Fix code block in GPU docs Correct playbook run command in GPU docs Fix code-block in Bifrost docs --- .../operations/bifrost-hardware-inventory-management.rst | 1 + doc/source/operations/gpu-in-openstack.rst | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/operations/bifrost-hardware-inventory-management.rst b/doc/source/operations/bifrost-hardware-inventory-management.rst index 6730418192..22970463dd 100644 --- a/doc/source/operations/bifrost-hardware-inventory-management.rst +++ b/doc/source/operations/bifrost-hardware-inventory-management.rst @@ -191,6 +191,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. diff --git a/doc/source/operations/gpu-in-openstack.rst b/doc/source/operations/gpu-in-openstack.rst index 6198edcaa4..502342692c 100644 --- a/doc/source/operations/gpu-in-openstack.rst +++ b/doc/source/operations/gpu-in-openstack.rst @@ -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/pci-passthrough.yml --limit compute_a100,compute_v100,compute_multi_gpu + kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/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