VCMP endpoints need to be added#667
Merged
zancas merged 3 commits intoF5Networks:developmentfrom Sep 1, 2016
Merged
Conversation
Issues: Fixes F5Networks#666 Problem: The VCMP endpoints should be added in the tm organizing collection. A VCMP has a collection of guests. We should be able to retrieve the vlan and management address for a particular guest as well. Analysis: Added the VCMP OrganizingCollection, the Guests Collection, and the Guest Resource. Added a unit test and some functional tests. The functional tests can only be run against a vcmp host. So I added a pytest config option of --vcmp-host, which allows a user to provide an IP address for a vcmp configured host. Only then will the functional tests be run. Tests: All tests pass against the vcmp host in the Boulder lab
Contributor
Author
|
@caphrim007: I changed this feature to you, since za is out today. Let me know if you've got no bandwidth. |
| self._meta_data['uri'] = self._meta_data['uri'] + 'tm/' | ||
| self._meta_data['allowed_lazy_attributes'] =\ | ||
| [TmAuth, TmCm, Ltm, Gtm, Net, TmShared, Sys, Transactions] | ||
| [TmAuth, TmCm, Ltm, Gtm, Net, TmShared, Sys, Transactions, Vcmp] |
Contributor
Author
There was a problem hiding this comment.
Add warning to not add new things here and remove Vcmp
added 2 commits
August 31, 2016 16:21
…parameters and _check_create_parameters to raise if we see partition as a parameter to either load or create.
Closed
This file contains hidden or 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
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.
changing this to @caphrim007
Issues:
Fixes #666
Problem:
The VCMP endpoints should be added in the tm organizing collection. A
VCMP has a collection of guests. We should be able to retrieve the vlan
and management address for a particular guest as well.
Analysis:
Added the VCMP OrganizingCollection, the Guests Collection, and the
Guest Resource. Added a unit test and some functional tests. The
functional tests can only be run against a vcmp host. So I added a
pytest config option of --vcmp-host, which allows a user to provide an
IP address for a vcmp configured host. Only then will the functional
tests be run.
Tests:
All tests pass against the vcmp host in the Boulder lab