openstack-helm/maas
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
..
templates Add resources limits and requests for some charts (#163) 2017-02-01 19:47:59 -08:00
tests Adding helm chart for maas 2016-11-28 14:19:34 +00:00
.helmignore Adding helm chart for maas 2016-11-28 14:19:34 +00:00
Chart.yaml Adding helm chart for maas 2016-11-28 14:19:34 +00:00
README.md Splitting rack/region deployment and modified values file for consistency 2016-11-30 15:39:50 +00:00
requirements.yaml adding support for postgres volume mount 2017-01-04 18:56:09 +00:00
values.yaml Add resources limits and requests for some charts (#163) 2017-02-01 19:47:59 -08:00

aic-helm/maas

This chart installs a working version of MaaS on kubernetes.

Quickstart

To deploy your MaaS chart:

helm install maas --namespace=maas

To verify the helm deployment was successful:

# helm ls
NAME          	REVISION	UPDATED                 	STATUS  	CHART     
opining-ocelot	1       	Wed Nov 23 19:48:41 2016	DEPLOYED	maas-0.1.0

To check that all resources are working as intended:

# kubectl get all --namespace=maas
NAME                 CLUSTER-IP       EXTERNAL-IP   PORT(S)           AGE
svc/maas-region-ui   10.109.228.165   <nodes>       80/TCP,8000/TCP   2m
NAME                             READY     STATUS    RESTARTS   AGE
po/maas-rack-2449935402-ppn34    1/1       Running   0          2m
po/maas-region-638716514-miczz   1/1       Running   0          2m