-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
76b22bf
commit 06f6785
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
.. _ipa: | ||
|
||
========================= | ||
Ironic Python Agent (IPA) | ||
========================= | ||
|
||
Release Train IPA | ||
================= | ||
|
||
StackHPC provides built Ironic Python Agent (IPA) images in Release Train | ||
through Ark. | ||
|
||
These images are built in a CI using a Kayobe workflow :kayobe-doc: | ||
`Kayobe documentation <configuration/reference/ironic-python-agent.html>` | ||
and are configured in this repository. | ||
|
||
Release Train IPA is used by Bifrost and Overcloud Ironic by default in | ||
StackHPC Kayobe Configuration, and is pulled in to Inspector when running | ||
``kayobe seed service deploy`` for Bifrost or ``kayobe overcloud post configure`` | ||
for Ironic. This behaviour can be disabled in `stackhpc-ipa-images.yml`: | ||
|
||
.. code-block:: yaml | ||
stackhpc_ipa_image_bifrost_enabled: false | ||
stackhpc_ipa_image_overcloud_enabled: false | ||
You can also override the distribution version pulled in during deployment, | ||
to do this you can change ``stackhpc_ipa_image_version`` to be the opposite | ||
distribution. For example, the case of switching to Ubuntu 22.04 on a Rocky 9 | ||
cloud: | ||
|
||
.. code-block:: yaml | ||
stackhpc_ipa_image_version: "{{ stackhpc_ubuntu_jammy_ipa_image_version }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
features: | ||
- | | ||
Adds a new build workflow to Release Train for building IPA | ||
images, and deployment for Release Train IPA images to Bifrost | ||
and Ironic inspector. |