-
Notifications
You must be signed in to change notification settings - Fork 112
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
Add implementation for vapp network static routing rules resource #520
Conversation
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.
A pass at docs.
|
||
## Argument Reference | ||
|
||
The following arguments are supported: |
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 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.
I had same idea, but this information from different API calls.
# Conflicts: # CHANGELOG.md # go.mod # go.sum # vendor/github.com/vmware/go-vcloud-director/v2/govcd/vapp_network.go # vendor/modules.txt
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.
First pass. More after testing
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.
Thanks!
A few comments inline with explicit interest in consistent enabled/disabled handling for all vApp resources.
Also tests are broken at the moment because of field name:
=== RUN TestAccVcdVappStaticRouting
TestAccVcdVappStaticRouting: testing.go:654: Step 0 error: config is invalid: Unsupported argument: An argument named "enable" is not e
xpected here. Did you mean "enabled"?
--- FAIL: TestAccVcdVappStaticRouting (0.03s)
Test runs now fine. |
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.
32 commits and 97 conversation messages to perfection. LGTM now! :D Thank you!!!
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.
LGTM
Dep: vmware/go-vcloud-director#318
Ref: #329
New resource to manage vapp network static routing rules
This PR is derived from #511 and #517 so shows that PR code too