No description
Find a file
Samuel Beaulieu caf702a9bc
(maint) Update redis version, add env REDIS_RECONNECT_ATTEMPTS
Update from v10 to v13 of bitnami's redis chart, as it should not contain
breaking changes. Adding REDIS_RECONNECT_ATTEMPTS which defaulted to 10
and is now set to 40, which should result in retrying at least 25 minutes
before returning a failure
2022-03-28 11:00:39 -05:00
.github Update build workflow output 2021-12-09 11:19:44 -05:00
docker Including vmpooler-provider-gce in the Gemfile 2022-01-12 09:02:42 -06:00
docs Including vmpooler-provider-gce in the Gemfile 2022-01-12 09:02:42 -06:00
helm-charts/vmpooler (maint) Update redis version, add env REDIS_RECONNECT_ATTEMPTS 2022-03-28 11:00:39 -05:00
.gitignore Including vmpooler-provider-gce in the Gemfile 2022-01-12 09:02:42 -06: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.