Jonas L.
Jonas L.
@perttuk In that case you may wanna try the other trick, by setting the [`optional` field](https://cloudinit.readthedocs.io/en/latest/reference/network-config-format-v2.html#optional-bool) to true for the network interface configuration (https://cloudinit.readthedocs.io/en/latest/reference/network-config-format-v2.html). This way the systemd-networkd-wait-online service should...
@perttuk Yes, you implemented what I had in mind. Does the system logs show anything relevant? ``` sudo journalctl -b --no-pager ```
A small update from our side: we are planning the work on improving and fixing the cloud-init data source for Hetzner. We already have a fix for this specific bug,...
This topic was buried under other higher priority topics, I'll try to get this moving forward. I cannot promise any ETA.
An initial required private network handling in cloud-init has been implemented in https://github.com/canonical/cloud-init/pull/6224
A fix was merged in cloud-init https://github.com/canonical/cloud-init/pull/6445 This fix should be part of cloud-init [25.3](https://github.com/canonical/cloud-init/releases/tag/25.3)
Hey, Instead of maintaining a configuration file, I'd rather leave it to other tools that know how to do this. You can use many tool to keep the details of...
Agreed, we should enforce strict type linting. Please let me know if you plan to tackle this one entirely?
The `shutdown` action does not wait for the guest os to fully shutdown, this behavior is expected, according to the API documentation: https://docs.hetzner.cloud/#server-actions-shutdown-a-server You may use `poweroff` instead as suggested...
I reported you feature request to the relevant team, and they do not see those flags being added to the change_type endpoint. We already have the other endpoints, and do...