Files
tripleo-validations/doc/source/roles/role-check_nfv_ovsdpdk_counter_stat_validation.rst
Veda Barrenkala 42a8cec0a3 NFV OVS-DPDK Counter statistics validation
This change is to perform counter statistics validation for nfv ovsdpdk
interfaces. The counters validated here are ovs_tx_failure_drops,
ovs_tx_mtu_exceeded_drops, ovs_rx_qos_drops, ovs_tx_qos_drops,
ovs_tx_retries.

Change-Id: I997385f9e36dc74d60fdf933c980a2b080158ddb
2023-09-22 03:46:14 -04:00

979 B

check_nfv_ovsdpdk_counter_stat_validation

About the role

This role validates the NFV OvS DPDK interface counter statistics.

Requirements

  • Gathers information about all the existing interfaces.
  • Validates ovs_tx_failure_drops, ovs_tx_mtu_exceeded_drops, ovs_rx_qos_drops, ovs_tx_qos_drops, ovs_tx_retries metrics for every interface.
  • Checks if any of the listed counters are increasing and outputs its related configuration.

Dependencies

Example Playbook

- hosts: servers
  roles:

    - { role: check_nfv_ovsdpdk_counter_stat_validation }

License

Apache

Author Information

Red Hat TripleO DFG:NFV Integration

Full Description