You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the ome_identity_pool to create iSCSI settings, the iqn_prefix of initiator_config is required to be completed or the task fails. Same with the initiator_ip_pool_settings.
In the OME-M GUI (1.30.00) , the only required fields are "Starting virtual MAC Address" and "Number of iSCSI MAC addresses", while the other two options can remain unchecked (Configure iSCSI Initiator and Enable iSCSI Intitator IP Pool)
The functionality should match between GUI and Ansible, allowing for only the MAC Addreses to be filled in, but not require the Initiator or IP pool
Note: If the existing Identity Pool in OME has iSCSI configured without these options, this Ansible module will fail to update Ethernet settings, even if iSCSI is not defined in the playbook at all.
Component Name
ome_identity_pool
Ansible Version
ansible 2.10.11
iDRAC or OpenManage Enterprise version
OME-M version 1.30.00
Steps to Reproduce
With same settings currently configure in an Identity Pool, the playbook should execute without error, including only iSCSI Mac address and number of addresses.
Expected to run successfully as there is already an Identity Pool in existence with these exact settings
Actual Results
# With only starting MAC address and number of addresses, indicating the IQN prefix is required, although it is not required in the GUI
TASK [Identity Pool] ********************************************************************************************************************************************************************************
failed: [dellpod23.smrcy.com] (item=POC Identity Pool Ansible Test) => {"ansible_facts": {"discovered_interpreter_python": "/usr/libexec/platform-python"}, "ansible_loop_var": "item", "changed": false, "item": {"ethernet_settings": {"identity_count": 640, "starting_mac_address": "12:20:11:05:01:00"}, "fc_settings": {"identity_count": 640, "starting_address": "1E:20:11:05:04:00"}, "fcoe_settings": {"identity_count": 640, "starting_mac_address": "1A:20:11:05:03:00"}, "iscsi_settings": {"identity_count": 640, "starting_mac_address": "16:20:11:05:02:00"}, "pool_description": null, "pool_name": "POC Identity Pool Ansible Test"}, "msg": "IQN prefix is required to create iSCSI settings."}
# With Starting MAC Address, number of addresses, and IQN prefix completed, but no IP Pool which is not required in the GUI
TASK [Identity Pool] ********************************************************************************************************************************************************************************
failed: [dellpod23.smrcy.com] (item=POC Identity Pool Ansible Test) => {"ansible_facts": {"discovered_interpreter_python": "/usr/libexec/platform-python"}, "ansible_loop_var": "item", "changed": false, "item": {"ethernet_settings": {"identity_count": 640, "starting_mac_address": "12:20:11:05:01:00"}, "fc_settings": {"identity_count": 640, "starting_address": "1E:20:11:05:04:00"}, "fcoe_settings": {"identity_count": 640, "starting_mac_address": "1A:20:11:05:03:00"}, "iscsi_settings": {"identity_count": 640, "initiator_config": {"iqn_prefix": "iqn.myprefix."}, "starting_mac_address": "16:20:11:05:02:00"}, "pool_description": null, "pool_name": "POC Identity Pool Ansible Test"}, "msg": "Both ip range and subnet mask in required to create an identity pool using iSCSI settings."}
Community Note
Please vote on this issue by adding a 👍 reaction
to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions,
they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
Summary
Using the ome_identity_pool to create iSCSI settings, the iqn_prefix of initiator_config is required to be completed or the task fails. Same with the initiator_ip_pool_settings.
In the OME-M GUI (1.30.00) , the only required fields are "Starting virtual MAC Address" and "Number of iSCSI MAC addresses", while the other two options can remain unchecked (Configure iSCSI Initiator and Enable iSCSI Intitator IP Pool)
The functionality should match between GUI and Ansible, allowing for only the MAC Addreses to be filled in, but not require the Initiator or IP pool
Note: If the existing Identity Pool in OME has iSCSI configured without these options, this Ansible module will fail to update Ethernet settings, even if iSCSI is not defined in the playbook at all.
Component Name
ome_identity_pool
Ansible Version
iDRAC or OpenManage Enterprise version
OME-M version 1.30.00
Steps to Reproduce
With same settings currently configure in an Identity Pool, the playbook should execute without error, including only iSCSI Mac address and number of addresses.
Playbook used
Expected Results
Expected to run successfully as there is already an Identity Pool in existence with these exact settings
Actual Results
Community Note
to the original issue to help the community and maintainers prioritize this request
they generate extra noise for issue followers and do not help prioritize the request
The text was updated successfully, but these errors were encountered: