I’ve started to play around with the idea of Orchestration and Automation a bit more in the past few weeks. The recent Melbourne VMUG rekindled my interest in the area once again so I’m trying to find the time to play around with a few different applications and see what fits. One of the most versatile and capable products out there for VMware orchestration is VMware vCenter Orchestrator (now called vRealize Orchestrator) and the fact that it’s free with your vCenter server license means there’s really little to no excuse for not learning the product and adding another skill to your virtualization armour.

DEPLOYMENT:

Step 1:

You can download vCenter Orchestrator appliance from the myVMware website. You’ll need a VMware login to get access to download. Make sure to download the OVA file as it just makes deployment easier. Once you have have downloaded the OVA, you can then deploy the template.

vco appliance deployment

Browse to your downloaded OVA file and once selected click Next.

vco select ova

Step 2:

Accept the license and click Next.

vco deploy OVA agreement

Step 3:

Select the Resource pool within your Prod cluster that you want and click Next.

vco deploy resource pool

Step 4:

Select the required datastore to deploy to and click Next

vco deploy ovf template

Step 5:

Select Thin Provision for the disk format and click Next

vco deploy ovf template thin provision

Step 6:

Select the Production Network so vCO can communicate with your vCenter Server. Click Next

vco deploy ova template network setting

Step 7:

Enter the admin password, hostname and machine properties. Click Next

vco deploy ova finalise settings

Step 8:

Verify the settings of the OVA are as you would like them to be. Once you’re happy that everything is ok click Finish

vco deploy OVA confirm settings

Step 9:

The template will begin to deploy and you can open a console session to the appliance to see it booting from the bootstrap

vco startup

Once the appliance setup in completed you will see a screen similar to below

vco appliance console
The logins for each part of vCO are as follows:

http://<vCO-hostname> – vCenter Orchestrator Appliance Home Page

http://<vCO-hostname>:8283 – vCenter Orchestrator Configuration

 

http://<vCO-hostname>:8281 – vCenter Orchestrator Web Operator

http://<vCO-hostname>:5480 – vCenter Orchestrator Appliance Configuration

 

CONFIGURATION:

Step 10:

Once the appliance has been deployed you will need to go to vCO Configuration site and log in with the username of vmware and the password you entered as part of the appliance deployment. Click Login to continue.

vco config login

Step 11:

The first tab you’ll enter is the general tab. From here you can select Change Password or Export Configuration if you want save the config. It also shows the build version and current server status in the Information field.

vco export configuration

Step 12:

Next click on Network in the menu and in the Network tab enter the IP address and DNS name for your environment and for the vCO server and click Save. Now your vCO appliance IP address is configured.

vco network configuration

Step 13:

vCO will need to have SSL trust to vCenter and to SSO in order for domain logins to work and for vCO to be able to carry out requests to vCenter. Click on the Network tab in the menu and in the Import from URL field enter the URL of your vCenter server and do it a second time but add the port number for SSO to the URL. It’s really important that you add the SSL certs for both otherwise you’ll run into problems later.

vCenter – https://vcenter.domainFQDN

SSO – https://vcenter.domainFQDN:7444

vco config ssl trust manager

Step 14:

When prompted for with the license information select Import.

vco ssl trust certificate

Step 15:

This will then bring you to the below screen where you can see the entry for SSL certificates. This will mean you’ll have approx 3 SSL certificates added to the SSL Trust Manager afterwards.

vco SSL config

Step 16:

Next we need to set up the Authentication to vCO. You can choose LDAP or SSO. In this instance I’ve selected SSO and I’m using the Admin SSO account to authenticate. You can also use a normal domain account that has SSO admin access. Once the details are entered select Register Orchestrator.

vco SSL authentication

Step 17:

Once SSO Authentication has been registered you’ll see a notification to advise that it’s all completed. Next you can select a group that can have access to vCO as admins.

vco ssl configuration authentication

From the drop down select a User Group that will have access to vCO. Authentication for users in these groups will be handled through SSO. Once completed click Accept Orchestrator Configuration

vco configuration acceptance

A new notification will appear to advise that orchestrator authentication has been configured

vco authentication

Step 18:

Next you’ll need to edit the settings for vCenter Server. Select that tab from the menu. Enter the hostname of your vCenter server, leave /sdk as the path and enter the credentials for an admin user to vCenter Server. At this point you can click Connection Test to verify the account authenticates correctly. Once happy click Accept

vco vcenter integraiton

vCenter will then show that it has been configured to access the SDK. If you click SSL certificates it will bring you back to the SSL Trust Manager under the Network menu.

vco vcenter server integration

Step 19:

The next part to complete is to add the license. You can utilize your vCenter license to activate the license for vCO. Enter the vCenter Host name, port 443, path as /sdk and then a username and password that has admin access to vCenter. You can use the same account that was used in Step 17. N.B. Ignore the ESX Host text in below screenshot, it should say vCenter server. Click Activate to complete the license.

vco esxi host license

Once the license has been activated you’ll receive a notification that it is now complete

vco vcenter server license

Step 20:

Next you can click on Plug-Ins to get a view of what is going to be installed as part of vCO. Enter the credentials of an SSO admin user and click Apply Changes. You can also choose to upload and install new plug-ins from here also.

vco plugins

Step 21:

Click Restart Service once the above steps are complete. Now you can log into vSphere Web Client and access vCO.

vco restart services

 

WORKFLOWS:

Step 22:

Log into vSphere Web Client and select vCenter Orchestrator.

vco vsphere web client integration

Step 23:

Expand out Workflows under Inventory Trees or under Inventory Lists to see the full scale of workflows that are available built-in as part of vCO.

vco workflows

I won’t go into creating workflows or the full scope of what can be done in vCO. That would take a couple of years. vCO has the potential to be huge and I do find it strange that it hasn’t been used more by VMware admins in the past, myself included. I would definitely recommend spending some time reviewing and playing with Orchestrator. I’m only starting the journey myself so as I come across good resources I may put up a post with them included.

 

2 thoughts on “How To: VMware vCenter Orchestrator 5.5 Installation

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.