From 360d7754e247c8b7746244121890b289a7857421 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Mon, 1 Dec 2025 15:09:18 +0000 Subject: [PATCH 1/3] Fix code block in GPU docs --- doc/source/operations/gpu-in-openstack.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/operations/gpu-in-openstack.rst b/doc/source/operations/gpu-in-openstack.rst index ddeaf59b7b..fc7808e473 100644 --- a/doc/source/operations/gpu-in-openstack.rst +++ b/doc/source/operations/gpu-in-openstack.rst @@ -71,6 +71,7 @@ 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 From a183c53e9001d7f719c9fecb7d796a26dce7fb36 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Mon, 1 Dec 2025 15:18:02 +0000 Subject: [PATCH 2/3] Correct playbook run command in GPU docs --- doc/source/operations/gpu-in-openstack.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/operations/gpu-in-openstack.rst b/doc/source/operations/gpu-in-openstack.rst index fc7808e473..665c99941b 100644 --- a/doc/source/operations/gpu-in-openstack.rst +++ b/doc/source/operations/gpu-in-openstack.rst @@ -65,7 +65,7 @@ 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. From 3a52da150ef7975008c58525cda7a84211ba8554 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Mon, 1 Dec 2025 15:21:05 +0000 Subject: [PATCH 3/3] Fix code-block in Bifrost docs --- doc/source/operations/bifrost-hardware-inventory-management.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/operations/bifrost-hardware-inventory-management.rst b/doc/source/operations/bifrost-hardware-inventory-management.rst index 6e2b332994..d931ce915b 100644 --- a/doc/source/operations/bifrost-hardware-inventory-management.rst +++ b/doc/source/operations/bifrost-hardware-inventory-management.rst @@ -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.