genesis-community / concourse-genesis-kit

A Genesis Kit for Concourse CI/CD
MIT License
6 stars 14 forks source link

Worker VM Type Defaults #23

Closed Proplex closed 6 years ago

Proplex commented 6 years ago

We should probably discuss the idea of setting a default worker VM type (or updating the wizard to let users define one). Otherwise a default genesis new will most likely fail because the default VM type is typically small.

I'd be more than happy to implement the solution chosen.

jhunt commented 6 years ago

Let's just introduce a new default for the worker, in the kit yamls. Call it concourse and advise (via MANUAL.md or README.md, wherever cloud-config stuff is currently) that it should be a certain size (ephemeral and RAM)

jhunt commented 6 years ago

Fixed in #28