From 05ff4207160fdd418bb777e4c7573110e8163388 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Fri, 28 Sep 2018 11:29:24 -0400 Subject: [PATCH] Add notice about pre-alpha --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aae6a0a2..cec81b50 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![pipeline status](https://git.bonifacelabs.ca/bonifacelabs/pvc/badges/master/pipeline.svg)](https://git.bonifacelabs.ca/bonifacelabs/pvc/commits/master) +NOTICE FOR GITHUB: This software is still incomplete and should be considered pre-alpha. Not all features described below are implemented. Not yet suitable for production use! + ![Logo](https://git.bonifacelabs.ca/uploads/-/system/project/avatar/135/pvc_logo.png) PVC is a suite of Python 3 tools to manage virtualized clusters. It provides a fully-functional private cloud based on the priciple that "PVC is not hyperscale". It is designed to be administrator-friendly while powerful, but without the feature bloat and complexity of tools like OpenStack that are designed to support public clouds. 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 web interface. PVC is based entirely on Debian GNU/Linux and Free-and-Open-Source tools, providing the glue to provision and manage the cluster.