No description
Find a file
Gene Liverman ed64ca1442
Add prod container setup
The release body file that is created by CI should result in text
similar to this:

Source image: jruby:9.2-jdk + OS updates

Gems:

- vmpooler (2.0.0)
- vmpooler-provider-vsphere (1.4.0)
2021-12-09 10:22:12 -05:00
.github Add prod container setup 2021-12-09 10:22:12 -05:00
docker Add prod container setup 2021-12-09 10:22:12 -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