Managing vRA machines and applications
In vRA, new machines and applications are created by selecting them from the catalog, specifying the required settings, such as the number of machines or applications to create, and submitting a request to create the machines or applications. In the following sections, Retrieving entitled catalog items , Retrieving a template request for an entitled catalog item , Creating vRA machines , Viewing details of a machine request , and Retrieving provisioned resources , we will walk you through the workflow to provision new machines or applications.
Retrieving entitled catalog items
We will use devuser@corp.local
user account to deploy a CentOS 6.6
machine. First, we have to connect to the vRA server with the devuser@corp.local
account using the following code we have used before in the section
Connecting to vRA servers
:
$vRAServer = 'vra-01a.corp.local' $Username = 'devuser@corp.local' $Password = 'VMware1!' $Tenant...