Comment 8 for bug 1582964

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (master)

Reviewed: https://review.openstack.org/322632
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=f8ff1b26beb7c386429d1ddb2f869a225cc71d8d
Submitter: Jenkins
Branch: master

commit f8ff1b26beb7c386429d1ddb2f869a225cc71d8d
Author: Yibo Cai <email address hidden>
Date: Mon May 23 17:58:28 2016 +0800

    Support multi arch deployment

    Ironic is flexible for x86/x86_64 servers by supporting BIOS and UEFI.
    But to deploy servers of other architectures, such as aarch64 or ppc64,
    configuration(PXE boot file and config template) must be modified,
    which means one Ironic conductor can only deploy baremetal machines of
    one architecture.

    This patch adds multi arch deployment support. For example, to deploy
    x86_64 and aarch64 servers by one Ironic conductor.

    Closes-Bug: #1582964

    Change-Id: I628320aeb44b232a262d0843bc726a68d297e1f8