Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Improved VM network to allow reference vApp routed network #472
Improved VM network to allow reference vApp routed network #472
Changes from 44 commits
6585559
e247d25
cf1e7c2
be6790f
6f4c5cb
c73d402
261d142
c431d43
414b3bf
8b03ab8
36c5487
db01eec
331e895
a85d555
e1996e3
9c63eec
5073f6c
f0bdef3
24f169d
06b36d1
30d6a79
0ca001f
8c9c7c4
4c8d081
206bc9f
48970bc
e7ef092
cb5659a
1e097fd
ae2d955
67f9230
867b991
7ec2137
3f3798b
ec131aa
e985ac6
7bac78e
2b81637
2b82082
aa2198d
cb7bb97
b6091e4
8717ffa
e1f94cc
760ec38
403342e
ff428e1
9b22758
edae5b3
4b1fd6b
79b13df
8d66cae
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
We should check for
vappNetworkToImport.Configuration.IPScopes
to be not nil , and forvappNetworkToImport.Configuration.IPScopes.IPScope
to have elementsThere 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.
it always return, but added
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.
We should check for
vappNetworkToImport.Configuration.IPScopes
to be not nil , and forvappNetworkToImport.Configuration.IPScopes.IPScope
to have elementsThere 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.
Also wondering what is the impact (or maybe none) of
NetworkConfiguration.ParentNetwork
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.
it always return, but added
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.
We should check for
networkConfig.Configuration.IPScopes
to be not nil , and fornetworkConfig.Configuration.IPScopes.IPScope
to have elementsThere 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.
Yes, and also this check needs an explanation comment, explaining what is the meaning of it.
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.
it always return, but added
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.
This HCL block is not formatted
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.
update