Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

esx_license resource type does not implement license name #207

Open
ggeldenhuis opened this issue Aug 8, 2016 · 1 comment
Open

esx_license resource type does not implement license name #207

ggeldenhuis opened this issue Aug 8, 2016 · 1 comment

Comments

@ggeldenhuis
Copy link
Contributor

The current esx_license resource type does not allow/implement setting the name of the license. When browsing the licenses in vCenter it shows up as License1, License2, etc.

@crayfishx
Copy link
Contributor

From what I can see this is not possible over the API

Take this example.....

screen shot 2016-08-09 at 11 43 44

The API only seems to expose the product name as the name....

[12] pry(#<Puppet::Type::Esx_license::ProviderEsx_license>)> lm.licenses[1].name
=> "VMware vCenter Server 6 Standard"

The value for "My license" doesn't appear to ever be exposed over the API therefore we can't modify it. The API docs back up my suspicions too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants