...
All applicable firewalls must be configured with the following ports:
Note |
---|
Caution |
Service | Source | Destination | Protocol/Ports |
---|---|---|---|
Authentication | HyperCloud AMPQ IP | AD/LDAP Services | TCP: 389,636 |
SAML IDP | TCP: 443 | ||
Service Orchestration | HyperCloud AMPQ IP | Microsoft Failover Cluster 1 | TCP: 4434 1 |
VMware vCenter Server 1 | TCP: 443 1 | ||
Ovirt Manager (KVM) 1 | TCP: 443 1 | ||
VMware vCloud Director 1 | TCP: 443 1 | ||
Service Orchestration | HyperCloud AMPQ IP | Linux/Windows VMs | TCP: 22 2 |
Notification | HyperCloud AMPQ IP | SMTP Relay Mail Server | TCP: 25,465, 587 |
Agent | Linux/Windows VMs | HyperCloudâ„¢ URL & AMPQ IP | TCP: 443, 5671 |
Linux/Windows VMs | TCP: 443 |
Notes:
(1) Ensure Private Cloud Providers have a public NAT only to SaaS HyperCloudTM Portal IP Addresses provided by HyperGrid.
(2) Only needed if HyperCloudTM HCP will install the HyperCloudTM Agent via SSH.
Ignore if Agent is pre-installed or installed on demand via cloud-init.
We recommend that you install the HyperCloudTM Agent via cloud-init (Recommended) for VMware/for the following templates:
VMware
Hyper-V
KVM
VM Template Preparation
...
VM Template Preparation (non-cloud-init)
...
Note |
---|
Before You Begin |
VMware vSphere
Guest Customization:
Create VMware Guest Customization with the exact same name as the VM Template Name.
Example: When HCP deploys a VM from the Template VMT-Win2k16x64 it will use the Guest Customization with the name VMT-Win2k16x64 if available to customize the provisioned VM.(1)
Guest Customization Configuration:
Computer Name: Select use the Virtual Machine Name.
Network Type: DHCP
Windows Guest Customization:
Login Automatically as Administrator: 1
Run Once: Add the following in the Run once Command: [2]
Code Block language powershell c:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy bypass -Command "Invoke-WebRequest
...
https://repo.skygrid.cloud/snapshot/6.5.2/LATEST/agents/hcp_agent_install_windows.ps1 OutFile c:\hcp_agent_install_windows.ps1"
...
c:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy bypass -Command "c:\hcp_agent_install_windows.ps1
...
https://repo.skygrid.cloud/snapshot/6.3.1/LATEST/
...
AUTO_INSERT < HyperCloud_Platform_PROD_FQDN>_https://<HyperCloud_Platform_PROD_FQDN > 5671 docker.skip
...
VM Tools:
The latest VMware Tools must be installed on the VM Template or Guest Customization will fail.
Info |
---|
Information |
...
Hyper-V Templates must be placed in a Cluster Shared Volume in the form of VHDX files.
Ensure Hyper-V Integration Tools & service is installed and configured. (3)
Info |
---|
Information |
Open Virtualization (Ovirt) KVM Requirements:
...