Integrate OpenStack projects with Kubernetes for multi-tenancy.
Go to file
mozhuli 1394c0b10c Add tenant-controller unit tests
including
* enhance rbac-controller unit tests
* add tenant-controller unit tests

Change-Id: I8a803a9c9194bc27662373099e2be34793811311
Implements: blueprint auth-controller-test
Signed-off-by: mozhuli <21621232@zju.edu.cn>
2017-08-31 16:32:51 +08:00
cmd Add "--version" parameters to cmd 2017-08-25 17:20:54 +08:00
deployment Fix flexvolume deploy nits 2017-08-18 17:36:16 +08:00
devstack Bump Kubernetes version from 1.7.3 to 1.7.4 2017-08-23 14:24:42 +08:00
doc Fix doc/source/setup.rst 2017-08-30 14:48:54 +00:00
hack Merge "Add LICENSE for files" 2017-07-28 08:23:25 +00:00
install blueprint cluster-installation 2017-08-30 09:33:39 +00:00
pkg Add tenant-controller unit tests 2017-08-31 16:32:51 +08:00
tools Add LICENSE for files 2017-07-28 16:09:52 +08:00
vendor Add service-controller unit tests 2017-08-28 09:43:43 +08:00
.gitignore Use openstackdocstheme for documentation 2017-08-04 10:10:00 +08:00
.gitreview Added .gitreview 2017-05-17 11:18:32 +00:00
LICENSE Add LICENSE 2017-05-19 09:24:13 +08:00
Makefile Add kube-dns 2017-08-04 08:56:27 +08:00
README.md Unpdate and add new doc 2017-08-24 14:32:38 +08:00
bindep.txt Add initial makefile and tools 2017-05-19 09:22:32 +08:00
main.go Add LICENSE for files 2017-07-28 16:09:52 +08:00
test-requirements.txt Use openstackdocstheme for documentation 2017-08-04 10:10:00 +08:00

README.md

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 Authors

Stackube is an open source project with an active development community. The project is initiated by HyperHQ, and involves contribution from ARM, China Mobile, etc.

Architecture

alt

Stackube uses the Apache v2.0 license. All library dependencies allow for unrestricted distribution and deployment.