-
Notifications
You must be signed in to change notification settings - Fork 4
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
SYSENG-1335: reserve available IP addresses #163
Conversation
236394c
to
d8f725c
Compare
d8f725c
to
9de898c
Compare
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.
Pretty good work! Also, I'm really thankful that the docs are getting some love now! 👍
d3b4b61
to
8cb83f7
Compare
8cb83f7
to
f53c034
Compare
@@ -152,6 +152,8 @@ func TestAccAnxCloudVirtualServer(t *testing.T) { | |||
} | |||
|
|||
func TestAccAnxCloudVirtualServerFromScratch(t *testing.T) { | |||
t.Skip("specific from_scratch templates no longer available") |
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.
Not sure whether we should just remove the test in this case. I don't think it'll come back and even if, we can always revert the commit for that. ^^
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.
There is a new more generic from_scratch
template which is still somewhat WIP and could cause some issues that require manual intervention. I think if we remove it entirely, it will probably be overlooked in the future.
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.
Hm, okay, let's keep it then! 👍
Description
Reserve an available address based on filters.
Checklist
Unreleased
section in CHANGELOG.md, if user facing changeReferences
Community Note