1.5. Adding other packages to a blueprint
Add the references for optional RPM packages to your ostree blueprint to enable them.
Prerequisites
- You created an image builder blueprint file.
Procedure
Edit your
ostreeblueprint by running the following command:$ vi <microshift_blueprint.toml>1 - 1
- Replace
<microshift_blueprint.toml>with the name of the blueprint file used for the MicroShift service.
Add the following example text to your blueprint:
[[packages]]1 name = "<microshift-additional-package-name>"2 version = "*"
Next steps
- Add custom certificate authorities to the blueprint as needed.
After you are done adding to your blueprint, you can apply the manifests to an active cluster by building a new
ostreesystem and deploying it on the client:- Create the ISO.
- Add the blueprint and build the ISO.
- Download the ISO and prepare it for use.
- Do any provisioning that is needed.