-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing VM network information using fusioninventory-esx #867
Comments
adding patch to fix this issue |
thank you for your submission. By the way, your patch is changing inventory specs and you're not showing any example of what this will change. So we can't really see the added value. |
"old" fashion inventory gives this as a virtualmachine :
with the attached patch we get this :
which is what is expected by the fusioninventory glpi plugin ( file inc/formatconvert.class.php, the section dealing with the create_vm option (line 1374 on version 9.4+2.4 of FusionInventory GLPI plugin) with the patch using create_vm option set to true we do have "computer" creation from VM using fusioninventory-esx and they have the mac address of their NIC (they dont have any NICs without this patch) this fix may be close to the "missing drives" issue linked above |
Hi,
VM network information (mac address, description) is missing from when importing .ocs inventory file generated by fusioninventory-esx (and using create_vm parameter to import them as usual computer using glpi plugin)
seems like .ocs inventory file provides only one "MAC" text field whereas fusioninventory plugin for glpi expects several NETWORKS->MACADDRESS/DESCRIPTION entries
related to fusioninventory/fusioninventory-for-glpi#2779
regards,
The text was updated successfully, but these errors were encountered: