Skip to content
Snippets Groups Projects
  • Mark Goddard's avatar
    411668ea
    ironic: always enable conductor HTTP server · 411668ea
    Mark Goddard authored
    In the Xena release, Ironic removed the iSCSI driver [1]. The
    recommended driver is direct, which uses HTTP to transfer the disk
    image. This requires an HTTP server, and the simplest option is to use
    the one currently deployed when enable_ironic_ipxe is set to true. For
    this reason, this patch always enables the HTTP server running on the
    conductor.
    
    iPXE is still enabled separately, since it cannot currently be used at
    the same time as PXE.
    
    [1] https://review.opendev.org/c/openstack/ironic/+/789382
    
    Change-Id: I30c2ad2bf2957ac544942aefae8898cdc8a61ec6
    411668ea
    History
    ironic: always enable conductor HTTP server
    Mark Goddard authored
    In the Xena release, Ironic removed the iSCSI driver [1]. The
    recommended driver is direct, which uses HTTP to transfer the disk
    image. This requires an HTTP server, and the simplest option is to use
    the one currently deployed when enable_ironic_ipxe is set to true. For
    this reason, this patch always enables the HTTP server running on the
    conductor.
    
    iPXE is still enabled separately, since it cannot currently be used at
    the same time as PXE.
    
    [1] https://review.opendev.org/c/openstack/ironic/+/789382
    
    Change-Id: I30c2ad2bf2957ac544942aefae8898cdc8a61ec6
main.yml 15.08 KiB