Bug 1698032
| Summary: | add the ovs_extra parameter to ovs vlan interfaces (OSP-14) | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Bob Fournier <bfournie> |
| Component: | os-net-config | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Alistair Tonner <atonner> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 14.0 (Rocky) | CC: | bfournie, dsneddon, gkumar, hbrock, jslagle, mburns, mlammon, nlevinki, rhos-maint |
| Target Milestone: | z3 | Keywords: | TestOnly, Triaged, ZStream |
| Target Release: | 14.0 (Rocky) | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | os-net-config-9.2.1-0.20190313054550.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1674391 | Environment: | |
| Last Closed: | 2019-07-02 20:08:27 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: | 1674391, 1698036 | ||
| Bug Blocks: | |||
|
Comment 4
Bob Fournier
2019-05-24 21:09:28 UTC
Red Hat OpenStack Platform release 14.0.3 RC (Rocky)
[heat-admin@compute-0 ~]$ yum list installed |grep os-net-config
os-net-config.noarch 9.3.1-0.20190513134524.9ed8760.el7ost
[heat-admin@compute-0 ~]$ ifconfig vlan50
vlan50: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1440
inet 172.17.2.20 netmask 255.255.255.0 broadcast 172.17.2.255
inet6 fe80::834:fcff:fea5:c72b prefixlen 64 scopeid 0x20<link>
ether 0a:34:fc:a5:c7:2b txqueuelen 1000 (Ethernet)
RX packets 38 bytes 1608 (1.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 19 bytes 1174 (1.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
grep ovs_extra virt/network/three-nics-vlans/compute.yaml
ovs_extra:
(undercloud) [stack@undercloud-0 ~]$ grep -B3 -A3 ovs_extra virt/network/three-nics-vlans/compute.yaml
type: vlan
vlan_id:
get_param: TenantNetworkVlanID
ovs_extra:
- "set int vlan50 mtu_request=1440"
addresses:
ovs_extra parameter gets correctly applied in overcloud using normal deployment.
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:1672 |