Project

General

Profile

Actions

Bug #13803

closed

Network, mask and gateway not correctly parsed from inventory

Added by François ARMAND over 5 years ago. Updated over 5 years ago.

Status:
Released
Priority:
N/A
Category:
Web - Nodes & inventories
Target version:
Severity:
Critical - prevents main use of Rudder | no workaround | data loss | security
UX impact:
User visibility:
Getting started - demo | first install | Technique editor and level 1 Techniques
Effort required:
Very Small
Priority:
122
Name check:
Fix check:
Regression:

Description

We have an inventory with for ex these values (one interface with one ipv4, one ipv6 address)

<NETWORKS>
     <DESCRIPTION>ens3</DESCRIPTION>
     <DRIVER>virtio_net</DRIVER>
     <IPADDRESS>192.168.180.104</IPADDRESS>
     <IPGATEWAY>192.168.180.1</IPGATEWAY>
     <IPMASK>255.255.255.128</IPMASK>
     <IPSUBNET>192.168.180.0</IPSUBNET>
     <MACADDR>52:54:00:e4:05:47</MACADDR>
     <SPEED>-1</SPEED>
     <STATUS>Up</STATUS>
     <TYPE>ethernet</TYPE>
     <VIRTUALDEV>0</VIRTUALDEV>
   </NETWORKS>
   <NETWORKS>
     <DESCRIPTION>ens3</DESCRIPTION>
     <DRIVER>virtio_net</DRIVER>
     <IPADDRESS6>fe80::5054:ff:fee4:547</IPADDRESS6>
     <IPMASK6>ffff:ffff:ffff:ffff::</IPMASK6>
     <IPSUBNET6>fe80::</IPSUBNET6>
     <MACADDR>52:54:00:e4:05:47</MACADDR>
     <SPEED>-1</SPEED>
     <STATUS>Up</STATUS>
     <TYPE>ethernet</TYPE>
     <VIRTUALDEV>0</VIRTUALDEV>
   </NETWORKS>

Corresponding LDAP content:

dn: networkInterface=ens3,nodeId=xxxxx,ou=Nodes,ou=Accepted Inventories,ou=Inventories,cn=rudder-configuration
networkInterface: ens3
objectClass: networkInterfaceLogicalElement
objectClass: top
networkInterfaceMacAddress: 52:54:00:e4:05:47
status: Up
networkInterfaceType: ethernet
speed: -1
ipHostNumber: fe80::5054:ff:fee4:547
ipHostNumber: 192.168.180.104

The corresponding LDAP entry has no gateway, mask or network.


Subtasks 2 (0 open2 closed)

Bug #13810: Update ldap node entries from ipNetworkNumber => networkSubnetReleasedFrançois ARMANDActions
Bug #13814: "networkSubnet" is not correctly displayed in search selectReleasedVincent MEMBRÉActions

Related issues 1 (0 open1 closed)

Related to Rudder - Bug #13807: Fusion does not parse network gateway correctlyResolvedActions
Actions #1

Updated by François ARMAND over 5 years ago

It only happens when an interface has both ip v4 and up v6 interfaces.

Actions #2

Updated by François ARMAND over 5 years ago

  • Status changed from New to In progress
Actions #3

Updated by François ARMAND over 5 years ago

  • Related to Bug #13807: Fusion does not parse network gateway correctly added
Actions #4

Updated by François ARMAND over 5 years ago

  • Description updated (diff)

So, this is not a small ticket because we need to change our serialisation format, because we need to be able to group [ipHostNumber, networkInterfaceGateway, networkInterfaceMask, ipNetworkNumber] together to be able to tell what ip is linked to what mask.

So, we can't just had gateways/ipnetwork/etc and hope (order is important).

Actions #5

Updated by François ARMAND over 5 years ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from François ARMAND to Vincent MEMBRÉ
  • Pull Request set to https://github.com/Normation/ldap-inventory/pull/139
Actions #6

Updated by Rudder Quality Assistant over 5 years ago

  • Assignee changed from Vincent MEMBRÉ to François ARMAND
Actions #7

Updated by François ARMAND over 5 years ago

  • Status changed from Pending technical review to Pending release
Actions #8

Updated by Vincent MEMBRÉ over 5 years ago

  • Status changed from Pending release to Released
This bug has been fixed in Rudder 4.1.17, 4.3.7 and 5.0.3 which were released today.
Changelog
Changelog
Changelog
Actions

Also available in: Atom PDF