Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All applicable firewalls must be configured with the following ports:

Note

Caution
HyperGrid will provide the Kubernetes Load Balancer IP address mentioned below.

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, 5671Linux/Windows VMs

https://repo.skygrid.cloud/*

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

      Templates

VM Template Preparation

...

VM Template Preparation (non-cloud-init)

...

Note

Before You Begin
Ensure your VM ( Template ) has network connectivity to https://repo.skygrid.cloud/repo/ & and Linux Repository.

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
languagepowershell
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
Refer VMware Supported OS for Guest Customization for supported Guest OS.

...

  • 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
Refer Hyper-V Integration Services and Supported Linux and FreeBSD virtual - machines.

Open Virtualization (Ovirt) KVM Requirements:

...