Skip to content

Commit

Permalink
Merge pull request #164 from elfosardo/add-no-cache-option
Browse files Browse the repository at this point in the history
Bug 1953979: Add parameter to set boot iso source
  • Loading branch information
openshift-merge-robot authored May 7, 2021
2 parents 2fa76a2 + 8892bed commit 92f2949
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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

0 comments on commit 92f2949

Please sign in to comment.