No description
Find a file
2022-06-21 09:35:18 -05:00
.github Update release-helm-charts.yml 2022-04-27 16:40:32 -05:00
docker (DIO-3162) Add support for disk_type in gce 2022-06-21 09:35:18 -05:00
docs (DIO-3162) Add support for disk_type in gce 2022-06-21 09:35:18 -05:00
helm-charts/vmpooler (DIO-3162) Add support for disk_type in gce 2022-06-21 09:35:18 -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 Add CI for charts 2021-12-13 16:37:54 -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 .
cd ..
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.