dell / dellemc-openmanage-ansible-modules

Dell OpenManage Ansible Modules
GNU General Public License v3.0
335 stars 163 forks source link

Cannot parse ipv6 address #61

Closed sourcecodemage closed 2 years ago

sourcecodemage commented 5 years ago

This could be a documentation issue, as I can only find examples with IPv4 addresses.

When I run my playbook the reset and wait steps work fine, but the import config job failes.

PB

It concatenates the port at the end of the ip address. eg idrac_address: "::1" then the error is : "scp_status": {"Data": {"Message": "Failed to execute redfish request: Failed to parse: ::1:443"

Server Info Dell 740XD BIOS Version 1.4.5 iDRAC Firmware Version 3.21.21.21

Is there a special way that I should be formatting ipv6 addresses for the idrac_server_config_profile module? I tried putting square brackets around the address and that made it worse.

anupamaloke commented 5 years ago

@jagooch, we are looking into this issue. Also, will it be possible for you to raise a support ticket with Dell support too?

sourcecodemage commented 5 years ago

certainly. I noted that the ImportSystemConfigurationLocalFilenameREDFISH.py script in imports local xml configuration file fine. I haven't look at the source to what that script does differently. It doesn't use OMSDK, which may be the difference.

rajeevarakkal commented 4 years ago

@jagooch Care still facing this issue?

anupamaloke commented 2 years ago

Closing this issue due to inactivity for long. Please create a new issue if you run into this error.