<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Vra7 on The IT Hollow</title>
    <link>https://theithollow.com/categories/vra7/</link>
    <description>Recent content in Vra7 on The IT Hollow</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 08 Oct 2018 14:03:53 +0000</lastBuildDate>
    <atom:link href="https://theithollow.com/categories/vra7/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Upgrade to vRA 7.5</title>
      <link>https://theithollow.com/2018/10/08/upgrade-to-vra-7-5/</link>
      <pubDate>Mon, 08 Oct 2018 14:03:53 +0000</pubDate>
      <guid>https://theithollow.com/2018/10/08/upgrade-to-vra-7-5/</guid>
      <description>&lt;p&gt;Upgrading your vRealize Automation instance has some times been a painful exercise. But this was in the early days after VMware purchased the product from DynamicOps. It&amp;rsquo;s taken a while, but the upgrade process has improved for each and every version, in my opinion, and 7.5 is no exception. If you&amp;rsquo;re on a previous version, here is a quick rundown on the upgrade process from 7.4 to 7.5.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; As always, please read the the official upgrade documentation. It includes prerequisites and steps that should always be followed. https://docs.vmware.com/en/vRealize-Automation/7.5/vrealize-automation-7172732to75upgrading.pdf&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRA 7.3 Component Profiles</title>
      <link>https://theithollow.com/2017/06/06/vra-7-3-component-profiles/</link>
      <pubDate>Tue, 06 Jun 2017 14:05:22 +0000</pubDate>
      <guid>https://theithollow.com/2017/06/06/vra-7-3-component-profiles/</guid>
      <description>&lt;p&gt;Preventing blueprint sprawl should be a consideration if you&amp;rsquo;re building out a new cloud through vRealize Automation. Too many blueprints and your users will be confused by the offerings and the more blueprints, the more maintenance needed to manage them. We&amp;rsquo;ve had custom methods for managing sprawl up until vRA 7.3 was released. Now we have some slick new methods right out of the box to cut down on the number of blueprints in use. These new out of the box configurations are called Component Profiles.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRA 7.3 Endpoints Missing</title>
      <link>https://theithollow.com/2017/05/30/vra-7-3-endpoints-missing/</link>
      <pubDate>Tue, 30 May 2017 14:08:58 +0000</pubDate>
      <guid>https://theithollow.com/2017/05/30/vra-7-3-endpoints-missing/</guid>
      <description>&lt;p&gt;vRealize Automation version 7.3 dropped a few weeks ago and you&amp;rsquo;re really excited about the new improvements that have been made with the platform. &lt;a href=&#34;http://pubs.vmware.com/Release_Notes/en/vra/73/vrealize-automation-73-release-notes.html&#34;&gt;Release Notes for version 7.3&lt;/a&gt; You&amp;rsquo;ve gone through the upgrade process which is constantly improving I might add but once you log in you find out that your endpoints that you spent so much time building are now missing. Kind of like the ones in my screenshot below.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRA Placement Decisions with a Dynamic Form</title>
      <link>https://theithollow.com/2017/05/22/vra-placement-decisions-dynamic-form/</link>
      <pubDate>Mon, 22 May 2017 14:07:31 +0000</pubDate>
      <guid>https://theithollow.com/2017/05/22/vra-placement-decisions-dynamic-form/</guid>
      <description>&lt;p&gt;vRA is great at deploying servers in an automated fashion, but to really use the built in functionality for an organization some additional information should be requested to properly place the workloads in the environment. This post covers how to ask users for the correct information to properly determine the placement location of new server workloads.&lt;/p&gt;
&lt;h1 id=&#34;cluster-placement&#34;&gt;Cluster Placement&lt;/h1&gt;
&lt;p&gt;The first placement decision that needs to be made is which cluster the workload should be placed on. This can be done with reservations and reservation policies but often comes with some blueprint sprawl. We&amp;rsquo;d like to be able to ask the requester which environment the workload should be placed on. To specify a cluster (which could include a cluster on a different vCenter or datacenter) we&amp;rsquo;ll modify an xml document stored in the IaaS Server(s) which will describe our datacenters. In my example I&amp;rsquo;ve got two clusters in a single vCenter named &amp;ldquo;Management&amp;rdquo; and &amp;ldquo;Workload&amp;rdquo;. My clusters are shown below.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting Started with vRealize Code Stream</title>
      <link>https://theithollow.com/2017/04/24/getting-started-vrealize-code-stream/</link>
      <pubDate>Mon, 24 Apr 2017 14:05:22 +0000</pubDate>
      <guid>https://theithollow.com/2017/04/24/getting-started-vrealize-code-stream/</guid>
      <description>&lt;p&gt;vRealize Code Stream is a tool that is used to operationalize infrastructure code blueprints for release management. Code Stream plugs into vRealize Automation and includes a testing framework though Jenkins and vRealize Orchestrator as well as using JFrog Artifactory and Xenon for storing artifacts. This post is used to organize several blog posts on helping you to get started with vRealize Code Stream and Houdini.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2017/04/Houdini-UT7.png&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2017/04/Houdini-UT7.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id=&#34;setting-up-code-stream-and-jenkins&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/05/09/using-jenkins-vrealize-code-stream/&#34;&gt;Setting up Code Stream and Jenkins&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;setting-up-code-stream-and-artifactory&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/05/23/code-stream-artifactory/&#34;&gt;Setting up Code Stream and Artifactory&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;installing-vrealize-code-stream-for-it-devops&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/03/27/installing-code-stream-management-pack-devops/&#34;&gt;Installing vRealize Code Stream for IT DevOps&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;configuring-endpoints-for-vrealize-code-stream-for-it-devops&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/04/04/configuring-vrealize-code-stream-management-pack-devops-endpoints/&#34;&gt;Configuring Endpoints for vRealize Code Stream for IT DevOps&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;using-vrealize-code-stream-for-it-devops&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/04/10/using-vrealize-code-stream-management-pack-devops/&#34;&gt;Using vRealize Code Stream for IT DevOps&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;unit-testing-with-vrealize-code-stream-for-it-devops&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/04/18/vrealize-code-stream-management-pack-devops-unit-testing/&#34;&gt;Unit Testing with vRealize Code Stream for IT DevOps&lt;/a&gt;&lt;/h1&gt;
&lt;h2 id=&#34;official-documentation&#34;&gt;Official Documentation:&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;http://pubs.vmware.com/vrcs-22/index.jsp&#34;&gt;vRealize Code Stream Information Center&lt;/a&gt; &lt;a href=&#34;https://c368768.ssl.cf1.rackcdn.com/product_files/25094/original/vRealize_Code_Stream_Management_Pack_for_IT_DevOps_1.0.0-Installation_Guide3618beabffbd8e695216793ec30aaf6f.pdf&#34;&gt;VMware vRealize Code Stream Management Pack for IT DevOps Installation Guide&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using vRealize Code Stream Management Pack for IT DevOps</title>
      <link>https://theithollow.com/2017/04/10/using-vrealize-code-stream-management-pack-devops/</link>
      <pubDate>Mon, 10 Apr 2017 14:05:30 +0000</pubDate>
      <guid>https://theithollow.com/2017/04/10/using-vrealize-code-stream-management-pack-devops/</guid>
      <description>&lt;p&gt;In previous posts we covered how to &lt;a href=&#34;https://theithollow.com/2017/03/27/installing-code-stream-management-pack-devops/&#34;&gt;install&lt;/a&gt;, &lt;a href=&#34;https://theithollow.com/2017/04/04/configuring-vrealize-code-stream-management-pack-devops-endpoints/&#34;&gt;configure and setup&lt;/a&gt; vRealize Code Stream Management Pack for IT DevOps (code named Houdini) so that we could get to this point. During this post we&amp;rsquo;ll take one of our vRA blueprints in the development instance and move it to the production instance. Let&amp;rsquo;s get started.&lt;/p&gt;
&lt;p&gt;To set the stage, here is my development instance where I have several blueprints at my disposal. Some of them even work! (That was a joke) For this exercise, I want to move the &amp;ldquo;Server2016&amp;rdquo; catalog from my development instance to my production instance because I have it working perfectly with my vSphere environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Configuring vRealize Code Stream Management Pack for IT DevOps Endpoints</title>
      <link>https://theithollow.com/2017/04/04/configuring-vrealize-code-stream-management-pack-devops-endpoints/</link>
      <pubDate>Tue, 04 Apr 2017 14:03:50 +0000</pubDate>
      <guid>https://theithollow.com/2017/04/04/configuring-vrealize-code-stream-management-pack-devops-endpoints/</guid>
      <description>&lt;p&gt;In the &lt;a href=&#34;https://theithollow.com/2017/03/27/installing-code-stream-management-pack-devops/&#34;&gt;previous post&lt;/a&gt; we covered the architecture and setup of the vRealize Code Stream Management Pack for IT DevOps (also known as Houdini). In this post we&amp;rsquo;ll cover how we need to setup Houdini&amp;rsquo;s endpoints so that we can use them to release our blueprints or workflows to other instances.&lt;/p&gt;
&lt;h1 id=&#34;remote-content-server-endpoint-setup&#34;&gt;Remote Content Server Endpoint Setup&lt;/h1&gt;
&lt;p&gt;To setup our endpoints we can use nicely packaged blueprints right in vRA. It&amp;rsquo;s pretty nice that our setup deployed some blueprints for us to use, right in the default tenant of our vRA server. Login to the vRA default tenant with your Houdini Administrator that you setup in &lt;a href=&#34;https://theithollow.com/2017/03/27/installing-code-stream-management-pack-devops/&#34;&gt;part 1&lt;/a&gt;. Then go to the catalog and request the &amp;ldquo;Add Remote Content Endpoint&amp;rdquo;  under the &amp;ldquo;Administration&amp;rdquo; service. A remote content server (RCS) is a vRA appliance that will cache your packages. It&amp;rsquo;s a pretty useful thing to have if you&amp;rsquo;ve got vRA appliances in different sites and you need to move vSphere VMs or other large objects over a WAN. Future releases can be copied from the remote content server instead of always copying from the source.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Installing Code Stream Management Pack for IT DevOps</title>
      <link>https://theithollow.com/2017/03/27/installing-code-stream-management-pack-devops/</link>
      <pubDate>Mon, 27 Mar 2017 14:02:58 +0000</pubDate>
      <guid>https://theithollow.com/2017/03/27/installing-code-stream-management-pack-devops/</guid>
      <description>&lt;p&gt;Deploying blueprints in vRealize Automation is one thing, but with all things as code, we need to be able to move this work from our test instances to development and production instances. It&amp;rsquo;s pretty important to be sure that the code being moved to a new instance is identical. We don&amp;rsquo;t want to have a user re-create the blueprints or workflows because it&amp;rsquo;s prone to user error. Luckily for us, we have a solution. VMware has the vRealize Code Stream Management Pack for IT DevOps which I though about nicknaming vRCSMPITDO but that didn&amp;rsquo;t really roll off the tongue. VMware previously nicknamed this product &amp;ldquo;Houdini&amp;rdquo; so for the purposes of this post, we&amp;rsquo;ll use that too! This article will kick off a few more posts on using the product but for now we&amp;rsquo;ll focus on installing it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Adding an Azure Endpoint to vRealize Automation 7</title>
      <link>https://theithollow.com/2017/03/20/adding-azure-endpoint-vrealize-automation-7/</link>
      <pubDate>Mon, 20 Mar 2017 14:03:55 +0000</pubDate>
      <guid>https://theithollow.com/2017/03/20/adding-azure-endpoint-vrealize-automation-7/</guid>
      <description>&lt;p&gt;As of vRealize Automation 7.2, you can now deploy workloads to Microsoft Azure through vRA&amp;rsquo;s native capabilities. Don&amp;rsquo;t get too excited here though since the process for adding an endpoint is much different than it is for other endpoints such as vSphere or AWS. The process for Azure in vRA 7 is to leverage objects in vRealize Orchestrator to do the heavy lifting. If you know things like resource mappings and vRO objects, you can do very similar tasks in the tool.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting Started with vRealize Automation Course</title>
      <link>https://theithollow.com/2016/11/28/getting-started-vrealize-automation-course/</link>
      <pubDate>Mon, 28 Nov 2016 15:09:05 +0000</pubDate>
      <guid>https://theithollow.com/2016/11/28/getting-started-vrealize-automation-course/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re trying to get started with vRealize Automation and don&amp;rsquo;t know where to get started, you&amp;rsquo;re in luck. &lt;a href=&#34;http://pluralsight.com&#34;&gt;Pluralsight&lt;/a&gt; has just released my course on &amp;ldquo;Getting Started with vRealize Automation 7&amp;rdquo;, which will give you a great leg up on your new skills. In this course you&amp;rsquo;ll learn to install the solution, configure the basics, connect it to your vSphere environment and publish your first blueprints. The course will explain why you&amp;rsquo;d want to go down the path of using vRA 7 in the first place and how to use the solution.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Upgrade from vRA from 7.1 to 7.2</title>
      <link>https://theithollow.com/2016/11/24/upgrade-vra-7-1-7-2/</link>
      <pubDate>Thu, 24 Nov 2016 15:00:25 +0000</pubDate>
      <guid>https://theithollow.com/2016/11/24/upgrade-vra-7-1-7-2/</guid>
      <description>&lt;p&gt;vRealize Automation has had a different upgrade process for about every version that I can think of. The upgrade from vRA 7.1 to 7.2 is no exception, but this time you can see that some good things are happening to this process. There are fewer manual steps to do to make sure the upgrade goes smoothly and a script is now used to upgrade the IaaS Components which is a nice change from the older methods. As with any upgrade, you should read all of the instructions in the &lt;a href=&#34;http://pubs.vmware.com/vrealize-automation-72/topic/com.vmware.ICbase/PDF/vrealize-automation-71to72-upgrading.pdf&#34;&gt;official documentation&lt;/a&gt; before proceeding.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Scaling in vRealize Automation</title>
      <link>https://theithollow.com/2016/10/06/scaling-vrealize-automation/</link>
      <pubDate>Thu, 06 Oct 2016 14:18:06 +0000</pubDate>
      <guid>https://theithollow.com/2016/10/06/scaling-vrealize-automation/</guid>
      <description>&lt;p&gt;One of the new features of vRealize Automation in version 7.1 is the ability to scale out or scale in your servers. This sort of scaling is a horizontal scaling of the number of servers. For instance, if you had deployed a single web server, you can scale out to two, three etc. When you scale in, you can go from four servers to three and so on.&lt;/p&gt;
&lt;h1 id=&#34;use-cases&#34;&gt;Use Cases&lt;/h1&gt;
&lt;p&gt;The use cases here could really vary widely. The easiest to get started with would be some sort of a web / database deployment where the web servers have some static front end web pages and can be deployed over and over again with the same configurations. If we were to place the web servers behind a load balancer (yep, think NSX here for you vSphere junkies) then your web applications can be scaled horizontally based on when you run out of resources.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Execute vRO Workflow from AWS Lambda</title>
      <link>https://theithollow.com/2016/07/26/vro_from_aws_lambda/</link>
      <pubDate>Tue, 26 Jul 2016 14:00:15 +0000</pubDate>
      <guid>https://theithollow.com/2016/07/26/vro_from_aws_lambda/</guid>
      <description>&lt;p&gt;The use cases here are open for debate, but you can setup a serverless call to vRealize Orchestrator to execute your custom orchestration tasks. Maybe you&amp;rsquo;re integrating this with an &lt;a href=&#34;http://amzn.to/2a0VHhe&#34;&gt;Amazon IoT button&lt;/a&gt;, or you want voice deployments with &lt;a href=&#34;http://amzn.to/2a0VFG8&#34;&gt;Amazon Echo&lt;/a&gt;, or maybe you&amp;rsquo;re just trying to provide access to your workflows based on a CloudWatch event in Amazon. In any case, it is possible to setup an Amazon Lambda call to execute a vRO workflow. In this post, we&amp;rsquo;ll actually build a Lambda function that executes a vRO workflow that deploys a CentOS virtual machine in vRealize Automation, but the workflow could really be anything you want.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Add Custom Items to vRealize Automation</title>
      <link>https://theithollow.com/2016/07/05/add-custom-items-vrealize-automation/</link>
      <pubDate>Tue, 05 Jul 2016 14:14:41 +0000</pubDate>
      <guid>https://theithollow.com/2016/07/05/add-custom-items-vrealize-automation/</guid>
      <description>&lt;p&gt;vRealize Automation lets us publish vRealize Orchestrator workflows to the service catalog, but to get more functionality out of these XaaS blueprints, we can add the provisioned resources to the items list. This allows us to manage the lifecycle of these items and even perform secondary &amp;ldquo;Day 2 Operations&amp;rdquo; on these items later.&lt;/p&gt;
&lt;p&gt;For the example in this post, we&amp;rsquo;ll be provisioning an AWS Security group in an existing VPC. For now, just remember that AWS Security groups are not managed by vRA, but with some custom work, this is all about to change.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Code Stream with Artifactory</title>
      <link>https://theithollow.com/2016/05/23/code-stream-artifactory/</link>
      <pubDate>Mon, 23 May 2016 14:04:37 +0000</pubDate>
      <guid>https://theithollow.com/2016/05/23/code-stream-artifactory/</guid>
      <description>&lt;p&gt;vRealize Code Stream now comes pre-packaged with JFrog Artifactory which allows us to do some cool things while we&amp;rsquo;re testing and deploying new code. To begin this post, lets take a look at what an artifactory is and how we can use it.&lt;/p&gt;
&lt;p&gt;An artifactory is a version control repository, typically used for binary objects like .jar files. You might already be thinking, how is this different from GIT? My Github account already has repos and does its own version control. True, but what if we don&amp;rsquo;t want to pull down an entire repo to do work? Maybe we only need a single file of a build or we want to be able to pull down different versions of the same file without creating branches, forks, additional repos or committing new code? This is where an artifactory service can really shine.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 - Deploy NSX Blueprints</title>
      <link>https://theithollow.com/2016/03/09/vrealize-automation-7-deploy-nsx-blueprints/</link>
      <pubDate>Wed, 09 Mar 2016 15:10:20 +0000</pubDate>
      <guid>https://theithollow.com/2016/03/09/vrealize-automation-7-deploy-nsx-blueprints/</guid>
      <description>&lt;p&gt;In the &lt;a href=&#34;http://wp.me/p32uaN-1Cy&#34;&gt;previous post&lt;/a&gt; we went over how to get the basics configured for NSX and vRealize Automation integration. In this post we&amp;rsquo;ll build a blueprint and deploy it! Let&amp;rsquo;s jump right in and get started.&lt;/p&gt;
&lt;h2 id=&#34;blueprint-designer&#34;&gt;Blueprint Designer&lt;/h2&gt;
&lt;p&gt;Login to your vRA tenant and click on the Design Tab. Create a new blueprint just like we have done in the &lt;a href=&#34;https://theithollow.com/2016/01/28/vrealize-automation-7-blueprints/&#34;&gt;past posts&lt;/a&gt;. This time when you are creating your blueprint, click the NSX Settings tab and select the Transport zone. I&amp;rsquo;ve also added a reservation policy that can help define with reservations are available for this blueprint.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 - NSX Initial Setup</title>
      <link>https://theithollow.com/2016/03/07/6234/</link>
      <pubDate>Mon, 07 Mar 2016 15:01:03 +0000</pubDate>
      <guid>https://theithollow.com/2016/03/07/6234/</guid>
      <description>&lt;p&gt;Its time to think about deploying our networks through vRA. Deploying servers are cool, but deploying three tiered applications in different networks is cooler. So lets add VMware NSX to our cloud portal and get cracking.&lt;/p&gt;
&lt;p&gt;The first step is to have NSX up and running in your vSphere environment. Once this simple task is complete, a Distributed Logical Router should be deployed with an Uplink interface configured. The diagram below explains what needs to be setup in vSphere prior to doing any configurations in vRealize Automation. A Distributed Logical Router with a single uplink to an Edge Services Gateway should be configured first, then any new networks will be built through the vRealize Automation integration. While the section of the diagram that is manual, will remain roughly the same throughout, the section handled by vRealize Automation will change often, based on the workloads that are deployed. Note: be sure to setup some routing between your Provider Edge and the DLR so that you can reach the new networks that vRA creates.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – XaaS Blueprints</title>
      <link>https://theithollow.com/2016/02/29/vrealize-automation-7-xaas-blueprints/</link>
      <pubDate>Mon, 29 Feb 2016 15:03:07 +0000</pubDate>
      <guid>https://theithollow.com/2016/02/29/vrealize-automation-7-xaas-blueprints/</guid>
      <description>&lt;p&gt;XaaS isn&amp;rsquo;t a made up term, well maybe it is, but it supposed to stand for &amp;ldquo;Anything as a Service.&amp;rdquo; vRealize Automation will allow you to publish vRO workflows in the service catalog. This means that you can publish just about any thing you can think of, and not just server blueprints. If you have a workflow that can order your coffee and have it delivered to you, then you can publish it in your vRA service catalog. &lt;em&gt;Side note, if you have that workflow, please share it with the rest of us.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 - Load Balancer Rules</title>
      <link>https://theithollow.com/2016/02/24/vrealize-automation-7-load-balancer-rules/</link>
      <pubDate>Wed, 24 Feb 2016 15:15:32 +0000</pubDate>
      <guid>https://theithollow.com/2016/02/24/vrealize-automation-7-load-balancer-rules/</guid>
      <description>&lt;p&gt;In a previous post we went over installing an &lt;a href=&#34;https://theithollow.com/2016/02/22/vrealize-automation-7-enterprise-install/&#34;&gt;Enterprise Install of vRealize Automation&lt;/a&gt; behind a load balancer. This install required us to setup a Load Balancer with three VIPs but also required that we only had one active member in each VIP. A load balancer with a single member doesn&amp;rsquo;t really balance much load does it?&lt;/p&gt;
&lt;p&gt;After the installation is done, some modifications need to be made on the Load Balancer. The instructions on this can be found in the official &lt;a href=&#34;http://pubs.vmware.com/vra-70/topic/com.vmware.ICbase/PDF/vrealize-automation-70-load-balancing.pdf&#34;&gt;vRealize Automation Load Balancing Configuration Guide&lt;/a&gt; if you want to learn more. There are several examples on how to setup load balancing on an F5 load balancer and NSX for example. This post will focus on a KEMP load balancer which is free for vExperts and it will all be shown through with GUI examples.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Enterprise Install</title>
      <link>https://theithollow.com/2016/02/22/vrealize-automation-7-enterprise-install/</link>
      <pubDate>Mon, 22 Feb 2016 15:09:48 +0000</pubDate>
      <guid>https://theithollow.com/2016/02/22/vrealize-automation-7-enterprise-install/</guid>
      <description>&lt;p&gt;OK, You&amp;rsquo;ve done a vRealize Automation 7 simple install and have the basics down. Now it&amp;rsquo;s time to put your grown up pants on, and get an enterprise install done. This is a pretty long process, so be ready, but trust me, this is much better in version 7 than in the past.&lt;/p&gt;
&lt;h1 id=&#34;load-balancer&#34;&gt;Load Balancer&lt;/h1&gt;
&lt;p&gt;To start with, you will want to configure your load balancer. An enterprise install means that you&amp;rsquo;ll want at least two of each type of service so that you can protect yourself from a failure. There are three Virtual IPs (VIPs) that should be created prior to starting your install. The table below lists an example list of VIPs with their associated members and ports.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Custom Actions</title>
      <link>https://theithollow.com/2016/02/15/vrealize-automation-7-custom-actions/</link>
      <pubDate>Mon, 15 Feb 2016 15:31:16 +0000</pubDate>
      <guid>https://theithollow.com/2016/02/15/vrealize-automation-7-custom-actions/</guid>
      <description>&lt;p&gt;We&amp;rsquo;ve deployed a virtual machine from a vRA blueprint, but we still have to manage that machine. One of the cool things we can do with vRealize Automation 7 is to add a custom action. This takes the virtual machine object and runs a vRealize Orchestration blueprint against that input. We call these actions &amp;ldquo;Day 2 Operations&amp;rdquo; since they happen post provisioning.&lt;/p&gt;
&lt;p&gt;To create a new custom resource action go to the Design Tab &amp;ndash;&amp;gt; Design &amp;ndash;&amp;gt; Resource Actions. Click the &amp;ldquo;New&amp;rdquo; button to add a new action.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 - Custom Properties</title>
      <link>https://theithollow.com/2016/02/10/vrealize-automation-7-custom-properties/</link>
      <pubDate>Wed, 10 Feb 2016 15:09:39 +0000</pubDate>
      <guid>https://theithollow.com/2016/02/10/vrealize-automation-7-custom-properties/</guid>
      <description>&lt;p&gt;Custom Properties are used to control aspects of machines that users are able to provision. For example, memory and CPU are required information that are necessary for users to deploy a VM from a blueprint. Custom properties can be assigned to a blueprint or reservation to control how memory and CPU should be configured.&lt;/p&gt;
&lt;p&gt;Custom properties are really powerful attributes that can vastly change how a machine behaves. I like to think of custom properties as the &amp;ldquo;Windows Registry&amp;rdquo; of vRealize Automation. Changing one property can have a huge effect on deployments.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Subscriptions</title>
      <link>https://theithollow.com/2016/02/08/vrealize-automation-7-subscription/</link>
      <pubDate>Mon, 08 Feb 2016 15:05:14 +0000</pubDate>
      <guid>https://theithollow.com/2016/02/08/vrealize-automation-7-subscription/</guid>
      <description>&lt;p&gt;In vRealize Automation 7 a new concept was introduced called a &amp;ldquo;Subscription.&amp;rdquo; A subscription is a way to allow you to execute a vRealize Orchestrator workflow based on some sort of event that has taken place in vRA. Simple idea huh? Well some of you might be thinking to yourself, &amp;ldquo;Yeah, this is called a stub, Duh!&amp;rdquo; The truth is that stubs are still available in vRealize Automation 7 but are clearly being phased out and we should stop using them soon because they are likely to not be around in future versions. The idea of an event subscription is a lot like a stub when in the context of machine provisioning, but there are a lot more events that can be triggered than the stubs that have been around in previous versions. Let&amp;rsquo;s take a look.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Manage Catalog Items</title>
      <link>https://theithollow.com/2016/02/02/vrealize-automation-7-manage-catalog-items/</link>
      <pubDate>Tue, 02 Feb 2016 15:05:37 +0000</pubDate>
      <guid>https://theithollow.com/2016/02/02/vrealize-automation-7-manage-catalog-items/</guid>
      <description>&lt;p&gt;You&amp;rsquo;ve created your blueprints and entitled users to use them. How do we get them to show up in our service catalog? How do we make them look pretty and organized? For that, we need to look at managing catalog items.&lt;/p&gt;
&lt;p&gt;Log in as a tenant administrator and go to the Administration Tab &amp;ndash;&amp;gt; Catalog Management &amp;ndash;&amp;gt; Catalog Items. From here, we&amp;rsquo;ll need to look for the blueprint that we&amp;rsquo;ve previously published. Click on the blueprint.
&lt;img alt=&#34;vra7-catitem1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2016/01/vra7-catitem1.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Entitlements</title>
      <link>https://theithollow.com/2016/02/01/vrealize-automation-7-entitlements/</link>
      <pubDate>Mon, 01 Feb 2016 15:01:13 +0000</pubDate>
      <guid>https://theithollow.com/2016/02/01/vrealize-automation-7-entitlements/</guid>
      <description>&lt;p&gt;An entitlement is how we assign users a set of catalog items. Each of these entitlements can be managed by the business group manager or a tenant administrator can manage entitlements for all business groups in their tenant.&lt;/p&gt;
&lt;p&gt;To create a new entitlement go to Administration tab &amp;ndash;&amp;gt; Catalog Management &amp;ndash;&amp;gt; Entitlements. Click the &amp;ldquo;New&amp;rdquo; button to add a new entitlement.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;vra7-Entitlements1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/12/vra7-Entitlements1-1024x449.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Under the General tab, enter a name for the entitlement and a description. Change the status to &amp;ldquo;Active&amp;rdquo; and select a Business Group. Note: If only a single business group has been created, this will not be selectable since it will default to the only available group. Then select the users who will be part of this entitlement.&lt;img alt=&#34;vra7-Entitlements2&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/12/vra7-Entitlements2-1024x326.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Blueprints</title>
      <link>https://theithollow.com/2016/01/28/vrealize-automation-7-blueprints/</link>
      <pubDate>Thu, 28 Jan 2016 15:10:13 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/28/vrealize-automation-7-blueprints/</guid>
      <description>&lt;p&gt;Blueprints are arguably the thing you&amp;rsquo;ll spend most of your operational time dealing with in vRealize Automation. We&amp;rsquo;ve finally gotten most of the setup done so that we can publish our vSphere templates in vRA.&lt;/p&gt;
&lt;p&gt;To create a blueprint in vRealize Automation 7 go to the &amp;ldquo;Design&amp;rdquo; tab. Note: If you&amp;rsquo;re missing this tab, be sure you added yourself to the custom group with permissions like we did in a previous post, and that you&amp;rsquo;ve logged back into the portal after doing so.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Custom Groups</title>
      <link>https://theithollow.com/2016/01/28/vrealize-automation-7-custom-groups/</link>
      <pubDate>Thu, 28 Jan 2016 15:05:40 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/28/vrealize-automation-7-custom-groups/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;ve been reading the whole series of posts on vRealize Automation 7, then you&amp;rsquo;ll know that we&amp;rsquo;ve already been setting up roles in our cloud portal, but we&amp;rsquo;re not done yet. If you need any permissions besides just requesting a blueprint, you&amp;rsquo;ll need to be added to a custom group first.&lt;/p&gt;
&lt;p&gt;To create a custom group, login as a tenant administrator and go to the Administration Tab &amp;ndash;&amp;gt; Users and Groups &amp;ndash;&amp;gt; Custom Groups. From there click the &amp;ldquo;New&amp;rdquo; button to add a new custom group.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Services</title>
      <link>https://theithollow.com/2016/01/26/vrealize-automation-7-services/</link>
      <pubDate>Tue, 26 Jan 2016 15:05:21 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/26/vrealize-automation-7-services/</guid>
      <description>&lt;p&gt;Services might be a poor name for this feature of vRealize Automation 7. When I think of a service, I think of some sort of activity that is being provided but in the case of vRA a service is little more than a category or type. For example, I could have a service called &amp;ldquo;Private Cloud&amp;rdquo; and put all of my vSphere blueprints in it and another one called &amp;ldquo;Public Cloud&amp;rdquo; and put all of my AWS blueprints in it. In the screenshot below you can see the services in a catalog. If you highlight the &amp;ldquo;All Services&amp;rdquo; service, it will show you all blueprints regardless of their service category. Otherwise, selecting a specific service will show you only the blueprints in that category.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Reservations</title>
      <link>https://theithollow.com/2016/01/25/vrealize-automation-7-reservations/</link>
      <pubDate>Mon, 25 Jan 2016 15:16:53 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/25/vrealize-automation-7-reservations/</guid>
      <description>&lt;p&gt;vRealize Automation 7 uses the concept of reservations to grant a percentage of fabric group resources to a business group. To add a reservation go to Infrastructure &amp;ndash;&amp;gt; Reservations. Click the &amp;ldquo;New&amp;rdquo; button to add a reservation and then select the type of reservation to be added. Since I&amp;rsquo;m using a vSphere Cluster, I selected Virtual &amp;ndash;&amp;gt; vCenter. Depending on what kind of reservations you&amp;rsquo;ve selected, the next few screens may be different, but I&amp;rsquo;m assuming many people will use vSphere so I&amp;rsquo;ve chosen this for my example.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Business Groups</title>
      <link>https://theithollow.com/2016/01/21/vrealize-automation-7-business-groups/</link>
      <pubDate>Thu, 21 Jan 2016 15:15:27 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/21/vrealize-automation-7-business-groups/</guid>
      <description>&lt;p&gt;The job of a business group is to associate a set of resources with a set of users. Think of it this way, your development team and your production managers likely need to deploy machines to different sets of servers. I should mention that a business group doesn&amp;rsquo;t do this by itself. Instead it is combined with a reservation which we&amp;rsquo;ll discuss in the next post. But before we can build those out, lets setup our business groups as well as machine prefixes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Fabric Groups</title>
      <link>https://theithollow.com/2016/01/19/vrealize-automation-7-fabric-groups/</link>
      <pubDate>Tue, 19 Jan 2016 15:09:39 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/19/vrealize-automation-7-fabric-groups/</guid>
      <description>&lt;p&gt;In the last post we setup an vCenter endpoint that defines how our vRealize Automation solution will talk to our vSphere environment. Now we must create a fabric group. Fabric Groups are a way of segmenting our endpoints into different types of resources or to separate them by intent. These groups are mandatory before you can build anything so don&amp;rsquo;t think that since you don&amp;rsquo;t need to segment your resources, that you can get away with not creating one.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Endpoints</title>
      <link>https://theithollow.com/2016/01/18/vrealize-automation-7-endpoints/</link>
      <pubDate>Mon, 18 Jan 2016 15:06:46 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/18/vrealize-automation-7-endpoints/</guid>
      <description>&lt;p&gt;Now that we&amp;rsquo;ve setup our new tenant, lets login as an infrastructure admin and start assigning some resources that we can use. To do this we need to start by adding an endpoint. An endpoint is anything that vRA uses to complete it&amp;rsquo;s provisioning processes. This could be a public cloud resource such as Amazon Web Services, an external orchestrator appliance, or a private cloud hosted by Hyper-V or vSphere.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Create Tenants</title>
      <link>https://theithollow.com/2016/01/14/vrealize-automation-7-create-tenants/</link>
      <pubDate>Thu, 14 Jan 2016 16:10:08 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/14/vrealize-automation-7-create-tenants/</guid>
      <description>&lt;p&gt;Now it&amp;rsquo;s time to create a new tenant in our vRealize Automation portal. Let&amp;rsquo;s login to the portal as the system administrator account as we have before. Click the Tenants tab and then click the &amp;ldquo;New&amp;rdquo; button.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;vra7-base_1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/12/vra7-base_1-1.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Give the new tenant a name and a description. Then enter a URL name. This name will be appended to this string: https://[vraappliance.domain.name]/vcac/org/ and will be the URL that users will login to. In my example the url is &lt;a href=&#34;https://vra7.hollow.local/vcac/org/labtenant&#34;&gt;https://vra7.hollow.local/vcac/org/labtenant&lt;/a&gt;. Click &amp;ldquo;Submit and Next&amp;rdquo;.&lt;img alt=&#34;vra7-NewTenant1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/12/vra7-NewTenant1-1024x457.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 - Authentication</title>
      <link>https://theithollow.com/2016/01/13/vrealize-automation-7/</link>
      <pubDate>Wed, 13 Jan 2016 15:03:15 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/13/vrealize-automation-7/</guid>
      <description>&lt;p&gt;In order to setup Active Directory Integrated Authentication, we must login to our default tenant again but this time as our &amp;ldquo;Tenant Administrator&amp;rdquo; (we setup in &lt;a href=&#34;https://theithollow.com/2016/01/12/vrealize-automation-7-base-setup/&#34;&gt;the previous post&lt;/a&gt;) instead of the system administrator account that is created during initial setup.&lt;/p&gt;
&lt;p&gt;Once you&amp;rsquo;re logged in, click the Administration tab &amp;ndash;&amp;gt; Directories Management &amp;ndash;&amp;gt; Directories and then click the &amp;ldquo;Add Directory&amp;rdquo; button. Give the directory a descriptive name like the name of the ad domain for example. Then select the type of directory. I&amp;rsquo;ve chosen the &amp;ldquo;Active Directory (Integrated Windows Authentication)&amp;rdquo; option. This will add the vRA appliance to the AD Domain and use the computer account for authentication. &lt;strong&gt;Note:&lt;/strong&gt; you must setup Active Directory in the default (vsphere.local) tenant before it can be used in the subtenants.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 - Base Setup</title>
      <link>https://theithollow.com/2016/01/12/vrealize-automation-7-base-setup/</link>
      <pubDate>Tue, 12 Jan 2016 15:07:46 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/12/vrealize-automation-7-base-setup/</guid>
      <description>&lt;p&gt;We&amp;rsquo;ve got vRA installed and thats a good start. Our next step is to login to the portal and start doing some configuration. Go to https://vra-appliance-name-orIP and enter the administrator login that you specified during your install. Unlike prior versions of vRealize Automation, no domain vsphere.local domain suffix is required to login.&lt;img alt=&#34;vra7-base1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/12/vra7-base1.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;To start, Lets add some local users to our vSphere.local tenant. Click on the vsphere.local tenant.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;vra7-base_1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/12/vra7-base_1.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Click on the &amp;ldquo;Local users&amp;rdquo; tab and then click the &amp;ldquo;New&amp;rdquo; button to add a local account. I&amp;rsquo;ve created a vraadmin account that will be a local account only used to manage the default tenant configurations.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 Guide</title>
      <link>https://theithollow.com/2016/01/11/vrealize-automation-7-guide/</link>
      <pubDate>Mon, 11 Jan 2016 15:45:35 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/11/vrealize-automation-7-guide/</guid>
      <description>&lt;p&gt;If following the posts in order, this guide should help you setup vRealize Automation 7 from start to finish. This is a getting started guide that will hopefully get you on the right path, answer any questions you might have, and give you tips on deploying your own cloud management portal.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Setup vRealize Automation 7&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2016/01/vRA7Guide1-1024x610.png&#34;&gt;&lt;/p&gt;
&lt;h1 id=&#34;part-1---simple-installation&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1uy&#34;&gt;Part 1 - Simple Installation&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-2--base-setup&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1vm&#34;&gt;Part 2 -Base Setup&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-3--authentication&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1vb&#34;&gt;Part 3 - Authentication&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-4---tenants&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1vK&#34;&gt;Part 4 - Tenants&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-5---endpoints&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1w0&#34;&gt;Part 5 - Endpoints&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-6---fabric-groups&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1w8&#34;&gt;Part 6 - Fabric Groups&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-7---business-groups&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1wq&#34;&gt;Part 7 - Business Groups&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-8---reservations&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1wf&#34;&gt;Part 8 - Reservations&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-9---services&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1x1&#34;&gt;Part 9 - Services&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-10---custom-groups&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1wT&#34;&gt;Part 10 - Custom Groups&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-11---blueprints&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/01/28/vrealize-automation-7-blueprints/&#34;&gt;Part 11 - Blueprints&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-12---entitlements&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1xa&#34;&gt;Part 12 - Entitlements&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-13---manage-catalog-items&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1zN&#34;&gt;Part 13 - Manage Catalog Items&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-14---event-subscriptions&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1xU&#34;&gt;Part 14 - Event Subscriptions&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-15---custom-properties&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1yi&#34;&gt;Part 15 - Custom Properties&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-16---xaas-blueprints&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/02/29/vrealize-automation-7-xaas-blueprints/&#34;&gt;Part 16 - XaaS Blueprints&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-17---resource-actions&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/02/15/vrealize-automation-7-custom-actions/&#34;&gt;Part 17 - Resource Actions&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-18---enterprise-install&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/02/22/vrealize-automation-7-enterprise-install/&#34;&gt;Part 18 - Enterprise Install&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-19---load-balancer-settings&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/02/24/vrealize-automation-7-load-balancer-rules/&#34;&gt;Part 19 - Load Balancer Settings&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-20--nsx-initial-setup&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/03/07/6234/&#34;&gt;Part 20 - NSX Initial Setup&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-21---nsx-blueprints&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1Db&#34;&gt;Part 21 - NSX Blueprints&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-22---code-stream-and-jenkins-setup&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/05/09/using-jenkins-vrealize-code-stream/&#34;&gt;Part 22 - Code Stream and Jenkins Setup&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-23---code-stream-and-artifactory-setup&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/05/23/code-stream-artifactory/&#34;&gt;Part 23 - Code Stream and Artifactory Setup&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-24---add-custom-items-to-vra7&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1G8&#34;&gt;Part 24 - Add Custom Items to vRA7&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-25---upgrade-vra-from-71-to-72&#34;&gt;&lt;a href=&#34;https://theithollow.com/?p=7311&amp;amp;preview=true&#34;&gt;Part 25 - Upgrade vRA from 7.1 to 7.2&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-26---adding-an-azure-endpoint&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/03/20/adding-azure-endpoint-vrealize-automation-7/&#34;&gt;Part 26 - Adding an Azure Endpoint&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-27---installing-vrealize-code-stream-for-it-devops&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/03/27/installing-code-stream-management-pack-devops/&#34;&gt;Part 27 - Installing vRealize Code Stream for IT DevOps&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-28---configuring-endpoints-for-vrealize-code-stream-for-it-devops&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/04/04/configuring-vrealize-code-stream-management-pack-devops-endpoints/&#34;&gt;Part 28 - Configuring Endpoints for vRealize Code Stream for IT DevOps&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-29---using-vrealize-code-stream-for-it-devops&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/04/10/using-vrealize-code-stream-management-pack-devops/&#34;&gt;Part 29 - Using vRealize Code Stream for IT DevOps&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-30---unit-testing-with-vrealize-code-stream-for-it-devops&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/04/18/vrealize-code-stream-management-pack-devops-unit-testing/&#34;&gt;Part 30 - Unit Testing with vRealize Code Stream for IT DevOps&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-31---containers-on-vrealize-automation&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/05/08/containers-vrealize-automation/&#34;&gt;Part 31 - Containers on vRealize Automation&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-32---vra-73-component-profiles&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/06/06/vra-7-3-component-profiles/&#34;&gt;Part 32 - vRA 7.3 Component Profiles&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-33---vra-75-upgrade&#34;&gt;&lt;a href=&#34;https://wp.me/p32uaN-2oA&#34;&gt;Part 33 - vRA 7.5 Upgrade&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;If you&amp;rsquo;re looking for a getting started video, check out this P &lt;a href=&#34;http://pluralsight.com&#34;&gt;luralsight&lt;/a&gt; course for a quick leg up on vRA 7.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 Simple Installation</title>
      <link>https://theithollow.com/2016/01/11/vrealize-automation-7-simple-installation/</link>
      <pubDate>Mon, 11 Jan 2016 15:00:21 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/11/vrealize-automation-7-simple-installation/</guid>
      <description>&lt;p&gt;This is our first stop in our journey to install vRealize Automation 7 and all of it&amp;rsquo;s new features. This post starts with the setup of the environment and assumes that you&amp;rsquo;ve deployed a vRealize Automation appliance from an OVA and that you&amp;rsquo;ve also got a Windows Server deployed so that we can install the IAAS components on it.&lt;/p&gt;
&lt;p&gt;After you&amp;rsquo;ve deployed the vRA7 OVA, login to the appliance with the root login and password supplied during your OVA deployment.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
