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

support for hetzner provider #264

Open
pathcl opened this issue Jun 17, 2024 · 1 comment
Open

support for hetzner provider #264

pathcl opened this issue Jun 17, 2024 · 1 comment

Comments

@pathcl
Copy link

pathcl commented Jun 17, 2024

Dear folks,

Thanks for making this project open source!. I would like to work on implementing a hetzner provider since Ive been using for a while and its reasonably cheap for me.

Thanks,

@gabriel-samfira
Copy link
Member

Feel free! You can use one of the existing providers as examples. I recommend having a look at the OpenStack or Azure providers.

There is also a repo with some common logic that should help you get started.

You will have to implement this interface: https://github.com/cloudbase/garm-provider-common/blob/d0fe67934a5bcb773503553555274080ba60a852/execution/interface.go#L26-L41

and this is basically boilerplate that accepts your type as an aegument, and which will handle passing in the required parameters:

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