Skip to content

vmbro/VCF-Operations-Hardware-vCommunity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

VCF Operations Hardware vCommunity

Hardware vCommunity is a open-source community project that uses Dell iDRAC Redfish API to group your physical servers under a datacenter name provided by user. You don't need to create multiple accounts for your servers to have an integration.

image

Management Pack supports Configuration Files that can have multiple FQDN/IP addresses and it automatically discovers these servers then creating new objects.

<?xml version="1.0" encoding="UTF-8"?>
<AdapterKinds>
 your-dell-server01.domain.local,
 your-dell-server02.domain.local,
 your-dell-server03.domain.local,
 your-dell-server04.domain.local,
 your-dell-server05.domain.local
</AdapterKinds>

Example Overview of the Hardware vCommunity Adapter

Screenshot 2025-06-19 at 00 06 23

Requirements:

  • Credential to login iDRAC servers to query component informations
  • A configuration file that contains list of FQDN/IP addresses for integration (Configuration file name must be the same in the adapter configuration)
  • Datacenter name that you want to group the given server list