Skip to content
Snippets Groups Projects
  1. Jan 08, 2020
  2. Jan 07, 2020
  3. Jan 06, 2020
  4. Jan 04, 2020
  5. Jan 02, 2020
  6. Dec 30, 2019
  7. Dec 28, 2019
  8. Dec 23, 2019
  9. Dec 21, 2019
  10. Dec 20, 2019
  11. Dec 19, 2019
  12. Dec 18, 2019
  13. Dec 16, 2019
  14. Dec 12, 2019
    • Mark Goddard's avatar
      Allow ironic_ipxe to serve instance images · 2b662cfb
      Mark Goddard authored
      Ironic provides a feature to allow instance images to be served from a
      local HTTP server [1]. This is the same server used for PXE images with
      iPXE. This does not work currently because the ironic_ipxe container
      does not have access to /var/lib/ironic/images (ironic docker volume),
      where the images are cached. Note that to make use of this feature, the
      following is required in ironic.conf:
      
      [agent]
      image_download_source = http
      
      This change fixes the issue by giving ironic_ipxe container access to
      the ironic volume.
      
      [1] https://docs.openstack.org/ironic/latest/admin/interfaces/deploy.html#deploy-with-custom-http-servers
      
      Change-Id: I501d02cfd40fbacea32d551c3912640c5661d821
      Closes-Bug: #1856194
      2b662cfb
Loading