Merge "Use and ownership info for the ovs_dpdk_pmd_cpus_check module."

This commit is contained in:
Zuul 2021-06-10 20:37:34 +00:00 committed by Gerrit Code Review
commit 83e9b9a1f4
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,9 @@
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""ovs_dpdk_pmd_cpus_check module
Used by the ovs_dpdk_pmd validation.
"""
from ansible.module_utils.basic import AnsibleModule
from yaml import safe_load as yaml_safe_load
@ -23,6 +25,8 @@ module: OVS DPDK PMD CPU's check
short_description: Run PMD CPU's from all the NUMA nodes check
description:
- Run PMD CPU's from all the NUMA nodes check
- Used by ovs_dpdk_pmd validation.
- Owned by the DFG:NFV Integration
options:
pmd_cpu_mask:
required: true