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
password: "password"
name: "Network VLAN - 1
Port breakout
ome_network_port_breakout
Synopsis
● This module allows to automate the breaking out of IOMs in fabric mode into logical sub ports.
● The port breakout operation is only supported in OpenManage Enterprise Modular.
Options
Table 51. ome_network_port_breakout
Parameter Required Default Choices Comments
hostname True NA NA Target IP address or
hostname
username True NA NA Target username
password True NA NA Target user password
port False 443 NA Target HTTPS port
target_port True NA NA The ID of the port in
the switch to breakout.
Enter the port ID in the
format: Service
tag:port. For example,
2HB7NX2:ethernet1/1/1
3.
breakout_type True NA NA
● The preferred
breakout type. For
example, 4X10GE.
● To revoke the
default breakout
configuration, enter
'HardwareDefault'.
Return Values
msg:
description: Overall status of the port configuration.
returned: always
type: str
sample: Port breakout configuration job submitted successfully.
breakout_status:
description: Details of the OpenManage Enterprise jobs.
returned: success
type: dict
sample: {
"Builtin": false,
"CreatedBy": "root",
"Editable": true,
"EndTime": null,
"Id": 11111,
"JobDescription": "",
"JobName": "Breakout Port",
"JobStatus": {"Id": 1112, "Name": "New"},
"JobType": {"Id": 3, "Internal": false, "Name": "DeviceAction_Task"},
"LastRun": null,
"LastRunStatus": {"Id": 1113, "Name": "NotRun"},
"NextRun": null,
"Params": [
{"JobId": 11111, "Key": "operationName", "Value": "CONFIGURE_PORT_BREAK_OUT"},
130
Modules for OpenManage Enterprise (OME)