Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 4.0.0 User’s Guide
- Contents
- 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)
- How OpenManage Ansible Modules work with OME
- Running your first OME Playbook
- Manage Devices
- Manage device configuration templates
- Template Service
- Manage the device firmware
- Manage jobs
- Manage users
- Manage identity pool
- Manage application settings
- Manage network configuration
- Manage fabrics
- Manage Profiles
- Device discovery
- Manage Chassis
- Manage Active Directory service and user groups
- Diagnostics
- Modules for Redfish APIs
- Deprecated modules
Table 53. ome_smart_fabric_uplink (continued)
Parameter Required Default Choices Comments
running the
Fabric Manager
must support
this configuration
feature. If
not, uplink
creation will be
successful with
an appropriate
error message in
response.
primary_switch_service
_tag
False NA NA Service tag of the
primary switch.
primary_switch_ports False NA NA
● The IOM slots to
be connected to the
primary switch.
● I(primary_switch_se
rvice_tag) is
mandatory for this
option.
secondary_switch_serv
ice_tag
False NA NA Service tag of the
secondary switch.
secondary_switch_port
s
False NA NA
● The IOM slots to
be connected to the
secondary switch.
● I(secondary_switch
_service_tag) is
mandatory for this
option.
tagged_networks: False NA NA VLANs to be associated
with the uplink I(name).
untagged_network False NA NA Specify the name of
the VLAN to be added
as untagged to the
uplink.
Return Values
msg:
type: str
description: Overall status of the uplink operation.
returned: always
sample: "Successfully modified the uplink."
uplink_id:
type: str
description: Returns the ID when an uplink is created or modified
returned: when I(state=present)
sample: "ddc3d260-fd71-46a1-97f9-708e12345678"
additional_info:
type: dict
description: Additional details of the fabric operation.
returned: when I(state=present) and additional information present in response.
sample: {
"error": {
"@Message.ExtendedInfo": [
{
"Message": "Unable to configure the Uplink Failure Detection mode on the
uplink because the firmware
136
Modules for OpenManage Enterprise (OME)