-
Notifications
You must be signed in to change notification settings - Fork 85
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
Federation #359
Merged
Merged
Federation #359
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Upgrade to plugin sdk 1.12 and add nsxt-gm for federation development
This fails validity check with new plugin sdk.
Update dependencies
Add provider flag for a policy global manager env
Since global manager is only supported since 3.0.0, we can use common search mechanism to handle standard data sources.
Add global manager site data source
Resource existance check function should be aware of whether the provider is a global manager.
and use search for GM test delete functions
Refactor resource existance detection helper
GM switching profile & GW profile & service data sources
Support for multiple locale services will be added later
Basic support for Tier0 on global manager
…ource for acc test, add example usage in doc
GM service support as resource
…zone Federation transportzone support
Support multiple instances of locale services on tier0 resource for global manager. Tests will be added later, when edge cluster and edge node data sources are supported on global manager.
Gateway intersite
Terrafor test does not respect gateway dependency on destroy. To work around this problem, detach the gateways before destroying. In addition, add printout on gateway delete to ease debugging (delete using H-API seems to be slow)
Refactor LB service test to fix destroy issue
Resource acc tests will follow.
GM Security Policy Support
Parallellize data source acc tests
Fix some issues with gateway resources. In addition, allow fetching edge cluster by site only.
GM Gateway Policy Support
Add GM-specific tests for gateways
Support GM segment & vlan segment resources
ghost
added
size/xs
Relative Sizing: extra-small
and removed
size/xxl
Relative Sizing: extra-extra-large
labels
Jun 16, 2020
asarfaty
approved these changes
Jun 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Merge Global Manager effort back to master