Skip to content

Commit 3919a23

Browse files
authored
Merge pull request #961 from stackhpc/bifrost-ipa-kernel-update
Document update of IPA kernel URL
2 parents 11d036c + ed6eab9 commit 3919a23

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

doc/source/operations/rocky-linux-9.rst

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ The following patches have been **merged** to the downstream StackHPC ``stackhpc
4545

4646
- https://review.opendev.org/c/openstack/kayobe/+/898563 (to fix ``kayobe overcloud deprovision``)
4747
- https://review.opendev.org/c/openstack/kayobe/+/898284 (if deployment predates Ussuri)
48-
49-
- TODO: Put this into the procedure.
50-
- **Must reprocess inspection data to update IPA kernel URL (see
51-
release note)**
52-
5348
- https://review.opendev.org/c/openstack/kayobe/+/898777
5449
- https://review.opendev.org/c/openstack/kayobe/+/898915
5550
- https://review.opendev.org/c/openstack/kayobe/+/898905
@@ -119,6 +114,30 @@ The error from NetworkManager was:
119114
120115
[1697192659.9611] keyfile: ipv4.routing-rules: invalid value for "routing-rule1": invalid value for "table"
121116
117+
Updating the IPA kernel URL
118+
---------------------------
119+
120+
If the enrolment of the overcloud nodes in Bifrost predates Ussuri, the
121+
``deploy_kernel`` configuration probably still points to the old
122+
``ipa.vmlinuz`` file, resulting in the following error in Bifrost:
123+
124+
.. code-block:: shell
125+
126+
Failed to prepare to deploy: Validation of image href http://10.161.0.3:8080/ipa.vmlinuz failed, reason: Got HTTP code 404 instead of 200 in response to HEAD request.
127+
128+
Switch the deployment kernel to ``ipa.kernel``:
129+
130+
.. code-block:: shell
131+
132+
(bifrost-deploy) OS_CLOUD=bifrost baremetal node set <node> --driver-info deploy_kernel=http://<seed-ip>:8080/ipa.kernel
133+
134+
Alternatively, the node inspection data can be reprocessed, but this may erase
135+
any manual configuration changes applied since the last inspection:
136+
137+
.. code-block:: shell
138+
139+
(bifrost-deploy) OS_CLOUD=bifrost baremetal introspection reprocess <node>
140+
122141
Switching to iPXE
123142
-----------------
124143

0 commit comments

Comments
 (0)