Go to file
Joshua Boniface 7a8aee9fe7 Remove flush locking functionality
This just seemed like more trouble that it was worth. Flush locks were
originally intended as a way to counteract the weird issues around
flushing that were mostly fixed by the code refactoring, so this will
help test if those issues are truly gone. If not, will look into a
cleaner solution that doesn't result in unchangeable states.
2019-07-09 23:59:17 -04:00
client-api Fix bad variable name 2019-07-08 22:24:18 -04:00
client-cli Remove flush locking functionality 2019-07-09 23:59:17 -04:00
client-common Remove flush locking functionality 2019-07-09 23:59:17 -04:00
debian Remove obsolete init attempt 2019-07-06 19:03:55 -04:00
docs Add mention of setting IPMI over LAN 2019-07-09 13:43:56 -04:00
node-daemon Remove flush locking functionality 2019-07-09 23:59:17 -04:00
.file-header Add file header template 2018-09-10 01:19:08 -04:00
.gitignore Ignore swap files 2018-06-18 21:26:36 -04:00
.gitlab-ci.yml Massive rejigger into single daemon 2018-10-14 02:40:54 -04:00
LICENSE Remove licence blurb for python_dhcp_server 2018-10-14 16:29:39 -04:00
README.md Fix bad replace 2019-07-07 15:36:45 -04:00
build-and-deploy.sh Add little deploy script for testing purposes 2019-06-27 14:37:42 -04:00
build-deb.sh Massive rejigger into single daemon 2018-10-14 02:40:54 -04:00
mkdocs.yml Add documentation to project 2019-03-14 20:23:39 -04:00
pvc_logo.svg A few more tweaks 2018-06-06 02:43:34 -04:00

README.md

PVC - The Parallel Virtual Cluster suite

Logo banner

Release Pipeline Status Documentation Status

PVC is a suite of Python 3 tools to manage virtualized clusters. It provides a fully-functional private cloud based on four key principles:

  1. Be Free Software Forever (or Bust)
  2. Be Opinionated and Efficient and Pick The Best Software
  3. Be Scalable and Redundant but Not Hyperscale
  4. Be Simple To Use, Configure, and Maintain

It is designed to be an administrator-friendly but extremely powerful and rich modern private cloud system, but without the feature bloat and complexity of tools like OpenStack. With PVC, an administrator can provision, manage, and update a cluster of dozens or more hypervisors running thousands of VMs using a simple CLI tool, HTTP API, or [eventually] web interface. PVC is based entirely on Debian GNU/Linux and Free-and-Open-Source tools, providing the glue to bootstrap, provision and manage the cluster, then getting out of the administrators' way.

Your cloud, the best way; just add physical servers.

See the documentation here