From a75caa5b611282bfe2f589ae3415fac12841700f Mon Sep 17 00:00:00 2001 From: John Bowdre <61015723+jbowdre@users.noreply.github.com> Date: Wed, 15 Jun 2022 11:38:46 -0500 Subject: [PATCH] Create README.md --- .../Workflows/Generate Unique Hostname/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Orchestrator/Workflows/Generate Unique Hostname/README.md diff --git a/Orchestrator/Workflows/Generate Unique Hostname/README.md b/Orchestrator/Workflows/Generate Unique Hostname/README.md new file mode 100644 index 0000000..2497a26 --- /dev/null +++ b/Orchestrator/Workflows/Generate Unique Hostname/README.md @@ -0,0 +1,12 @@ +# Generate Unique Hostname workflow +Ensures a unique, sequentially-numbered hostname by checking for naming conflicts in vCenter, DNS, and Active Directory. + +## Inputs/Outputs +| Name | Type | Direction | Description | +|:--- |:--- |:---|:---| +| `nameBase` | string | Input | letter-based portion of the VM naming format | +| `domain` | string | Input | domain name for checking DNS conflicts | +| `digits` | number | Input | optional manually-specified numbering suffix; overrides automatic numbering but still checks for conflicts | +| `vCenterName` | string | Input | FQDN of the owning vCenter | +| `vmName` | string | Output | generated VM name | +