Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packer support #92

Open
tamuseanmiller opened this issue Aug 12, 2024 · 1 comment
Open

Packer support #92

tamuseanmiller opened this issue Aug 12, 2024 · 1 comment

Comments

@tamuseanmiller
Copy link

Is your feature request related to a problem?

The problem that we're looking to solve is being able to manage our ephemeral runners with something like Packer from another repository in git.

What solution would you like?

From a high level, we would love to do something like pull a packer image from something like Artifactory and then use that to create/start the VM rather than manually creating a VM the first time or running scripts. Our goal is to manage the runners entirely without having to touch the host machine itself.

What alternatives have you considered?

We can probably do about 80% of what we want with just pre and post scripts but it would be much more concise as we can use packer across the board as well. We just wouldn't be able to manage the size or resources of the VMs that are created if we do it this way.

Any additional context?

No response

@simonbs
Copy link
Contributor

simonbs commented Aug 13, 2024

I'd love to see something like this in Tartelet as well. At Shape, we also have scripts in place to create an image using Packer, but they are not yet integrated into our infrastructure.

Unfortunately, I do not have the capacity to work on this feature right now, but I'm happy to help design it and review PRs if anyone is up for taking a swing at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants