6.2

Table Of Contents
For example, to use the CentOS sample template, download the following files from the VMware product
download site.
n
CentOS 6.3 32-bit OVF
n
CentOS 6.3 32-bit VMDK
For a list of the available sample templates, see the Application Services Readme file.
Upload the CentOS 6.3 32-bit OVF package to the vCloud Director catalog or vRealize Automation. For
more information on the vCloud Director catalog or vRealize Automation, see the respective
documentation.
Note For CentOS 32-bit sample templates, Physical Address Extension (PAE) is not enabled, so you
can allocate up to 3.25GB of RAM for a virtual machine. PAE is enabled for Ubuntu 32-bit sample
templates, so you can allocate more than 4GB of RAM for a virtual machine.
Add libpython Package to the Ubuntu Template
For the sample Ubuntu template to work properly, you must add the libpython XML package.
Procedure
1 Download the python package from the Ubuntu mirror site.
wget http://UbuntuMirrorSite/libpython2.7_2.7.3-0ubuntu3.4_amd64.deb
2 Install the python package to the Ubuntu template.
dpkg -i libpython2.7_2.7.3-0ubuntu3.4_amd64.deb
Enable an SSH Connection for Ubuntu Virtual Machines
Ubuntu virtual machines must have SSH host keys generated to work properly.
Prerequisites
Verify that you have the vCloud Director VMRC plug-in installed to work with your browser. For
information about compatible Web browsers, see Application Services System Requirements.
Procedure
1 Upload the Ubuntu OVF package to the vCloud Director catalog.
2 Click in the vCloud Director VMRC console.
3 Log in to the Ubuntu virtual machine.
4 Enable the SSH connection.
ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
"ssh-keygen -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key"
Using Application Services
VMware, Inc. 214