Bug 1866269

Summary: Missing NM UUID in ovs external_ids on creating
Product: Red Hat Enterprise Linux 8 Reporter: Mingyu Shi <mshi>
Component: nmstateAssignee: Gris Ge <fge>
Status: CLOSED ERRATA QA Contact: Mingyu Shi <mshi>
Severity: low Docs Contact:
Priority: low    
Version: 8.3CC: ferferna, jiji, jishi, network-qe, till
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: nmstate-0.3.4-10.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-11-04 03:08:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
verified.log none

Description Mingyu Shi 2020-08-05 09:36:33 UTC
Description of problem:
Missing NM UUID in ovs external_ids on creating

Version-Release number of selected component (if applicable):
python3-libnmstate-0.3.4-9.el8.noarch
nmstate-0.3.4-9.el8.noarch
nmstate-plugin-ovsdb-0.3.4-9.el8.noarch
NetworkManager-1.26.0-2.el8.x86_64
openvswitch-selinux-extra-policy-1.0-19.el8fdp.noarch
openvswitch2.13-2.13.0-49.el8fdp.x86_64

How reproducible:
100%

Steps to Reproduce:
1. echo "---
interfaces:
- name: ovs0
  type: ovs-interface
  state: up
  ovs-db:
    external_ids:
      abc: def
- name: ovs-br0
  type: ovs-bridge
  state: up
  bridge:
    port:
    - name: ovs0" | nmstatectl set
2. nmstatectl show ovs0
3.

Actual results:
interfaces:
- name: ovs0
  type: ovs-interface
  state: up
  ipv4:
    enabled: false
    dhcp: false
  ipv6:
    enabled: false
    autoconf: false
    dhcp: false
  lldp:
    enabled: false
  mac-address: CA:DE:58:34:F2:7C
  mtu: 1500
  ovs-db:
    external_ids:
      abc: def


Expected results:

Additional info:

Comment 3 Mingyu Shi 2020-08-10 09:28:05 UTC
Created attachment 1710936 [details]
verified.log

Verified with versions:
nmstate-0.3.4-10.el8.noarch
NetworkManager-1.26.0-2.el8.x86_64
DISTRO=RHEL-8.3.0-20200728.n.0
Linux dell-r330-15.gsslab.brq.redhat.com 4.18.0-228.el8.x86_64 #1 SMP Mon Jul 27 06:05:31 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
openvswitch-selinux-extra-policy-1.0-19.el8fdp.noarch
openvswitch2.13-2.13.0-49.el8fdp.x86_64
python3-openvswitch2.13-2.13.0-49.el8fdp.x86_64

Brief of the log in attachment:
1. Always show NM.connection.uuid
2. Edit ovs0, when external-ids was not touched, the previous one would be preserved
3. Be able to add user-defined external-ids, but should provide all key-value pairs, if one key was not mentioned, it would be removed(except for NM.connection.uuid)

Comment 6 errata-xmlrpc 2020-11-04 03:08:06 UTC
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 (nmstate bug fix and enhancement update), 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-2020:4696