<?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>Vcac6 on The IT Hollow</title>
    <link>https://theithollow.com/categories/vcac6/</link>
    <description>Recent content in Vcac6 on The IT Hollow</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 30 Nov 2015 15:08:27 +0000</lastBuildDate>
    <atom:link href="https://theithollow.com/categories/vcac6/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>vRealize Automation 6 with NSX – Firewall</title>
      <link>https://theithollow.com/2015/11/30/vrealize-automation-6-with-nsx-firewall/</link>
      <pubDate>Mon, 30 Nov 2015 15:08:27 +0000</pubDate>
      <guid>https://theithollow.com/2015/11/30/vrealize-automation-6-with-nsx-firewall/</guid>
      <description>&lt;p&gt;So far we&amp;rsquo;ve talked a lot about using our automation solution to automate network deployments with NSX. But one of the best features about NSX is how we can firewall everything! Lucky for us, we can automate the deployment of specific firewall rules for each of our blueprints as well as deploying brand new networks for them.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Use Case:&lt;/strong&gt; There are plenty of reasons to firewall your applications. It could be for compliance purposes or just a good practice to limit what traffic can access your apps.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Create a Day 2 Operations Wrapper</title>
      <link>https://theithollow.com/2015/11/16/create-a-day-2-operations-wrapper/</link>
      <pubDate>Mon, 16 Nov 2015 15:08:30 +0000</pubDate>
      <guid>https://theithollow.com/2015/11/16/create-a-day-2-operations-wrapper/</guid>
      <description>&lt;p&gt;Just deploying virtual machines in an automated fashion is probably the most important piece of a cloud management platform, but you still need to be able to manage the machines after they&amp;rsquo;ve been deployed.  In order to add more functionality to the portal, we can create post deployment &amp;ldquo;actions&amp;rdquo; that act on our virtual machine. For instance an action that snapshots a virtual machine would be a good one. We refer to these actions that take place after the provisioning process a &amp;ldquo;Day 2 Operation&amp;rdquo;, probably because it&amp;rsquo;s likely to happen on the second day or later. Clever huh?&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6 with NSX – Load Balancing</title>
      <link>https://theithollow.com/2015/11/09/vrealize-automation-6-with-nsx-load-balancing/</link>
      <pubDate>Mon, 09 Nov 2015 15:19:10 +0000</pubDate>
      <guid>https://theithollow.com/2015/11/09/vrealize-automation-6-with-nsx-load-balancing/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re building a multi-machine blueprint or multi-tiered app, there is a high likelihood that at least some of those machines will want to be load balanced. Many apps require multiple web servers in order to provide additional availability or to scale out. vRealize Automation 6 coupled with NSX will allow you to put some load balancing right into your server blueprints.&lt;/p&gt;
&lt;p&gt;Just to set the stage here, we&amp;rsquo;re going to deploy an NSX Edge appliance with our multi-machine blueprint and this will load balance both HTTPs and HTTP traffic between a pair of servers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6 with NSX - NAT</title>
      <link>https://theithollow.com/2015/11/02/vrealize-automation-6-with-nsx-nat/</link>
      <pubDate>Mon, 02 Nov 2015 15:10:54 +0000</pubDate>
      <guid>https://theithollow.com/2015/11/02/vrealize-automation-6-with-nsx-nat/</guid>
      <description>&lt;p&gt;You&amp;rsquo;re network isn&amp;rsquo;t fully on IPv6 yet? Ah, well don&amp;rsquo;t worry you&amp;rsquo;re certainly not alone, in fact you&amp;rsquo;re for sure in the majority. Knowing this, you&amp;rsquo;re probably using some sort of network address translation (NAT). Luckily, vRealize Automation can help you deploy translated networks as well as routed and private networks with a little help from NSX.&lt;/p&gt;
&lt;p&gt;A quick refresher here, a translated network is a network that remaps an IP Address space from one to another. The quickest way to explain this is a public and a private IP Address. Your computer likely sits behind a firewall and has a private address like 192.168.1.50 but when you send traffic to the internet, the firewall translates it into a public IP Address like 143.95.32.129. This translation can be used to do things like keeping two servers on a network with the exact same IP Address.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6 with NSX - Routed Networks</title>
      <link>https://theithollow.com/2015/10/26/vrealize-automation-6-with-nsx-routed-networks/</link>
      <pubDate>Mon, 26 Oct 2015 14:00:28 +0000</pubDate>
      <guid>https://theithollow.com/2015/10/26/vrealize-automation-6-with-nsx-routed-networks/</guid>
      <description>&lt;p&gt;Any corporate network thats larger than a very small business is likely going to have a routed network already. Segmenting networks improves performance and more importantly used for security purposes. Many compliance regulations such as PCI-DSS state that machines need to be segmented from each other unless there is a specific reason for them to be on the same network. For instance your corporate file server doesn&amp;rsquo;t need to communicate directly with your CRM database full of credit card numbers. The quickest way to fix this is to put these systems on different networks but this can be difficult to manage in a highly automated environment. Developers might need to spin up new applications which may need to be on different network segments from the rest of the environment. Its not very feasible to assume we can now spin up test and delete hundred of machines each day, but need the network team to manually create new network segments and tear them down each day. That wouldn&amp;rsquo;t be a nice thing to do to your network team.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6 with NSX - Private Networks</title>
      <link>https://theithollow.com/2015/10/19/vrealize-automation-6-with-nsx-private-networks/</link>
      <pubDate>Mon, 19 Oct 2015 14:05:45 +0000</pubDate>
      <guid>https://theithollow.com/2015/10/19/vrealize-automation-6-with-nsx-private-networks/</guid>
      <description>&lt;p&gt;Of the types of networks available through NSX, private networks are the easiest to get going because they don&amp;rsquo;t require any NSX edge routers to be in place. Think about it, the NSX edge appliance is used to allow communication with the physical network which we won&amp;rsquo;t need for a private network.&lt;/p&gt;
&lt;p&gt;A quick refresher here, a private network is a network that is not connected to the rest of the environment. Machines that are on the private network can communicate with each other, but nothing else in the environment. Its simple, think of some machines connected to a switch and the switch isn&amp;rsquo;t connected to any routers. The machines connected to the switch can talk to each other, but thats it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Software Defined Networking with vRealize Automation and NSX</title>
      <link>https://theithollow.com/2015/10/12/software-defined-networking-with-vrealize-automation-and-nsx/</link>
      <pubDate>Mon, 12 Oct 2015 14:30:53 +0000</pubDate>
      <guid>https://theithollow.com/2015/10/12/software-defined-networking-with-vrealize-automation-and-nsx/</guid>
      <description>&lt;p&gt;This is a series of posts helping you get familiarized with how VMware&amp;rsquo;s vRealize Automation 6 can leverage VMware&amp;rsquo;s NSX product to provide software defined networking. The series will show you how to do some basic setup of NSX as well as how to use Private, Routed and NAT networks all from within vRA.&lt;/p&gt;
&lt;h2 id=&#34;vrealize-automation-6-with-nsx---nsx-setup&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1lT&#34;&gt;vRealize Automation 6 with NSX - NSX Setup&lt;/a&gt;&lt;/h2&gt;
&lt;h2 id=&#34;vrealize-automation-6-with-nsx---private-networks&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1lR&#34;&gt;vRealize Automation 6 with NSX - Private Networks&lt;/a&gt;&lt;/h2&gt;
&lt;h2 id=&#34;vrealize-automation-6-with-nsx---routed-networks&#34;&gt;&lt;a href=&#34;https://theithollow.com/2015/10/26/vrealize-automation-6-with-nsx-routed-networks/&#34;&gt;vRealize Automation 6 with NSX - Routed Networks&lt;/a&gt;&lt;/h2&gt;
&lt;h1 id=&#34;vrealize-automation-6-with-nsx---nat&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1qS&#34;&gt;vRealize Automation 6 with NSX - NAT&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;vrealize-automation-6-with-nsx---load-balancing&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1s2&#34;&gt;vRealize Automation 6 with NSX - Load Balancing&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;vrealize-automation-6-with-nsx---firewall&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1tu&#34;&gt;vRealize Automation 6 with NSX - Firewall&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2015/10/GuideLogo.jpg&#34;&gt;&lt;img alt=&#34;GuideLogo&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/10/GuideLogo-1024x543.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6 with NSX - Initial Setup of NSX</title>
      <link>https://theithollow.com/2015/10/12/vrealize-automation-6-with-nsx-initial-setup-of-nsx/</link>
      <pubDate>Mon, 12 Oct 2015 14:00:22 +0000</pubDate>
      <guid>https://theithollow.com/2015/10/12/vrealize-automation-6-with-nsx-initial-setup-of-nsx/</guid>
      <description>&lt;p&gt;Before we can start deploying environments with automated network segments, we need to do some basic setup of the NSX environment.&lt;/p&gt;
&lt;h2 id=&#34;nsx-manager-setup&#34;&gt;NSX Manager Setup&lt;/h2&gt;
&lt;p&gt;It should be obvious that you need to setup NSX Manager, deploy controllers and do some host preparation. These are basic setup procedures just to use NSX even without vRealize Automation in the middle of things, but just as a quick review:&lt;/p&gt;
&lt;h3 id=&#34;install-nsx-manager-and-deploy-nsx-controller-nodes&#34;&gt;Install NSX Manager and deploy NSX Controller Nodes&lt;/h3&gt;
&lt;p&gt;NSX Manager setup can be deployed from an OVA and then you must register the NSX Manager with vCenter. After this is complete, deploy three NSX Controller nodes to configure your logical constructs.
&lt;img alt=&#34;NSXSetupManagementSetup&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/09/NSXSetupManagementSetup-1024x452.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation and vCloud Air Integration</title>
      <link>https://theithollow.com/2015/09/21/vrealize-automation-and-vcloud-air-integration/</link>
      <pubDate>Mon, 21 Sep 2015 14:07:42 +0000</pubDate>
      <guid>https://theithollow.com/2015/09/21/vrealize-automation-and-vcloud-air-integration/</guid>
      <description>&lt;p&gt;vRealize Automation is at its best when it can leverage multiple infrastructures to provide a hybrid cloud infrastructure. One of the things we might want to do is to set up VMware vCloud Air integration with your vRA instance.&lt;/p&gt;
&lt;p&gt;To start, we need to have a &lt;a href=&#34;http://vcloud.vmware.com/&#34;&gt;vCloud Air&lt;/a&gt; account which you can currently sign up for with some initial credits to get you started for free. Once you&amp;rsquo;ve got an account you&amp;rsquo;ll be able to setup a VDC and will have some catalogs that you can build VMs from. If you&amp;rsquo;re concerned about these steps, don&amp;rsquo;t worry a default VDC including some storage and a network will be there for you by default.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vPostgres for vRealize Automation Gotcha</title>
      <link>https://theithollow.com/2015/04/21/vpostgres-for-vrealize-automatin-gotcha/</link>
      <pubDate>Tue, 21 Apr 2015 13:45:15 +0000</pubDate>
      <guid>https://theithollow.com/2015/04/21/vpostgres-for-vrealize-automatin-gotcha/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re planning on doing a full distributed installation of vRealize Automation, you&amp;rsquo;ll likely want to have some protection for the vPostgres database.  Having a single point of failure defeats the purpose of doing a full distributed install.  I&amp;rsquo;ve been doing a bunch of work on this lately and wanted to warn people of a gotcha if you&amp;rsquo;re using a load balancer.&lt;/p&gt;
&lt;h2 id=&#34;non-distributed-install&#34;&gt;Non-Distributed Install&lt;/h2&gt;
&lt;p&gt;To give us a better understanding, take a look at a pair of vRealize Automation Appliances that aren&amp;rsquo;t in a high availability solution.  In the picture below, there are two vRealize Automation Appliances and each of them is communicating with their own embedded vPostgres Database.  This is the default configuration when deployed from VMware and works just fine.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation vPostgres Failover</title>
      <link>https://theithollow.com/2015/04/13/vrealize-automation-vpostgres-failover/</link>
      <pubDate>Mon, 13 Apr 2015 14:15:41 +0000</pubDate>
      <guid>https://theithollow.com/2015/04/13/vrealize-automation-vpostgres-failover/</guid>
      <description>&lt;p&gt;Clustering the vPostgres database is an important part of a fully distributed vRealize Automation install.  The simple install only requires a single vRealize Appliance and an IaaS Server, but the fully distributed install requires many additional pieces including load balancers to ensure both high availability as well as handling extra load placed by users.  The vPostgres database is included with the vRealize Automation appliances, but for a full distributed install, these must be modified so that there is an active and standby vPostgres database running on them.  The primary vPostgres database will replicate to a standby read-only database.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Custom Options for vRealize Automation Server Requests</title>
      <link>https://theithollow.com/2015/03/30/custom-options-for-vrealize-automation-server-requests/</link>
      <pubDate>Mon, 30 Mar 2015 13:42:16 +0000</pubDate>
      <guid>https://theithollow.com/2015/03/30/custom-options-for-vrealize-automation-server-requests/</guid>
      <description>&lt;p&gt;vRealize Automation is a great way to allow teams to deploy virtual machines and manage them throughout their entire lifecycle.  You can control exactly where you want the machines deployed and the processes that must happen in order to meet company guidelines.  Sometimes, you&amp;rsquo;d like to give some additional options to the end user when they deploy a machine.  To do this, we can use a custom property.&lt;/p&gt;
&lt;h1 id=&#34;build-a-property-in-the-property-dictionary&#34;&gt;Build a Property in the Property Dictionary&lt;/h1&gt;
&lt;p&gt;To start, lets build a new property in the property dictionary.  To do this, go to the Infrastructure Tab &amp;ndash;&amp;gt; Blueprints &amp;ndash;&amp;gt; Property Dictionary.  From there, we can add a &amp;ldquo;New Property Definition&amp;rdquo;.  In the example below I&amp;rsquo;ve created a very generic &amp;ldquo;HollowTestProperty&amp;rdquo; and left the display name the same.  A description is always a good idea and the Control Type I changed to &amp;ldquo;DropDownList&amp;rdquo;.  This will mean that we can enter a series of values to be selected by the end user at the time of the request.  Be sure to click the green check mark to save the entry.
&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2015/03/vRA-CustomProperty1.png&#34;&gt;&lt;img alt=&#34;vRA-CustomProperty1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/03/vRA-CustomProperty1-1024x143.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6.2 Upgrade</title>
      <link>https://theithollow.com/2014/12/16/vrealize-automation-6-2-upgrade/</link>
      <pubDate>Tue, 16 Dec 2014 14:56:53 +0000</pubDate>
      <guid>https://theithollow.com/2014/12/16/vrealize-automation-6-2-upgrade/</guid>
      <description>&lt;p&gt;Upgrades for the vRealize Automation software (formerly vCloud Automation Center) seem to be coming quite often these days.  This post gives a quick overview on how to upgrade your current environment to the latest release.  Of course for official documentation, please check out VMware&amp;rsquo;s documentation for details.  &lt;a href=&#34;http://pubs.vmware.com/vra-62/topic/com.vmware.ICbase/PDF/vrealize-automation-62-upgrading.pdf&#34;&gt;vRealize Upgrade Instructions&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;pre-install-steps&#34;&gt;&lt;strong&gt;Pre-Install Steps&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Obviously you should ensure that you&amp;rsquo;ve got backups in the event something catastrophic should occur.  Be sure to grab a backup of the IaaS database, and snapshot your vRA appliances, as well as any of the servers running the IaaS components such as the Model Manager, DEM Workers, Orchestrators and Agents.  For this guide, we have a vRA appliance, and a single IaaS Server running the rest of the components.  A separate SQL Server is housing the database.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Appliance Console Certificates</title>
      <link>https://theithollow.com/2014/10/27/vmware-appliance-console-certificates/</link>
      <pubDate>Mon, 27 Oct 2014 13:01:33 +0000</pubDate>
      <guid>https://theithollow.com/2014/10/27/vmware-appliance-console-certificates/</guid>
      <description>&lt;p&gt;During a recent install, I got stuck on an issue (or so I thought) assigning an SSL Certificate to some of the vRealize Automation Appliances.  I went through all of the installation procedures and the appliance stated &amp;ldquo;SSL Certificate Installed Successfully&amp;rdquo;, but when I went to the appliance, the certificate still showed the default VMware certificate.&lt;/p&gt;
&lt;p&gt;You can see when I go to the appliance, I was getting a warning on the SSL Certificate.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6 Customizations</title>
      <link>https://theithollow.com/2014/09/08/vrealize-6-customizations/</link>
      <pubDate>Mon, 08 Sep 2014 11:01:25 +0000</pubDate>
      <guid>https://theithollow.com/2014/09/08/vrealize-6-customizations/</guid>
      <description>&lt;p&gt;It may seem like a trivial thing, but setting up some customizations for your vCAC (now renamed vRealize Automation) deployment can really make your IaaS solution stand out, and a good looking portal might help with buy-in from your users.&lt;/p&gt;
&lt;h1 id=&#34;branding&#34;&gt;&lt;strong&gt;Branding&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;Setting up your portal with a logo and a color scheme that mimic&amp;rsquo;s your organization is a typical thing to do after getting a portal up and running.&lt;/p&gt;
&lt;p&gt;Login to your vCAC instance with a Tenant Administrator login, go to the Administration Tab &amp;ndash;&amp;gt;  Branding.  Here, you can upload your logo, add a product name (or department name), background colors, text colors and whatever you&amp;rsquo;d like.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6 Approvals</title>
      <link>https://theithollow.com/2014/09/08/vrealize_automation_approvals/</link>
      <pubDate>Mon, 08 Sep 2014 11:00:30 +0000</pubDate>
      <guid>https://theithollow.com/2014/09/08/vrealize_automation_approvals/</guid>
      <description>&lt;p&gt;Your powerful new cloud automation software is up and running, but we need to have some sort of check and balance to be sure that people aren&amp;rsquo;t creating VMs on a whim because it&amp;rsquo;s so easy to do.  For this, we can use an approval process.  Maybe a supervisor, or even the CIO can approval the additional resources.&lt;/p&gt;
&lt;h1 id=&#34;approval-policies&#34;&gt;&lt;strong&gt;Approval Policies&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;To setup an approval policy, login as a Tenant Administrator and go to the Administration Tab &amp;ndash;&amp;gt; Approval Policies.  Click the familiar green &amp;ldquo;+&amp;rdquo; icon to add a new policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6 Custom Resource Properties</title>
      <link>https://theithollow.com/2014/09/08/vrealize-automation-6-custom-resource-properties/</link>
      <pubDate>Mon, 08 Sep 2014 10:58:07 +0000</pubDate>
      <guid>https://theithollow.com/2014/09/08/vrealize-automation-6-custom-resource-properties/</guid>
      <description>&lt;p&gt;In the last post, we showed how to use vCAC to surface a vCO workflow.  The problem presents itself when the vCO workflow is looking for something other than a string for a variable.  What if you are looking for an object?  For example there may be a user named &amp;ldquo;Clarice Starling&amp;rdquo; and that name could be a string.  But the Active Directory object for user Clarice Starling has many attributes such as account, description, permissions etc and that is not a string.  So if you want to perform an action on an object from vCAC, what do you do?&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6 Service Blueprint</title>
      <link>https://theithollow.com/2014/09/08/vrealize-6-service-blueprint/</link>
      <pubDate>Mon, 08 Sep 2014 10:58:07 +0000</pubDate>
      <guid>https://theithollow.com/2014/09/08/vrealize-6-service-blueprint/</guid>
      <description>&lt;p&gt;We&amp;rsquo;ve got the main section of vCAC (now renamed vRealize Automation) setup and running and have created some blueprints to create some servers, but that&amp;rsquo;s really just the tip of the iceberg.  We can utilize vCAC to perform tasks as well and in my opinion this is where vCAC really makes a big difference.&lt;/p&gt;
&lt;h1 id=&#34;service-blueprints&#34;&gt;&lt;strong&gt;Service Blueprints&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;Instead of creating server blueprints, now we create service blueprints.  They&amp;rsquo;ll be a similar setup to what you&amp;rsquo;ve seen in previous posts.  Go to the Advanced Services Tab &amp;ndash;&amp;gt; Service Blueprints and click the green &amp;ldquo;+&amp;rdquo; sign to add a new blueprint.
&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/08/ServiceBlueprint1.png&#34;&gt;&lt;img alt=&#34;ServiceBlueprint1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/08/ServiceBlueprint1.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6 Service Designer and vCO</title>
      <link>https://theithollow.com/2014/09/08/vcac-6-service-designer-vco/</link>
      <pubDate>Mon, 08 Sep 2014 10:57:25 +0000</pubDate>
      <guid>https://theithollow.com/2014/09/08/vcac-6-service-designer-vco/</guid>
      <description>&lt;p&gt;vCAC 6 (now renamed vRealize Automation) allows us to provision more than just virtual machines.  We can also publish vCenter Orchestrator packages.  To do so, we need to configure the Service Designer.&lt;/p&gt;
&lt;p&gt;Go to the Administration Tab &amp;ndash;&amp;gt; Groups and create a group that will have access to the service designer.  I just used the Domain Admins group, mainly because it&amp;rsquo;s my lab.  Click the dropdown to edit the group properties. &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/08/Advanced-services-designer1.png&#34;&gt;&lt;img alt=&#34;Advanced services designer1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/08/Advanced-services-designer1.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6 Blueprints and Catalogs</title>
      <link>https://theithollow.com/2014/09/08/vcac-6-blueprints-catalogs/</link>
      <pubDate>Mon, 08 Sep 2014 10:56:13 +0000</pubDate>
      <guid>https://theithollow.com/2014/09/08/vcac-6-blueprints-catalogs/</guid>
      <description>&lt;p&gt;We&amp;rsquo;re finally ready to start building some blueprints.  &lt;a href=&#34;http://wp.me/p32uaN-10l&#34;&gt;Resources are available&lt;/a&gt;, &lt;a href=&#34;http://wp.me/p32uaN-10w&#34;&gt;reservations have been set&lt;/a&gt;, &lt;a href=&#34;http://wp.me/p32uaN-10w&#34;&gt;groups have been created&lt;/a&gt; and now we can build some blueprints.&lt;/p&gt;
&lt;h1 id=&#34;blueprints&#34;&gt;&lt;strong&gt;Blueprints&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;Go to the Infrastructure Tab &amp;ndash;&amp;gt; Blueprints &amp;ndash;&amp;gt; Blueprints and then click &amp;ldquo;New Blueprint&amp;rdquo; &amp;ndash;&amp;gt; Virtual &amp;ndash;&amp;gt; vSphere (vCenter).&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/08/vcac-bprint1.png&#34;&gt;&lt;img alt=&#34;vcac-bprint1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/08/vcac-bprint1.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Give the blueprint a name and a description.  In my case, I&amp;rsquo;m creating a server 2008 R2 blueprint.   Select a Reservation Policy and a machine prefix.  Then enter a number of days for Archives.  This is the number of days the virtual machines will be available after they expire.  Think recycling bin in Windows.  Also, if you&amp;rsquo;re so inclined, you can enter a dollar amount to assign to this template per day, so that later on each department can see how much money these VMs cost the company.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6 Policies and Reservations</title>
      <link>https://theithollow.com/2014/09/08/vcac-6-policies-reservations/</link>
      <pubDate>Mon, 08 Sep 2014 10:55:24 +0000</pubDate>
      <guid>https://theithollow.com/2014/09/08/vcac-6-policies-reservations/</guid>
      <description>&lt;p&gt;In this vCAC (now renamed vRealize Automation) series, we&amp;rsquo;ve got &lt;a href=&#34;http://wp.me/p32uaN-10l&#34;&gt;access to some of our resources&lt;/a&gt; now after connecting our vCenter Endpoint, so now we want to create some policies to control how our new VMs will be deployed.&lt;/p&gt;
&lt;h1 id=&#34;machine-prefixes&#34;&gt;&lt;strong&gt;Machine Prefixes&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;We&amp;rsquo;ll be creating a lot of new virtual machines so we&amp;rsquo;ll want to put a prefix on all these machines so we can identify them.  You can have more than one prefix so that you can have different prefixes by department, company, user or so on.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6 vCenter Endpoint Setup</title>
      <link>https://theithollow.com/2014/09/08/vcac-6-vcenter-endpoint-setup/</link>
      <pubDate>Mon, 08 Sep 2014 10:54:02 +0000</pubDate>
      <guid>https://theithollow.com/2014/09/08/vcac-6-vcenter-endpoint-setup/</guid>
      <description>&lt;p&gt;We&amp;rsquo;ve completed the vCAC (now rename to vRealize Automation) &lt;a href=&#34;https://theithollow.com/2014/07/trouble-configuring-vcac-appliance/&#34;&gt;appliance deployment&lt;/a&gt;, installed &lt;a href=&#34;http://wp.me/p32uaN-ZQ&#34;&gt;IaaS components&lt;/a&gt;, &lt;a href=&#34;http://wp.me/p32uaN-10b&#34;&gt;setup tenants and identity stores&lt;/a&gt;.  Now it&amp;rsquo;s time to get cracking on connecting to some resources that we can use for our applications.  I would like to point out that for this section we&amp;rsquo;ll be logged in as a user that is both an infrastructure admin as well as a tenant admin.  I&amp;rsquo;ve also chosen to complete this configuration under my newly created &amp;ldquo;Neighborhood Watch&amp;rdquo; tenant.   When adding resources to your tenants, you can do this at the default tenant level and have the sub-tenants use them, or configure the resources at each tenant level.  I would steer away from doing it in both places to make troubleshooting easier at a later date.  I mean, what happens when you&amp;rsquo;re sharing the same vCenter at the default level as well as the sub-tenant level?  That could get a bit tricky.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6 Basic Configurations</title>
      <link>https://theithollow.com/2014/09/08/vcac-6-basic-configurations/</link>
      <pubDate>Mon, 08 Sep 2014 10:53:24 +0000</pubDate>
      <guid>https://theithollow.com/2014/09/08/vcac-6-basic-configurations/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;ve followed the series this far, you&amp;rsquo;ve got your vCAC (now renamed vRealize Automation) &lt;a href=&#34;https://theithollow.com/2014/07/trouble-configuring-vcac-appliance/&#34;&gt;appliance deployed&lt;/a&gt; and your &lt;a href=&#34;http://wp.me/p32uaN-ZQ&#34;&gt;IaaS components installed&lt;/a&gt;.  The tricky parts are over with, and now the fun begins&amp;hellip; configurations!  What are you waiting for?  Go login at the http://vcacapplaincename/shell-ui-app/ url.&lt;/p&gt;
&lt;h1 id=&#34;add-a-tenant&#34;&gt;&lt;strong&gt;Add a Tenant&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;Under Administration &amp;ndash;&amp;gt; Tenants, you will see the default tenant which is vsphere.local.  This is the context where you can create additional tenants and should probably be considered to be a &amp;ldquo;Do Not Touch&amp;rdquo; tenant.  Even if you&amp;rsquo;re only going to have a single tenant, it would be a good idea to create a new one just in case.  It&amp;rsquo;s pretty easy to create more tenants if you make a mistake, but tough to recreate the default tenant.  Click the &amp;ldquo;+&amp;rdquo; to create a new tenant.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6.0 IaaS Installation</title>
      <link>https://theithollow.com/2014/09/08/vcac-6-iaas-installation/</link>
      <pubDate>Mon, 08 Sep 2014 10:51:20 +0000</pubDate>
      <guid>https://theithollow.com/2014/09/08/vcac-6-iaas-installation/</guid>
      <description>&lt;p&gt;Deploying the vCAC (now renamed to vRealize Automation) appliance is only the first step towards getting your Infrastructure as a Service (IaaS) up and running.  The next step is to get the IaaS components installed on a Windows machine.  There are a number of prerequisites but luckily there is a powershell script that can take care of most of it for you.  Find the script &lt;a href=&#34;http://blogs.vmware.com/vsphere/2013/12/vmware-vcloud-automation-center-6-pre-req-automation-script.html#Download&#34;&gt;here&lt;/a&gt;.  I must mention first that for vCAC 6 (at the time of this writing) .Net 4.5 is required.  This does not mean that .Net 4.5 or higher needs to be installed.  .Net 4.5 sp1 does not work with the IaaS components which also means that Server 2012 R2 is not a candidate to install the IaaS components on.  Use a Server 2008R2 or Server 2012 with .Net 4.5 installed.  (vRealize 6.1 fully supports .Net 4.5.1 according to the VMware rep I spoke with at VMworld)&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
