
When I submitted this the first time, I think it was Cristian that pointed out that a) the arch for the amd64 ones should be amd64, and also, an x86 guest should be allowed to run on an x86_64 host. I must have sent you an old version of my patch, and thought you had also read those replies. I can forward you the e-mail when I find it. I just searched for a while and can't. If someone else wants to send Rodrigo that mail, or review this patch with those things in mind, that would be much appreciated! Regards, - Christy On Wed, 2014-03-05 at 15:18 -0300, Rodrigo Trujillo wrote:
If Kimchi server is running in a PPC machine, the guests should be PPC. Currently, when user tries to create a template, only x86 isos are showed to user. This patch filters the ISOs, and also, adds ARCH to UI.
Rodrigo Trujillo (2): Support ppc64 isos in Templates: Add arch and urls to distro jsons Support ppc64 isos in Templates: Filter remote isos and change UI
src/distros.d/debian.json | 1 + src/distros.d/fedora.json | 24 ++++++++++++++++++++++++ src/distros.d/gentoo.json | 1 + src/distros.d/opensuse.json | 1 + src/distros.d/ubuntu.json | 2 ++ src/kimchi/distroloader.py | 3 ++- ui/pages/template-add.html.tmpl | 3 +++ 7 files changed, 34 insertions(+), 1 deletion(-)