invisnet / chyves

Front end manager for bhyve using ZFS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chyves v0.1.1:

chyves logo version 1

chyves is a bhyve front end manager. chyves is a direct code descendent of iohyve and a complete code rewrite was started in April 2016.

The goal of this project is to provide a bhyve front end tool that is easy to use, develop for, and debug. chyves is developed for an out of the box experience suited for the most basic of users. However power users will find just as much utility with features such as true ZFS clones, PCI passthrough, rapid deployment, disk images, and snapshot reverted states on boot/reboot. Many features are targeted for large VM fleets where multiple or all guests can be specified, such as chyves gst1,gst2,gst3 start, chyves all stop, and chyves GoldMasterVM clone devel,production01,production02.

chyves utilizes FreeBSD’s bhyve hypervisor to start and manage type 2 virtualized guests and their resources. bhyve's primary interface to guests is through a serial interface. However with the release of FreeBSD version 11 came UEFI GOP support. This allows for a VNC console to be used to manage UEFI guests.

chyves is primary developed on FreeBSD 12-CURRENT and further tested on 11.0-STABLE. Most features should work on 10.3-STABLE as chyves was initially developed on 10.3 but some features are not available such as UEFI GOP.

For the 'show-me' types, watch terminal play back of most features on chyves.org under the demo section.

See the following documents for their respective purpose:

About

Front end manager for bhyve using ZFS.

License:BSD 2-Clause "Simplified" License


Languages

Language:Shell 98.8%Language:Makefile 1.2%