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

Feature Request: Provision Infrastructure with Cloud-Init #159

Open
semtyre opened this issue May 10, 2021 · 4 comments
Open

Feature Request: Provision Infrastructure with Cloud-Init #159

semtyre opened this issue May 10, 2021 · 4 comments

Comments

@semtyre
Copy link

semtyre commented May 10, 2021

Hi there,

we would like to provision our infrastructure with Cloud-Init.
Currently the gridscale provider does not support this.
Having cloud-init would greatly simplify our provisioning, for example assigning custom server names and ip addresses.

Terraform Version

1.9.1

Affected Resource(s)

--

Terraform Configuration Files

--

Debug Output

--

Panic Output

--

Expected Behavior

Use (for example) user_data for servers to provision server instances.

Actual Behavior

cloud-init is not supported

Steps to Reproduce

--

Important Factoids

--

References

--

@nvthongswansea
Copy link
Contributor

@semtyre Thanks for posting the issue. We will look into it.

@mbunkus
Copy link

mbunkus commented Sep 24, 2021

This would be very nice to have, especially for assigning IP addresses to servers on internal networks. At the moment the setup process for such machines isn't fully automatable without using DHCP servers & doing elaborate things such as parsing DHCP server logs for new assignments, auto-logging in to those & doing stuff on those machines based on configured host names. It would be much easier if such things could be done directly via cloud-init.

@nvthongswansea
Copy link
Contributor

@mbunkus @semtyre This feature has to be implemented in the API level. I will make a proposal to add Cloud-Init.

@wbrnsc
Copy link

wbrnsc commented Oct 26, 2022

I would also like to use cloud-init with gridscale and terraform.

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

4 participants