No description
Find a file
Gene Liverman 88aba7af57
General updates related to packaging
- Docs were updated
- minor adjustments to Dockerfiles
- helm chart updated to point to actual image registry
2021-12-09 12:03:48 -05:00
.github Update build workflow output 2021-12-09 11:19:44 -05:00
docker General updates related to packaging 2021-12-09 12:03:48 -05:00
docs General updates related to packaging 2021-12-09 12:03:48 -05:00
helm-charts/vmpooler General updates related to packaging 2021-12-09 12:03:48 -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 General updates related to packaging 2021-12-09 12:03:48 -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. The DIO team at Puppet uses the code here as part of operating our VMPooler instances.

Docker Registry

The GitHub Actions in this repository publish images to GitHub Packages. You can browse the VMPooler containers here.

Containers are organized using image tags:

  • x.y.z-prod-all-providers represents images built using the Dockerfile in docker/prod-all-providers. These images use the Gemfile in the same directory to pull in current versions of the vmpooler gem and the gems for all known production-grade providers.

Helm Repository

The docs/ folder in this repository represents a Helm repository 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

Contributing

We welcome and encourage contributions!

License

vmpooler-deployment is distributed under the Apache License, Version 2.0. See the LICENSE file for more details.