Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1953979: Add parameter to set boot iso source #164

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/ironic.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ erase_devices_priority = 0
http_root = /shared/html/
http_url = http://{{ env.IRONIC_URL_HOST }}:{{ env.HTTP_PORT }}
fast_track = {{ env.IRONIC_FAST_TRACK }}
{% if env.IRONIC_BOOT_ISO_SOURCE %}
ramdisk_image_download_source = {{ env.IRONIC_BOOT_ISO_SOURCE }}
{% endif %}

[dhcp]
dhcp_provider = none
Expand Down
4 changes: 2 additions & 2 deletions main-packages-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ipxe-bootimgs
ipxe-roms-qemu
iscsi-initiator-utils
mariadb-server
openstack-ironic-api >= 1:17.0.1-0.20210407191221.d6bb66d.el8
openstack-ironic-conductor >= 1:17.0.1-0.20210407191221.d6bb66d.el8
openstack-ironic-api >= 1:17.0.3-0.20210506111219.659eef7.el8
openstack-ironic-conductor >= 1:17.0.3-0.20210506111219.659eef7.el8
parted
psmisc
python3-debtcollector >= 2.2.0-0.20201008171245.649189d.el8
Expand Down