mellanox.onyx.onyx_buffer_pool – Configures Buffer Pool¶
Note
This plugin is part of the mellanox.onyx collection (version 1.0.0).
To install it use: ansible-galaxy collection install mellanox.onyx
.
To use it in a playbook, specify: mellanox.onyx.onyx_buffer_pool
.
Synopsis¶
This module provides declarative management of Onyx Buffer Pool configuration on Mellanox ONYX network devices.
Parameters¶
Examples¶
- name: Configure buffer pool
onyx_buffer_pool:
name: roce
pool_type: lossless
memory_percent: 50.00
switch_priority: 3
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Anas Badaha (@anasb)