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¶
Role Documentation¶
Welcome to the “check_nfv_ovsdpdk_counter_stat_validation” role documentation.
Role Defaults¶
This section highlights all of the defaults and variables set within the “check_nfv_ovsdpdk_counter_stat_validation” role.
counters:
- ovs_tx_failure_drops
- ovs_tx_mtu_exceeded_drops
- ovs_rx_qos_drops
- ovs_tx_qos_drops
- ovs_tx_retries
default_tx_retries_max: 8