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

dellemc_unity_host: Addition of ip to Host #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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