-
Notifications
You must be signed in to change notification settings - Fork 13
Install server #60
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
base: master
Are you sure you want to change the base?
Install server #60
Conversation
meyskens
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay!
Nice work! But we need a few things added to it before we can merge this
|
@meyskens Thank you for the full review, I will apply changes soon. |
Three main things are reworked in that patch. Firstly, the update of the hostname and IP are moved in the Update handler. Then the apply changes is computed by terraform core, so it is useless to perform the check with `updateServerIfNeeded`. Finally, the init of the Server struct from the Server endpoint is also removed. Signed-off-by: Nicolas Gelot <[email protected]>
This patch adds the ability to create a server with the given settings. Signed-off-by: Nicolas Gelot <[email protected]>
Signed-off-by: Nicolas Gelot <[email protected]>
Signed-off-by: Nicolas Gelot <[email protected]>
Signed-off-by: Nicolas Gelot <[email protected]>
cc66484 to
ea3c8b7
Compare
Signed-off-by: Nicolas Gelot <[email protected]>
Signed-off-by: Nicolas Gelot <[email protected]>
Signed-off-by: Nicolas Gelot <[email protected]>
ea3c8b7 to
7aebd9e
Compare
|
Hi @meyskens, backward compat looks good. In that updated MR I have added 2 data resources OS and SSH. I ran acceptance tests on my own server, then the documented example. |
Previously with the server resource we can only update the domain and edit the public IP. This PR adds the ability to create the server.