No description
Find a file
dependabot[bot] a1447b3f52
Bump vmpooler from 5f89131 to 3c61050 in /docker/test-all-providers
Bumps [vmpooler](https://github.com/puppetlabs/vmpooler) from `5f89131` to `3c61050`.
- [Release notes](https://github.com/puppetlabs/vmpooler/releases)
- [Commits](5f8913184b...3c61050032)

---
updated-dependencies:
- dependency-name: vmpooler
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-08 13:34:23 +00:00
.github Initial commit 2021-11-30 17:01:17 -05:00
docker Bump vmpooler from 5f89131 to 3c61050 in /docker/test-all-providers 2021-12-08 13:34:23 +00:00
docs Revert api's extra_config param 2021-12-06 11:28:26 -05:00
helm-charts/vmpooler Revert api's extra_config param 2021-12-06 11:28:26 -05:00
.gitignore Initial commit 2021-11-30 17:01:17 -05:00
CODEOWNERS Add codeowners file 2021-11-30 17:04:17 -05:00
LICENSE Initial commit 2021-11-30 17:01:17 -05:00
README.md Add more details to Helm repo section 2021-12-03 12:00:29 -05:00
Vagrantfile Initial commit 2021-11-30 17:01:17 -05:00

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