HewlettPackard / oneview-ansible-collection

Ansible Collection and Sample Playbooks for HPE OneView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue in selecting HPE OneView license

avijitkulkarni opened this issue · comments

Hello Colleagues,

Greetings !

I am facing issue while adding server hardware using the oneview_server_hardware module.
We have "HPE OneView Advanced" License in our OneView environment.

I am selecting "oneview" in the licensingIntent and it assigns "HPE OneView Advanced w/o iLO" instead of one mentioned above.
Even if I select "OneViewNoiLO", then also it assigns "HPE OneView Advanced w/o iLO":

  • name: Add Server
    hpe.oneview.oneview_server_hardware:
    hostname: "{{ hostname }}"
    auth_login_domain: "{{domain}}"
    username: "{{ username }}"
    password: "{{ password }}"
    sessionID: "{{ session }}"
    state: present
    data:
    hostname: "{{ server }}"
    username: "{{ user }}"
    password: "{{ passwd }}"
    force: false
    licensingIntent: "OneView"
    configurationState: "Managed"
    delegate_to: localhost

I tried with licensingIntent: "OneView", but result is same.

We need this license to be assigned: "HPE OneView Advanced"

Requesting your help if we are missing something here.

Thank you.

Closing it as it was due to the iLO license.
Thank you.