mirror of
https://github.com/jbowdre/SWIPAMforvRA8.git
synced 2024-11-09 19:32:19 +00:00
1,013 B
Executable file
1,013 B
Executable file
Basic Solarwinds IPAM integration plugin for vRA(C) 8.x
This contains the Python source files I used to create a basic IPAM integration so our vRA 8.x environment could leverage Solarwinds IPAM. See https://code.vmware.com/web/sdk/1.0.0/vmware-vrealize-automation-third-party-ipam-sdk to obtain the necessary SDK and https://docs.vmware.com/en/VMware-Cloud-services/1.0/ipam_integration_contract_reqs.pdf for the technical details.
This expects several custom properties to exist in Solarwinds for each IPAM-managed subnet to aid with assigning the correct gateway address, DNS servers, and site identifiers, as well as to limit the scope so we don't retrieve EVERY subnet that IPAM knows about:
DNS_Servers
: comma-separated list of IPsGateway
: single IP address for the default routeSite_ID
: 3-character identifiervRA_Range
: boolean; true if you want the subnet to be used by vRA
Or you can edit src/main/python/get_ip_ranges/source.python
to remove/change this requirement.