Go to file
Joshua Boniface b322841edf Complete integration of OVA provisioner
Finishes a basic form of OVA provisioning within the existing create_vm
function. Future plans should include separating out the functions and
cleaning them up a bit more, but this is sufficient for basic operation.

Closes #71
2020-02-18 14:42:45 -05:00
api-daemon Complete integration of OVA provisioner 2020-02-18 14:42:45 -05:00
client-cli Correct formatting error in confirmation 2020-02-17 23:31:03 -05:00
daemon-common Correct handling of bare bytes values 2020-02-17 12:32:20 -05:00
debian Fix script link in postinst message 2020-02-17 11:31:41 -05:00
docs Complete implementation of OVA handling 2020-02-17 23:22:50 -05:00
node-daemon Update package version to 0.7 2020-02-15 23:25:47 -05:00
.file-header Update copyright header year to 2020 2020-01-08 19:38:02 -05:00
.gitignore Ignore swap files 2018-06-18 21:26:36 -04:00
.gitlab-ci.yml Remove obsolete artifacts upload from gitlab-ci 2020-01-06 23:49:14 -05:00
LICENSE Remove licence blurb for python_dhcp_server 2018-10-14 16:29:39 -04:00
README.md Add GitHub note to README 2020-01-06 23:45:08 -05:00
build-and-deploy.sh Correct some ordering in build-and-deploy 2020-02-15 22:51:35 -05:00
build-deb.sh Update package version to 0.7 2020-02-15 23:25:47 -05:00
gen-api-doc Add DB migration update script 2020-02-15 23:23:09 -05:00
gen-api-migrations Avoid auto-commit in migration generation 2020-02-16 19:51:31 -05:00
mkdocs.yml Revert "Add material theme to docs" 2019-07-10 15:23:26 -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

License 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

See the API reference here

NOTICE FOR GITHUB: This repository is a read-only mirror of the PVC repositories. Pull requests submitted here will not be merged.