V2:
- Sort UI list of remote distros
- Change names of Fedora distros
- Allow ISOs of similar architectures but with different names to be displayed,
like (amd64 and x86_64)
V1:
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 | 30 +++++++++++++++++++++++++++---
src/distros.d/gentoo.json | 1 +
src/distros.d/opensuse.json | 1 +
src/distros.d/ubuntu.json | 2 ++
src/kimchi/distroloader.py | 10 +++++++++-
src/kimchi/model/config.py | 2 +-
ui/pages/template-add.html.tmpl | 8 ++++++--
8 files changed, 48 insertions(+), 7 deletions(-)
--
1.8.5.3