From 3797a593103037c33c16158d80c77624318174c4 Mon Sep 17 00:00:00 2001 From: John Bowdre <61015723+jbowdre@users.noreply.github.com> Date: Mon, 4 Oct 2021 14:12:20 -0500 Subject: [PATCH] Include blog post links for more config details. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 459ad1a..55ae575 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,13 @@ phpIPAM Integration for vRealize Automation 8.x This integration allows vRealize Automation 8.x to use [phpIPAM](https://phpipam.net) for assigning static IP addresses to provisioned virtual machines. Built against vRA 8.2.0.12946 and phpIPAM 1.5. +Details on how I built this (as well as notes on how I configured phpIPAM to work correctly with this plugin) can be found here: +https://virtuallypotato.com/integrating-phpipam-with-vrealize-automation-8 + Prerequisite: =============== -phpIPAM 1.5 must be installed, configured, and available over HTTPS. Subnets must be defined, and those which should be available to vRA need to be marked as a pool. A trusted SSL certificate is not required; vRA will prompt to confirm the certificate when the connection is initially validated. +phpIPAM 1.5 must be [installed, configured, and available over HTTPS](https://virtuallypotato.com/integrating-phpipam-with-vrealize-automation-8#step-0-phpipam-installation-and-base-configuration). Subnets [must be defined, and those which should be available to vRA need to be marked as a pool](https://virtuallypotato.com/integrating-phpipam-with-vrealize-automation-8#step-2-configuring-phpipam-subnets). A trusted SSL certificate is not required; vRA will prompt to confirm the certificate when the connection is initially validated. Usage ===============