ionos-cloud/docker-machine-driver

Wait until IP Adress in the IONOS API change before continue with the Process

Closed this issue · 1 comments

Current SDK Version

6.1.3

Use-cases

To Deploy Rancher Managed Clusters in private Networks with it's own DHCP there has to be a period of time for us to update the NIC on the IONOS API with the correct NICs that was delivered from our own dhcp.

We will use this time window to run our own automation to receive an api call from the node and use the data supplied in the call to update the nic on the ionos api

Proposal

Implement a checkbox to active the 'Wait for IP Changes' button and a customizable timeout. When active the driver will wait after creation of the nix and continue when the ip of the nic has changed.

When the ip dosn't change inside the time window of the configured timeout the machine creation should throw an error.

This should be fixed with 6.1.4, please reopen the issue if you have any more problems