No description
Find a file
2021-12-06 11:30:20 -05:00
.github Initial commit 2021-11-30 17:01:17 -05:00
docker Initial commit 2021-11-30 17:01:17 -05: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