2 Commits

Author SHA1 Message Date
Jim Rollenhagen
4dfde43b25 Clean up release notes for 7.0.0
Change-Id: I932157f80f58d17ce66df60fde31bb812f74d05f
2017-02-13 15:44:00 -05:00
Yibo Cai
f8ff1b26be 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
2016-10-02 10:45:46 +00:00