|
7 | 7 | # Whether to build IPA images from source. |
8 | 8 | #ipa_build_images: |
9 | 9 |
|
| 10 | +# Override the OS distribution used to build IPA images. Default is the host |
| 11 | +# distribution. |
| 12 | +#ipa_build_distro: |
| 13 | + |
| 14 | +# Override the OS release used to build IPA images. Default is the host |
| 15 | +# release. |
| 16 | +#ipa_build_release: |
| 17 | + |
10 | 18 | # URL of IPA source repository. |
11 | 19 | #ipa_build_source_url: |
12 | 20 |
|
|
23 | 31 | #ipa_build_dib_host_packages_extra: |
24 | 32 |
|
25 | 33 | # List of default Diskimage Builder (DIB) elements to use when building IPA |
26 | | -# images. Default is ["centos", "dynamic-login", "enable-serial-console", |
27 | | -# "ironic-python-agent-ramdisk"] when os_distribution is "rocky", and |
28 | | -# ["ubuntu", "dynamic-login", "enable-serial-console", |
29 | | -# "ironic-python-agent-ramdisk"] otherwise. |
| 34 | +# images. Default is ["rocky-container", "dynamic-login", |
| 35 | +# "enable-serial-console", "ironic-python-agent-ramdisk", "baremetal"] when |
| 36 | +# ipa_build_distro is "rocky", and [ipa_build_distro, "dynamic-login", |
| 37 | +# "enable-serial-console", "ironic-python-agent-ramdisk", "baremetal"] |
| 38 | +# otherwise. |
30 | 39 | #ipa_build_dib_elements_default: |
31 | 40 |
|
32 | 41 | # List of additional Diskimage Builder (DIB) elements to use when building IPA |
|
64 | 73 | # ipa_build_dib_git_elements_default and ipa_build_dib_git_elements_extra. |
65 | 74 | #ipa_build_dib_git_elements: |
66 | 75 |
|
67 | | -# List of DIB packages to install. Default is empty list. |
| 76 | +# List of DIB packages to install. Default is ["python3-yaml"] when |
| 77 | +# when ipa_build_distro is "rocky", otherwise []. |
68 | 78 | #ipa_build_dib_packages: |
69 | 79 |
|
70 | 80 | # Upper constraints file for installing packages in the virtual environment |
|
0 commit comments