-
Notifications
You must be signed in to change notification settings - Fork 7
PR for review purposes only vSphere advanced capabilities #55
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
Conversation
| # From https://my.vmware.com/group/vmware/details?downloadGroup=WEBCLIENTSDK67U2&productId=742 | ||
| mvn install:install-file -Dfile=vim25_67.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25 -Dversion=6.7 -Dpackaging=jar | ||
|
|
||
| mvn install:install-file -Dfile=pbm_65.jar -DgroupId=com.cloud.com.vmware -DartifactId=pbm -Dversion=6.5 -Dpackaging=jar |
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.
is this really not in mvn central? I understood Vmware made all their libs redist??
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.
guess not, i now see the same for the old API. still seems off, though.
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.
can you add a link like in the one above?
| @@ -0,0 +1,53 @@ | |||
| package com.cloud.hypervisor.vmware.mo; | |||
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.
license needed
| <dependency> | ||
| <groupId>com.cloud.com.vmware</groupId> | ||
| <artifactId>pbm</artifactId> | ||
| <version>${cs.vmware.api.version}</version> | ||
| <scope>compile</scope> | ||
| </dependency> |
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 is called from both the hypervisor plugin and from the base lib. That does not seem like proper isolation.
|
|
||
| import java.util.List; | ||
|
|
||
| public class PbmProfileManagerMO extends BaseMO { |
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.
what does this class provide me? can we have that in javadoc?
This adds the rules tab for IAM/roles. Fixes #45 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Description
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?