From 9ed25888d79e66c6076546a84fc43232956bd1b3 Mon Sep 17 00:00:00 2001 From: Pengfei Ni Date: Tue, 23 May 2017 15:25:26 +0800 Subject: [PATCH] Add README for stackube. This PR adds README for stackube project. Change-Id: I51845a4bbf1fb06f8a577e640366c6e883fff6b0 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..42e45e5 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Stackube + +Stackube is a Kubernetes-centric OpenStack distro. It uses Kubernetes, instead of Nova, as the compute +fabric controller, to provision containers as the compute instance, along with other OpenStack +services (e.g. Cinder, Neutron). It supports multiple container runtime technologies, e.g. Docker, +Hyper, and offers built-in soft / hard multi-tenancy (depending on the container runtime used). + +Stackube uses the Apache v2.0 license. All library dependencies allow for +unrestricted distribution and deployment. + +* Source: +* Bugs: +* Blueprints: