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

Also available in: Atom PDF