mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-25 19:18:42 -05:00
No description
This modifies the update script so that it explicitly runs 'bundle update' in addition to 'bundle install' and makes the last step to be printing of the exit code. |
||
|---|---|---|
| .github | ||
| docker | ||
| docs | ||
| helm-charts/vmpooler | ||
| .gitignore | ||
| CODEOWNERS | ||
| LICENSE | ||
| README.md | ||
| Vagrantfile | ||
vmpooler-deployment
This repo contains Dockerfiles and a Helm chart that can be used to deploy VMPooler.
Status
This repo is a work in progress. It mostly works but many bits need adjusting here and there as they were compiled from other locations. More details will be added soon.
Helm Repository
The docs/ folder in this repository represents a Helm repo served via GitHub Pages at https://puppetlabs.github.io/vmpooler-deployment/
$ helm repo add vmpooler-deployment https://puppetlabs.github.io/vmpooler-deployment/
"vmpooler-deployment" has been added to your repositories
Adding / updating charts
cd docs/
helm package ../helm-charts/*
helm repo index --url https://puppetlabs.github.io/vmpooler-deployment/ .
git add .
git commit -a