fc21a2e924
* 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 |
||
---|---|---|
.. | ||
templates | ||
tests | ||
.helmignore | ||
Chart.yaml | ||
README.md | ||
requirements.yaml | ||
values.yaml |
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