dellemc.os9/roles/os9_dcb/tests/main.os9.yaml
Komal Uttamrao Patil 90b090b021
OS9 Ansible Collections (#2)
* adding OS9 ansible collections

* adding OS9 collections

Co-authored-by: Patil <Komal_uttamrao_Patil@Dell.com>
2020-07-09 19:29:51 -07:00

38 lines
No EOL
930 B
YAML

---
# vars file for dellemc.os9.os9_dcb,
# below gives a sample configuration
# Sample variables for OS9 device
os9_dcb:
dcb_enable: true
dcb_map:
- name: test
priority_pgid: 0 0 0 3 0 0 0 0
priority_group:
- pgid: 0
bandwidth: 50
pfc: false
state: present
- pgid: 3
bandwidth: 50
pfc: true
state: present
intf:
- name: fortyGigE 1/8
state: absent
- name: fortyGigE 1/9
state: present
dcb_buffer:
- name: buffer
description: testbuffer
priority_params:
- pgid: 0
buffer_size: 70
pause: 40
resume: 40
state: present
intf:
- name: fortyGigE 1/8
state: present
- name: fortyGigE 1/5
state: present
state: present