Skip to content
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

Adding license key #134

Open
olemyk opened this issue May 29, 2023 · 1 comment
Open

Adding license key #134

olemyk opened this issue May 29, 2023 · 1 comment

Comments

@olemyk
Copy link

olemyk commented May 29, 2023

Hi. Are there any examples of adding a license key

Can't quite find the right combination.

from brocade-operation-license

it says it wants brocade-operation-license with license-parameters but that doesn't work.

running 9.0.1e1

  - name: license add
    brocade.fos.brocade_singleton_obj:
      credential: "{{credential}}"
      vfid: -1
      module_name: 'brocade-operation-license' #"brocade-operation-license" #brocade-license
      obj_name: 'action' #"license" #name #
      attributes: 
          action: 'install'
          name:  RRmtMRGYg4MZ9EPHaWsfdgBCHBtCEaDCLBAQYH'
  - name: license add
    brocade.fos.brocade_singleton_obj:
      credential: "{{credential}}"
      vfid: -1
      module_name: 'brocade-license' #"brocade-operation-license" #brocade-license
      obj_name: license #license-parameters #'action' #"license" #name #
      attributes: 
          action: 'install'
          name: 'RRmtMRGYg4MZ9EPHaWadfCHBtCEaDCLBAQYH'
@prasad-valmeti-broadcom
Copy link
Collaborator

In REST implementation there are two types of requests, objects and operations (rpcs).
singleton_obj and list_obj are for object types.
Currently, we support only firmwaredownload, and supportsave operations.
license is not supported yet. Will check with PM and update you on which release this will be supported.

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

No branches or pull requests

2 participants