vRealize Automation- Creating a Service

Self-Service catalog is a new way of managing Catalog Items. Service categories organizes catalog items into related offerings to enable end users to browse catalog items they needed in an easier and convenient way.

In vRA Blueprints are published which enables them to be assigned to users and groups through the catalog management components of the vRA Service Catalog. In earlier version of vCAC Blueprints were assigned to groups within the Blueprint itself.

To enable blueprints to be available in the catalog we first need a service that we can publish them to. Services are the containers that hold the actual catalog items that can be requested.

We must have at least one service in the environment to enable our catalog items against.

If you have missed earlier posts of this series then you can access the same by clicking on below links:

1: Introduction to vCAC(vRA)

2: Installing and Configuring vRA Identity Appliance

3: Installing and Configuring vRA Appliance

4: Installing and configuring IaaS Components

5: Creating Tenants

6: Adding vSphere Endpoints

7: Creating and Configuring Fabric Groups

8: Creating Business Groups and Reservation

9: Creating and Publishing Blueprints

In this post we will create a new service for the catalogs.… Read More

vRealize Automation-Create and Publish Blueprints

What is A Blueprint?

Blueprints define the resources and attributes associated with the provisioning of a virtual, physical, or cloud machine. vRA supports several type of platforms as endpoint such as vSphere, vCloud, Hyper-V, XEN, Physical, Amazon etc so a unique Blueprint is needed per platform.

Blueprints are visible as Item to end users in Service Catalog from where they can request to provision a new virtual machine or applications etc.

In this post we will learn how to Create and Publish a vSphere Blueprint. To do this there are certain pre-requisites that need to be met.

Within the blueprint configuration there is a template picker that will allow you to pick form the available templates in your environment. In order for templates to show up in the template picker there are some items that need to be configured in the vCAC environment. You will need to have the following already configured:

  • vSphere Credential
  • vSphere EndPoint
  • Fabric Group (with the vSphere resources assigned)
  • Reservation

If you have missed earlier posts of this series then I would recommend reading them first before going ahead.… Read More

vRealize Automation-Create Business Group and Reservation

What is a Business Group?

A Business group associates a set of services and resources to a set of users, such as a line of business, department, or other organizational unit. A business group is created within a tenant by the tenant administrator.

A business group can have access to catalog items specific to that group and to catalog items that are shared between business groups in the same tenant. Each business group has one or more reservations that determine on which compute resources, virtual machines that this group has requested can be provisioned. To request catalog items, a user must belong to at least one business group. A user can be a member of more than one business group, and can have different roles in different groups.

A business group must have at least one business group manager, who monitors the resource use for the group and often is an approver for catalog requests.… Read More

vRealize Automation-Creating and Configuring Fabric Groups

Fabric and Fabric Groups

The Fabric groups are what enable you to provide access to resources from your physical infrastructure. Fabric includes all the computing resources that are discovered from the added endpoint data collection.

Fabric is organized into fabric groups and there can be multiple fabric groups with different purposes, for example you may assign clusters to different business groups within the enterprise to ensure performance.

Within a fabric group we add users or groups that are responsible for managing infrastructure resources and add the resources they are responsible for.

For example we may select clusters that are managed from vCenter and assign the user/groups that are responsible for managing those resources.

Fabric administrators are responsible for creating reservations on the compute resources within their groups to allocate fabric to specific business groups. Fabric groups are created in a specific tenant, but their resources can be made available to users who belong to business groups in all tenants.… Read More

vRealize Automation-Configuring vSphere Endpoint

Endpoints are infrastructure sources that are consumed by vCloud Automation Center.

vRealize Automation supports following endpoints:

  • vCenter
  • vCloud Director
  • Hyper-v, Citrix Xen server,
  • Physical servers like HP,DELL and Cisco
  • cloud platforms like Openstack, Amazon Web Services (AWS) etc.

Physical Endpoints

A physical endpoint represents one physical machine or a pool of multiple physical machines. To make a physical machine available for provisioning, you must create an endpoint to represent it. Information about each known physical machine, such as its installed memory and CPU count, is collected regularly through its management interface.

vRealize Automation communicates with physical machines through the following types of physical endpoints, which represent the management interfaces through which it communicates.

  • Cisco UCS Manager
  • Dell iDRAC
  • HP iLO

Note: iDRAC and iLO endpoints represent single standalone machines. Cisco UCS Manager endpoints represent pools of multiple machines.

vRealize Automation make use of DEMs or agents to communicate with and manage endpoints.… Read More

vRealize Automation-Tenant Configuration

vRealize Automation can be used to create private cloud or hybrid cloud that can be shared by a number of groups within a company.

vRealize Automation has a concept called Tenants that can be used to provide isolation between independent groups in shared cloud environment, where multiple companies, divisions or independent groups are using a common infrastructure fabric, Tenants are useful for isolating the users, resources and services from one tenant from those of other tenants.

A tenant can be compared to an organizational unit. For private clouds a tenant can be a business unit within enterprise. In hybrid clouds it can be a company that subscribes to cloud services from a service provider.

In Multi-Tenant environment each tenant has unique configuration policies that are specific to that tenant.  Let’s look as some of the attributes that define a tenant.

  • Each tenant has one or more identity stores that are used to authenticate users. 
Read More

vRealize Automation- Installing and Configuring IaaS Components

In our last post Installing and Configuring vRA appliance we learned what is vRealize automation appliance and how to deploy and configure it. In this post we will learn installing and configuring the 3rd component of vRA suite “IaaS”. As always before jumping into install/configure lets have a look on what is IaaS and what it offers.

Overview of IaaS

IaaS stands for Infrastructure as a Service and provides a self-service portals to administrators and end users with ability to provisioning or deploy virtual machines on virtual and physical servers and across private, public and hybrid cloud infrastructures.

vRA IaaS is made up of several components including:

  • IaaS Website
  • Distributed Execution Managers(DEM)
  • Agents
  • Model Manager
  • Manager Service
  • Database

If you want to learn about functionality of these components please read the earlier post vCAC Introduction of this series.

The following diagram shows the relation of the different components of vRA:

vCAC-Overview-intro

Installation Pre-requisites:

  • Windows Server 2008 R2 SP1 / Windows Server 2012 R2
  • Microsoft .NET
Read More

vRealize Automation- Deploying and Configuring vRealize Automation Appliance

In our last post we have installed and configured Identity Appliance which will serve as SSO for rest of the components of vCAC (vRA). In this post we will learn how to install and configure vRealize Automation Appliance (formerly vCAC).

Before diving into installation lets have a basic understanding of what is vRA and what it do.

Overview of vRA

The vRA appliance provides cloud management & a self-service portal for cloud services  as well as authoring, administration, and governance.  vRA can be deployed as a single instance or we can deploy multiple instances of it behind a load balancer to achieve high availability.

Installation Prerequisites

1: DNS (forward / reverse) entry created for vRA appliance.

2: Network Time Protocol (NTP) server configured.

3: SSO (Identity Appliance or vCenter 5.5 U1 SSO) installed and configured.

4: 2 vCPU / 8 GB of RAM / 30 GB of storage.

Database Consideration

The vRA appliance have an embedded Postgres database but we have also following choice for database selection:

a: Use the embedded vPostgres database available with  vRA appliance.… Read More

vRealize Automation- Deploying and Configuring Identity Appliance

Setting up vCAC (vRA) environment consists of 3 things:

1: Deploying and Configuring Identity Appliance

2: Deploying and configuring vRA Appliance (vCAC Server)

3: Deploying and Configuring IaaS Components

If you have missed earlier posts of this series then I would recommend reading them first before going ahead. You can access the earlier posts from below links:

1: Introduction to vCAC(vRA)

In this post we will be focusing on Installing and Configuring the Identity Appliance

What is Identity Appliance?

The VMware Identity Appliance is a virtual appliance for vCloud Automation Center (vCAC) that provides vCAC with single sign-on (SSO) authentication capabilities.

The Identity Appliance is available in form of ovf template which can be deployed on top of vSphere. Depending upon the infrastructure design, you can deploy a single instance of Identity Appliance or can go ahead with multiple instances (For HA purposes).

Note: Identity Appliance is not a mandatory requirement if you are running vSphere v5.5 Update 1 or above in your environment.… Read More

vRealize Automation- vCAC Introduction

What is vCloud Automation Center?

vCloud Automation Center (vCAC) is part of vCloud suite (Enterprise Edition) which provides administrators with the ability to provision and configure storage, network and compute resources across multiple platforms.

It makes life of a cloud administrator easier by allowing them to automate application delivery and simplify the deployment of multi-tiered applications while managing multi-vendor and multi-cloud infrastructures.

VMware offers vCloud Automation Center in three editions: Standard, Advanced and Enterprise.

The goal of vCAC is to deploy and provision cloud services across private & public clouds, physical infrastructures, hypervisors and public cloud providers. The following cloud Platforms are supported by vCAC:

1: vCloud Director (as of version 5.1)

2: Hyper-V

3: XenServer

vCAC also supports Dell DRAC, HP ILO, Cisco’s UCS manager and there’s an integration with NetApp DataOntap.

vCAC Architecture                                       

The architecture of vCAC looks like below

vcac arch

Graphic Thanks to VMware

At the very high level, vCAC architecture can be broken down into following tiers:

  • Presentation Tier– The uppermost tier provides an interface to the end-users/consumers who access resources and applications provisioned from the Cloud. 
Read More