- Notifications
You must be signed in to change notification settings - Fork366
An HTML5 management interface for KVM guests
License
Unknown and 2 other licenses found
Licenses found
kimchi-project/kimchi
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Kimchi is an HTML5 based management tool for KVM. It is designed to make it aseasy as possible to get started with KVM and create your first guest.
Kimchi runs as aWok plugin.
Kimchi manages KVM guests through libvirt. The management interface is accessedover the web using a browser that supports HTML5.
The latest packages available can be found athttps://github.com/kimchi-project/kimchi/releases/latest
- If you want to use the repositories, checkJFrog Repositories
If you prefer to install Kimchi from source code, follow the steps below!
Thanks to the initiative from JFrog and Google Cloud Platform to host our open source project for free, you can knowuse the JFrog Repositories to install Kimchi and Wok. You may not find the packages in some distributions yet, we are working to make it available to all distributions.
Check all the available repositories here:
Staging Area:https://kimchi.jfrog.io/kimchi/staging/
First of all, make sure toWokinstalled in your system.
To add Kimchi plugin, please make sure to have all the dependencies installedbefore starting up the wokd service.
Development Dependencies
sudo dnf install -y gcc make autoconf automake git python3-pip python3-requests python3-mock gettext-devel rpm-build libxslt gcc-c++ python3-devel python3-pep8 python3-pyflakes rpmlint python3-pyyamlsudo -H pip3 install -r requirements-dev.txtRuntime Dependencies
sudo dnf install -y python3-configobj python3-lxml python3-magic python3-paramiko python3-ldap spice-html5 novnc qemu-kvm python3-libvirt python3-pyparted python3-ethtool python3-pillow python3-cherrypy python3-libguestfs libvirt libvirt-daemon-config-network iscsi-initiator-utils libguestfs-tools sos nfs-utilssudo -H pip3 install -r requirements-FEDORA.txtDevelopment Dependencies
sudo apt install -y gcc make autoconf automake git python3-pip python3-requests python3-mock gettext pkgconf xsltproc python3-dev pep8 pyflakes python3-yamlsudo -H pip3 install -r requirements-dev.txtRuntime Dependencies
sudo apt install -y python3-configobj python3-lxml python3-magic python3-paramiko python3-ldap spice-html5 novnc qemu-kvm python3-libvirt python3-parted python3-ethtool python3-guestfs python3-pil python3-cherrypy3 libvirt0 libvirt-daemon-system libvirt-clients nfs-common sosreport open-iscsi libguestfs-tools libnl-route-3-devsudo -H pip3 install -r requirements-UBUNTU.txtDevelopment Dependencies
sudo zypper install -y gcc make autoconf automake git python3-pip python3-requests python3-mock gettext-tools rpm-build libxslt-tools gcc-c++ python3-devel python3-pep8 python3-pyflakes rpmlint python3-PyYAML python3-distrosudo -H pip3 install -r requirements-dev.txtRuntime Dependencies
sudo zypper install -y python3-configobj python3-lxml python3-magic python3-paramiko python3-ldap spice-html5 novnc qemu-kvm python3-libvirt-python python3-ethtool python3-Pillow python3-CherryPy python3-libguestfs parted-devel libvirt libvirt-daemon-config-network open-iscsi guestfs-tools nfs-client gcc python3-develsudo -H pip3 install -r requirements-OPENSUSE-LEAP.txtsudo ./autogen.sh --systemmake# Optional if running from the source treesudo make install# Or, to make installable .deb packagesmake deb# Or, for RPM packagesmake rpmIf you are looking for stable versions, there are some packages available athttps://github.com/kimchi-project/kimchi/releases
make check-localsudo make checkAfter all tests are executed, a summary will be displayed containing anyerrors/failures which might have occurred.
Connect your browser tohttps://localhost:8001. You should see a screen like:
By default, wok uses PAM to authenticate users so you can log in with the same usernameand password that you would use to log in to the machine itself. Once logged inyou will see a screen like:
This shows you the list of running guests including a live screenshot ofthe guest session. You can use the action buttons to shutdown the guestsor connect to the display in a new window.
To create a new guest, click on the "+" button in the upper right corner.In Kimchi, all guest creation is done through templates.
You can view or modify templates by clicking on the Templates link in thetop navigation bar.
The template screen looks like:
From this view, you can change the parameters of a template or create anew template using the "+" button in the upper right corner.
To create a template, you need an ISO or image file on your host or use a remote one.If you are willing to use your own ISO, please copy it to out of box storagepool (default path is: /var/lib/kimchi/isos).
Please, checkWok configurationif you are getting problems to access Wok server.
If you follow all the steps to get Wok and Kimchi running and even though you can not seethe virtualization tab, it means something went wrong.
You can get more details about it when running wok with--environment=dev.
sudo python3 /usr/bin/wokd --environment=devThere will be a message like:
Failed to import plugin wok.plugins.kimchi.Kimchi, error: XXXIf the log shows details of a missing dependency, like this:
Failed to import plugin wok.plugins.kimchi.Kimchi, error: No module named 'ipaddr'You have to install this dependency manually due to changes in upstream. For that change ${RELEASE_NUMBER} to your version of the release:
sudo -H pip3 install https://github.com/kimchi-project/kimchi/raw/${RELEASE_NUMBER}/requirements-FEDORA.txtPlease, check the NFS export path permission is configured like below:
Export path need to be squashed as kvm gid and libvirt uid:/my_export_path *(all_squash,anongid=, anonuid=,rw,sync)
So that root user can create volume with right user/group.
Set libvirt user and kvm group for export path, in order to make sure allmapped user can get into the mount point.
There are a lof of ways to contribute to the Kimchi Project:
- Issues can be reported atGithub
- Patches are always welcome! Please, followthese instructionson how to send patches to the mailing list (kimchi-devel@ovirt.org) or submit a pull request.
Find more information about Wok Project athttps://github.com/kimchi-project/kimchi/wiki
About
An HTML5 management interface for KVM guests
Topics
Resources
License
Unknown and 2 other licenses found
Licenses found
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.



