HewlettPackard / oneview-ansible

This project is no longer being developed and has limited support. Please use the newer Ansible Collection project: https://github.com/HewlettPackard/oneview-ansible-collection
Apache License 2.0
104 stars 65 forks source link

No parameter for auth_login_domain #365

Closed adarobin closed 6 years ago

adarobin commented 6 years ago

Scenario/Intent

Presently, it is not possible to authenticate with a login domain with Ansible parameters.

Environment Details

Steps to Reproduce

- name: Create a Fibre Channel Network
  oneview_fc_network:
    hostname: 172.16.101.48
    username: domainuser
    password: my_password
    auth_login_domain: AD
    api_version: 600
    state: present
    data:
      name: "{{ network_name }}"
      fabricType: 'FabricAttach'
      linkStabilityTime: '30'
      autoLoginRedistribution: true
  delegate_to: localhost

Expected Result

I expect the task to authenticate me successfully.

Actual Result

Unsupported parameters for (oneview_fc_network) module: auth_login_domain Supported parameters include: api_version, config, hostname, image_streamer_hostname, password, username

Again, happy to submit a PR for this, but I will need to get a copy of the CLA.

adarobin commented 6 years ago

I pushed new commits to #366 that are signed off per the changes coming in #369