Skip to content

Conversation

@fobrice
Copy link

@fobrice fobrice commented Aug 25, 2021

Add IPs to host in unity.

The python library storops already can add IP to unity host
This PR allows to set IPs from ansible with a variable named host_ips which contains a list of IPs addresses like this:

- name: Create Host with Ips.
  dellemc_unity_host:
    unispherehost: "{{unispherehost}}"
    username: "{{username}}"
    password: "{{password}}"
    verifycert: "{{verifycert}}"
    host_name: "ansible-test-host"
    host_os: "Linux"
    host_ips:
    - 192.168.0.128
    description: "ansible-test-host"
    state: "present"

@anupamaloke
Copy link
Collaborator

@rajendraindukuri , @dattaarindam FYI

@anupamaloke anupamaloke added the enhancement New feature or request label Oct 29, 2021
@rajendraindukuri
Copy link
Contributor

Hi @fobrice ,
Thanks for your contribution.
We will absorb these changes as part of our regular development and qualification cycle as part of release process and if everything goes well, we will merge the same

Thanks
Rajendra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants