Install the CloudLink Gateway in a VMware Virtual Environment
This topic describes the equipment, network, and configuration considerations that apply when setting up CloudLink Gateway on servers enabled with VMware® vSphere™ virtualization.
.
System Requirements
You must have VMware vCenter server installed in your machine to change the network configuration of the gateway during the deployment.
The CloudLink appliance and the MiVoice Office PBX must be installed on the same virtual environment / LAN subnet. If this is not done, disable all SIP ALG functions in the firewall to enable communication between these two components. Additionally, ensure that port blocking is disabled.
CloudLink Gateway does not support virtualization features related to application migrations, for example vMotion.
Assigning IP Address
During the virtual deployment of CloudLink Gateway, the system assigns the initial IP address through Dynamic Host Configuration Protocol (DHCP). Alternately, the user can configure the initial IP address during the Open Virtualization Application (OVA) deployment using the portal. The console displays the network address after the deployment.
Deployment
You can deploy CloudLink Gateway in a VMware environment in any of the following ways:
Deploy using VMware vSphere/vCenter
- Log in to the VMware vSphere Client with your username and password.
- From the vSphere Client Menu Bar, choose File > Deploy OVF Template.
- In the OVA Wizard, select the Source of the OVF template file (OVA file extension)
- URL
- If the OVF template file is on the Internet or accessible through a web browser; enter the URL of the location of the file.
- Local File
- If the OVF template file was downloaded to the local computer or to a network share drive, click Browse to locate the file.
- URL
- Click Next.
- Under Name and Inventory Location, specify the name for the virtual machine and click Next.
-
Under Deployment Configuration, select the desired hardware configuration profile from the drop-down menu.
-
Click Next.
-
Under Storage, select the Datastore to use for the virtual machine. Click Next.
-
Set the virtual disk format to Thick Provisioned.
-
Under Network Mapping, allocate one virtual network interface card (vNIC) on the destination network using the drop-down list. The options for mapping the vNICs differ depending on the release version.
-
Configure the properties for the virtual machine.
-
Select Power on after deployment to automatically power on the virtual machine.
-
Click Finish to deploy the OVA.
Deploy using VMware Open Virtualization Format Tool
Alternately, use the command ovftoolto deploy CloudLink Gateway in a VMware environment through the VMware Open Virtualization Format Tool. The configuration parameters such as static IP address, user name, and password can be specified when deploying the OVA package to an ESXi host.
The following is an example of how to deploy CloudLink Gateway in a VMware environment using the command.
# target host
# (replace values as needed for your environment)
ESXI_DATASTORE=datastore1
ESXI_USERNAME=root
ESXI_PASSWORD=password
ESXI_HOST=198.51.100.10
# network settings for virtual CloudLink Gateway
# (replace values as needed for your environment)
DEPLOYMENT_IP=198.51.100.20
DEPLOYMENT_NETMASK=24
DEPLOYMENT_GATEWAY=198.51.100.1
DEPLOYMENT_DNS=198.51.100.1
DEPLOYMENT_HOST_NAME=cloudlink.domain.com
ovftool \
--acceptAllEulas \
--disableVerification \
--noSSLVerify \
--skipManifestCheck \
--X:injectOvfEnv \
--powerOn \
--prop:cl.hostname=${DEPLOYMENT_HOST_NAME} \
--prop:cl.ip0=${DEPLOYMENT_IP} \
--prop:cl.netmask0=${DEPLOYMENT_NETMASK} \
--prop:cl.gateway0=${DEPLOYMENT_GATEWAY} \
--prop:cl.dns0=${DEPLOYMENT_DNS} \
--datastore=${ESXI_DATASTORE} \
Mitel-CloudLink-Gateway-1.0.0.ova \
"vi://${ESXI_USERNAME}:${ESXI_PASSWORD}@${ESXI_HOST}/"