Skip to content

Commit c24dc1d

Browse files
committed
Make hardware inventory doc bifrost specific
1 parent 275ce2c commit c24dc1d

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
=============================
2-
Hardware Inventory Management
3-
=============================
1+
=====================================
2+
Bifrost Hardware Inventory Management
3+
=====================================
44

5-
At its lowest level, hardware inventory is managed in the Bifrost service.
5+
In most deployments, hardware inventory is managed by the Bifrost service.
66

77
Reconfiguring Control Plane Hardware
88
====================================
@@ -56,7 +56,9 @@ in Bifrost:
5656
| da0c61af-b411-41b9-8909-df2509f2059b | example-hypervisor-01 | None | power off | enroll | False |
5757
+--------------------------------------+-----------------------+---------------+-------------+--------------------+-------------+
5858
59-
After editing ``${KAYOBE_CONFIG_PATH}/overcloud.yml`` to add these new hosts to
59+
After editing ``${KAYOBE_CONFIG_PATH}/overcloud.yml`` (or
60+
``${KAYOBE_CONFIG_PATH}/environments/${KAYOBE_ENVIRONMENT}/overcloud.yml``
61+
if Kayobe environment is used) to add these new hosts to
6062
the correct groups, import them in Kayobe's inventory with:
6163

6264
.. code-block:: console
@@ -138,7 +140,7 @@ migrate as the process needs manual confirmation. You can do this with:
138140

139141
.. code-block:: console
140142
141-
openstack # openstack server resize confirm <instance-uuid>
143+
openstack# openstack server resize confirm <instance-uuid>
142144
143145
The symptom to look out for is that the server is showing a status of ``VERIFY
144146
RESIZE`` as shown in this snippet of ``openstack server show <instance-uuid>``:

doc/source/operations/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This guide is for operators of the StackHPC Kayobe configuration project.
1111
control-plane-operation
1212
customising-horizon
1313
gpu-in-openstack
14-
hardware-inventory-management
14+
bifrost-hardware-inventory-management
1515
hotfix-playbook
1616
migrating-vm
1717
nova-compute-ironic

0 commit comments

Comments
 (0)