Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 3.0.0 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules work with iDRAC
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Storage controller
- Modules for OpenManage Enterprise (OME)
- Modules for Redfish APIs
- Deprecated modules
- Deprecated iDRAC modules
- Install firmware
- View Lifecycle Controller status
- Export or Import Server Configuration Profile
- Configure time zone and NTP on iDRAC
- Configure iDRAC network
- Configure BIOS
- Configure iDRAC users
- Configure RAID
- Configure syslog
- Boot to a network ISO image
- Reset iDRAC
- View Lifecycle controller job status
- Export LC logs
- Delete LC job
- Delete LC job queue
- Deprecated OpenManage Enterprise (OME) modules
- Deprecated iDRAC modules
- Accessing documents from the Dell EMC support site
Table 60. ome_network_vlan (continued)
Parameters Required Default Choices Comments
Hypervisor
Management, Storage
- iSCSI, Storage -
FCoE, Storage -
Data Replication, VM
Migration, and VMWare
FT Logging.
I(hostname)/api/
NetworkConfigurati
onService/
NetworkTypes ).
Return Values
msg:
type: str
description: Overall status of the VLAN operation.
returned: always
sample: "Successfully created the VLAN."
vlan_status:
type: dict
description: Details of the VLAN that is either created or modified.
returned: when I(state=present)
sample: {
"@odata.context": "/api/$metadata#NetworkConfigurationService.Network",
"@odata.type": "#NetworkConfigurationService.Network",
"@odata.id": "/api/NetworkConfigurationService/Networks(1234)",
"Id": 1234,
"Name": "vlan1",
"Description": "VLAN description",
"VlanMaximum": 130,
"VlanMinimum": 140,
"Type": 1,
"CreatedBy": "admin",
"CreationTime": "2020-01-01 05:54:36.113",
"UpdatedBy": null,
"UpdatedTime": "2020-01-01 05:54:36.113",
"InternalRefNWUUId": "6d6effcc-eca4-44bd-be07-1234ab5cd67e"
}
error_info:
description: Details of the HTTP Error.
returned: on HTTP error
type: dict
sample: {
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more
information.",
"@Message.ExtendedInfo": [
{
"MessageId": "CTEM1043",
"RelatedProperties": [],
"Message": "Unable to create or update the network because the entered
VLAN minimum 0 (unsure of what the 0 refers to)
is not within a valid range ( 1 - 4000 or 4021 - 4094 ).",
"MessageArgs": [
"0",
"1",
"4000",
"4021",
"4094"
],
"Severity": "Warning",
"Resolution": "Enter a valid VLAN minimum as identified in the message
and retry the operation."
“Enter a valid minimum VLAN ID as identified in the message and retry the operation."
}
]
}
Modules for OpenManage Enterprise (OME)
101