Skip to content

Conversation

@DaanHoogland
Copy link
Member

@DaanHoogland DaanHoogland commented May 25, 2020

Description

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)

Screenshots (if appropriate):

How Has This Been Tested?

@DaanHoogland DaanHoogland changed the title Initial commit adding few required managed object classes and added p… PR for review purposes only vSphere advanced capabilities May 25, 2020
# 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
Copy link
Member Author

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??

Copy link
Member Author

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.

Copy link
Member Author

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;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license needed

Comment on lines +78 to +83
<dependency>
<groupId>com.cloud.com.vmware</groupId>
<artifactId>pbm</artifactId>
<version>${cs.vmware.api.version}</version>
<scope>compile</scope>
</dependency>
Copy link
Member Author

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 {
Copy link
Member Author

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?

@DaanHoogland DaanHoogland deleted the vSphereAdvancedCapabilities branch May 28, 2020 13:30
rohityadavcloud added a commit that referenced this pull request Jan 20, 2021
This adds the rules tab for IAM/roles.

Fixes #45

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
shwstppr pushed a commit that referenced this pull request Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants