Helm charts for deploying OpenStack on Kubernetes
Go to file
Marcellin Tchassem fc21a2e924 Add resources limits and requests for some charts (#163)
* Add resources limits and requests for each chart

* Refactor the resources limits and requests to follow a patern

* Fix some coding issues

* fix issues resulting from feedback on the resources PR

* Reset some variables to a static value in the neutron chart.

* Substituting variable entrypoint by dependency_check in the concerned files

* Few adjustments

* Update deploy-region.yaml

* Update deployment.yaml

* Add resources limits and requests for each chart

Squah all commits in one.

* Add resources limits and requests for some charts

* cleaning

* Fix indendation issue

* Update deployment.yaml

* Update daemonset-ovs-vswitchd.yaml
2017-02-01 19:47:59 -08:00
.github Add templates for pull requests and issues 2017-01-24 15:37:52 -06:00
bootstrap fixes bugs in deployment 2016-12-23 15:31:10 -05:00
ceph CEPH Mons autodetection doesn't work reliably across all (#156) 2017-01-30 15:16:36 -08:00
cinder #106 CPU and memory resources (#106) 2017-01-30 16:22:51 -08:00
common Rename JoinListWithColon to JoinListWithComma 2017-01-29 11:27:36 -08:00
docs Resolves issue #165 2017-02-01 08:44:18 -06:00
glance Add resources limits and requests for some charts (#163) 2017-02-01 19:47:59 -08:00
heat #106 CPU and memory resources (#106) 2017-01-30 16:22:51 -08:00
horizon Add resources limits and requests for some charts (#163) 2017-02-01 19:47:59 -08:00
keystone Add resources limits and requests for some charts (#163) 2017-02-01 19:47:59 -08:00
maas Add resources limits and requests for some charts (#163) 2017-02-01 19:47:59 -08:00
mariadb Add resources limits and requests for some charts (#163) 2017-02-01 19:47:59 -08:00
memcached Add resources limits and requests for some charts (#163) 2017-02-01 19:47:59 -08:00
neutron Add resources limits and requests for some charts (#163) 2017-02-01 19:47:59 -08:00
nova #106 CPU and memory resources (#106) 2017-01-30 16:22:51 -08:00
openstack fix requirements to only require common 2016-11-30 17:11:15 -08:00
rabbitmq Add resources limits and requests for some charts (#163) 2017-02-01 19:47:59 -08:00
tests add basic tests for users 2016-12-24 10:37:55 -05:00
.gitignore correcting mistype and add to gitignore 2016-12-23 17:30:07 -05:00
LICENSE Initial commit 2016-11-12 14:26:57 -05:00
Makefile Merge branch 'master' into nova_chart 2017-01-10 15:25:30 -08:00
OWNERS Add OWNERS file to openstack-helm 2017-01-31 14:35:06 -06:00
README.md Update README.md 2017-01-30 17:59:58 -05:00

Openstack-Helm

Join us on Slack: #openstack-helm
Join us on Freenode: #openstack-helm
Community Meetings: Every other Tuesday @ 3PM UTC (Provided by Zoom)
Community Agenda Items: Google Docs

Openstack-Helm is a fully self-contained Helm-based OpenStack deployment on Kubernetes. It will provide baremetal provisioning, persistent storage, full-stack resiliency, full-stack scalability, performance monitoring and tracing, and an optional development pipeline (using Jenkins). This project, along with the tools used within are community-based and open sourced.

Mission

The goal for Openstack-Helm is to provide an incredibly customizable framework for operators and developers alike. This framework will enable end-users to deploy, maintain, and upgrade a fully functioning Openstack environment for both simple and complex environments. Administrators or developers can either deploy all or individual Openstack components along with their required dependancies. It heavily borrows concepts from Stackanetes and other complex Helm application deployments. This project is meant to be a collaborative project that brings Openstack applications into a Cloud-Native model.

Open Releases

Until a 1.0.0 release, this collection is a work in progress and components will continue to be added or modified over time. Please review our Milestones, Releases, and Project timelines.

Installation and Development

This project is under heavy development. We encourage anyone who is interested in Openstack-Helm to review our Getting Started documentation, complete with verification procedures. Feel free to ask questions or check out our current Issues, Project Plan or submit a Pull Request.

Openstack-Helm is intended to be packaged and served from your own Helm repository. However, for quick installation, evaluation, and convenience, you can use our online Helm repository. After you've configured your environment for Minikube (for hostPath) or Bare Metal (for PVC support), you can add our most recent repository by using the following command:

$ helm repo add openstack-helm https://att-comdev.github.io/openstack-helm/charts/

To verify your Helm chart version, once the repository has been added, issue the following:

$ helm search | grep openstack-helm
local/bootstrap         	0.1.0  	openstack-helm namespace bootstrap
openstack-helm/bootstrap	0.1.0  	openstack-helm namespace bootstrap
openstack-helm/ceph     	0.1.0  	A Helm chart for Kubernetes
openstack-helm/common   	0.1.0  	A base chart for all openstack charts
openstack-helm/glance   	0.1.0  	A Helm chart for glance
openstack-helm/horizon  	0.1.0  	A Helm chart for horizon
openstack-helm/keystone 	0.1.0  	A Helm chart for keystone
openstack-helm/mariadb  	0.1.0  	A helm chart for mariadb
openstack-helm/memcached	0.1.0  	Chart for memcached
openstack-helm/openstack	0.1.0  	A Helm chart for Kubernetes
openstack-helm/rabbitmq 	0.1.0  	A Helm chart for Kubernetes
$

UPDATED: Please see our new developer documentation for Minikube.

Additional Details

For additional details, and instructions on how to use this project, please see the wiki for more details.