Skip to content

Commit c6dac83

Browse files
authored
Fixes in docs (#2019)
1 parent c6c8c78 commit c6dac83

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
@@ -239,6 +239,7 @@ The ADVise tool assumes that hardware introspection data has already been gather
239239
The ``extra-hardware`` disk builder element enabled when building the IPA image for the required data to be available.
240240

241241
To build ipa image with extra-hardware you need to edit ``ipa.yml`` and add this:
242+
242243
.. code-block:: console
243244
244245
# 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/maintenance/pci-passthrough.yml --limit compute_a100,compute_v100,compute_multi_gpu
68+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/maintenance/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)