Bug 1750612
| Summary: | [BACKPORT] backport of upstream patch to Replace coremask with cpu_list in vrouter dpdk schema | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | PURANDHAR SAIRAM MANNIDI <pmannidi> |
| Component: | os-net-config | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED ERRATA | QA Contact: | nlevinki <nlevinki> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 14.0 (Rocky) | CC: | bfournie, bshephar, dsedgmen, hbrock, jslagle, mburns, nlevinki, rhos-maint, skramaja, tkajinam |
| Target Milestone: | z4 | Keywords: | Triaged, ZStream |
| Target Release: | 14.0 (Rocky) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | os-net-config-9.3.1-0.20190513134526.9ed8760.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1750259 | Environment: | |
| Last Closed: | 2019-11-06 16:48:54 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1750259 | ||
| Bug Blocks: | |||
|
Description
PURANDHAR SAIRAM MANNIDI
2019-09-10 04:50:41 UTC
With puddle 2019-10-18.1, verified that schema is updated in /usr/lib/python2.7/site-packages/os_net_config/schema.yaml
contrail_vrouter_dpdk:
type: object
properties:
type:
enum: ["contrail_vrouter_dpdk"]
name:
$ref: "#/definitions/string_or_param"
members:
type: array
items:
- $ref: "#/definitions/interface"
minItems: 1
bond_mode:
oneOf:
- $ref: "#/definitions/string_or_param"
- $ref: "#/definitions/int_or_param"
bond_policy:
oneOf:
- $ref: "#/definitions/string_or_param"
- $ref: "#/definitions/int_or_param"
driver:
$ref: "#/definitions/string_or_param"
cpu_list:
$ref: "#/definitions/string_or_param"
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:3745 |