Skip to content

Commit fbdb35d

Browse files
MoteHueAlex-Welsh
authored andcommitted
Fix code block in GPU docs
Correct playbook run command in GPU docs Fix code-block in Bifrost docs
1 parent d037355 commit fbdb35d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/source/operations/bifrost-hardware-inventory-management.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ The ADVise tool assumes that hardware introspection data has already been gather
191191
The ``extra-hardware`` disk builder element enabled when building the IPA image for the required data to be available.
192192

193193
To build ipa image with extra-hardware you need to edit ``ipa.yml`` and add this:
194+
194195
.. code-block:: console
195196
196197
# Whether to build IPA images from source.

doc/source/operations/gpu-in-openstack.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,13 @@ configuration or trigger the playbook manually:
6565
6666
kayobe overcloud host configure --limit compute_a100,compute_v100,compute_multi_gpu
6767
# OR
68-
kayobe playbook run --playbook $KAYOBE_CONFIG_PATH/ansible/pci-passthrough.yml --limit compute_a100,compute_v100,compute_multi_gpu
68+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pci-passthrough.yml --limit compute_a100,compute_v100,compute_multi_gpu
6969
7070
The playbook will apply the necessary configuraion and reboot the hosts if
7171
required.
7272

7373
Once host configuration is complete, deploy Nova:
74+
7475
.. code-block:: console
7576
7677
kayobe overcloud service deploy -kt nova

0 commit comments

Comments
 (0)