<?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>Vro on The IT Hollow</title>
    <link>https://theithollow.com/categories/vro/</link>
    <description>Recent content in Vro on The IT Hollow</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 26 Jul 2016 14:00:15 +0000</lastBuildDate>
    <atom:link href="https://theithollow.com/categories/vro/index.xml" rel="self" type="application/rss+xml" />
    <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>AWS Cloud Formation Templates in vRealize Automation</title>
      <link>https://theithollow.com/2016/03/14/aws-cloud-formation-templates-in-vrealize-automation/</link>
      <pubDate>Mon, 14 Mar 2016 14:15:46 +0000</pubDate>
      <guid>https://theithollow.com/2016/03/14/aws-cloud-formation-templates-in-vrealize-automation/</guid>
      <description>&lt;p&gt;Amazon has a pretty cool service that allows you to create a template for an entire set of infrastructure. This isn&amp;rsquo;t a template for a virtual machine, or even a series of virtual machines, but a whole environment. You can create a template with servers, security groups, networks and even PaaS services like their relational database service (RDS). Hey, in today&amp;rsquo;s world, infrastructure as code is the direction things are going and AWS has a pretty good solution for that already.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Veeam Package for vRealize Orchestrator</title>
      <link>https://theithollow.com/2015/12/07/veeam-plugin-for-vrealize-orchestrator/</link>
      <pubDate>Mon, 07 Dec 2015 15:00:10 +0000</pubDate>
      <guid>https://theithollow.com/2015/12/07/veeam-plugin-for-vrealize-orchestrator/</guid>
      <description>&lt;p&gt;Veeam is a popular backup product for virtualized environments but who wants to spend their days adding and removing machines to backup jobs?&lt;/p&gt;
&lt;p&gt;Now available on &lt;a href=&#34;https://github.com/theITHollow/Veeam-vRO-Package&#34;&gt;github&lt;/a&gt; is a Veeam package for vRealize Orchestrator. This is my gift to you, just in time for the Hollow-days.&lt;/p&gt;
&lt;h1 id=&#34;available-features&#34;&gt;Available Features&lt;/h1&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2015/12/veeamlogo.png&#34;&gt;&lt;img alt=&#34;veeamlogo&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/12/veeamlogo.png&#34;&gt;&lt;/a&gt; The following features are available with the plugin for it&amp;rsquo;s initial release.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add a VM to an existing backup job&lt;/li&gt;
&lt;li&gt;Remove a VM from a backup job&lt;/li&gt;
&lt;li&gt;Start a backup job immediately&lt;/li&gt;
&lt;li&gt;Add a Build Profile to vRealize Automation&lt;/li&gt;
&lt;li&gt;Add a VM to a backup job from vRA&lt;/li&gt;
&lt;li&gt;Remove a VM from a backup job from vRA&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Some additional functionality could easily be added to your environment using the existing worfklows such as start a backup as a Day 2 operation in vRA, or change backup jobs etc. The world is your oyster.&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 Entity Properties</title>
      <link>https://theithollow.com/2015/10/05/vrealize-automation-entity-properties/</link>
      <pubDate>Mon, 05 Oct 2015 14:19:16 +0000</pubDate>
      <guid>https://theithollow.com/2015/10/05/vrealize-automation-entity-properties/</guid>
      <description>&lt;p&gt;A common task that comes up during an automation engagement relates to passing values from vRealize Automation blueprints over to vRealize Orchestrator. There is a workflow that I use quite frequently that will list the properties available for further programming and you can download the plugin at &lt;a href=&#34;https://github.com/theITHollow/vRA6-PropertyEntities&#34;&gt;github.com&lt;/a&gt; if you&amp;rsquo;d like to use it as well.&lt;/p&gt;
&lt;h1 id=&#34;how-it-works&#34;&gt;How it works&lt;/h1&gt;
&lt;p&gt;The workflow takes several inputs that are provided by vRealize Automation during a stub like Building Machine, Machine Provisioned or Machine Disposing. These inputs include the vRA Virtual Machine instance, the vCenter Virtual Machine ID, the vRealize Automation Host, the stubs used and most importantly the vRealize Automation VM properties.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Assign a VM to a Rubrik slaDomain</title>
      <link>https://theithollow.com/2015/09/14/assign-a-vm-to-a-rubrik-sladomain/</link>
      <pubDate>Mon, 14 Sep 2015 14:00:16 +0000</pubDate>
      <guid>https://theithollow.com/2015/09/14/assign-a-vm-to-a-rubrik-sladomain/</guid>
      <description>&lt;p&gt;This last post in the series shows you how &lt;a href=&#34;https://twitter.com/vnickC&#34;&gt;Nick Colyer&lt;/a&gt; and I to tie everything together. If you want to just download the plugins and get started, please visit Github.com and import the plugins into your own vRealize Orchestrator environment.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/rubrikinc/vRO-Workflow&#34;&gt;Download the Plugin from Github&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;NOTE: The first version of this code has been refactored and migrated to Github in Rubrik&amp;rsquo;s Repository since the time of this initial writing&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;To recap where we&amp;rsquo;ve been, we:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Get Rubrik VM through vRealize Orchestrator</title>
      <link>https://theithollow.com/2015/09/10/get-rubrik-vm-through-vrealize-orchestrator/</link>
      <pubDate>Thu, 10 Sep 2015 14:07:51 +0000</pubDate>
      <guid>https://theithollow.com/2015/09/10/get-rubrik-vm-through-vrealize-orchestrator/</guid>
      <description>&lt;p&gt;Part four of this series will show you how to lookup a VM in the &lt;a href=&#34;http://rubrik.com&#34;&gt;Rubrik&lt;/a&gt; Hybrid Cloud appliance through the REST API by using vRealize Orchestrator. If you&amp;rsquo;d rather just download the plugin and get using it, check out the link to &lt;a href=&#34;https://github.com/rubrikinc/vRO-Workflow&#34;&gt;Github&lt;/a&gt; to get the plugin and don&amp;rsquo;t forget to check out &lt;a href=&#34;http://twitter.com/vnickc&#34;&gt;Nick Colyer&amp;rsquo;s&lt;/a&gt; post over at &lt;a href=&#34;http://systemsgame.com&#34;&gt;systemsgame.com&lt;/a&gt; about how to use it.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/rubrikinc/vRO-Workflow&#34;&gt;Download the Plugin from Github&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;NOTE: The first version of this code has been refactored and migrated to Github in Rubrik&amp;rsquo;s Repository since the time of this initial writing&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rubrik API Logins through vRealize Orchestrator</title>
      <link>https://theithollow.com/2015/09/08/rubrik-api-logins-through-vrealize-orchestrator/</link>
      <pubDate>Tue, 08 Sep 2015 14:00:17 +0000</pubDate>
      <guid>https://theithollow.com/2015/09/08/rubrik-api-logins-through-vrealize-orchestrator/</guid>
      <description>&lt;p&gt;Part three of this series focuses on how &lt;a href=&#34;http://twitter.com/vnickc&#34;&gt;Nick Colyer&lt;/a&gt; and I built the authentication piece of the plugin so that we could then pass commands to the &lt;a href=&#34;http://rubrik.com&#34;&gt;Rubrik&lt;/a&gt; appliance. An API requires a login just like any other portal would. Since this is a a REST API, we actually need to do a &amp;ldquo;POST&amp;rdquo; on the login resource to get ourselves an authentication token.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/rubrikinc/vRO-Workflow&#34;&gt;Download the Plugin from Github&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;NOTE: The first version of this code has been refactored and migrated to Github in Rubrik&amp;rsquo;s Repository since the time of this initial writing&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Orchestrator REST Hosts and Operations for Rubrik</title>
      <link>https://theithollow.com/2015/08/27/vrealize-orchestrator-rest-hosts-and-operations-for-rubrik/</link>
      <pubDate>Thu, 27 Aug 2015 14:30:30 +0000</pubDate>
      <guid>https://theithollow.com/2015/08/27/vrealize-orchestrator-rest-hosts-and-operations-for-rubrik/</guid>
      <description>&lt;p&gt;In &lt;a href=&#34;https://theithollow.com/2015/08/getting-started-with-vrealize-orchestrator-and-rubriks-rest-api/&#34;&gt;part one of this series&lt;/a&gt;, we went over some basics about what REST is and the methods involved in it. In this post, we&amp;rsquo;ll add a REST host and show you how to add some REST Operations. To begin, we need to add a REST host. In plain terms, this is simply a host that will be accepting an API call. In this case, we&amp;rsquo;re adding the &lt;a href=&#34;http://rubrik.com&#34;&gt;Rubrik&lt;/a&gt; Hybrid Cloud Appliance as our REST host.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting Started with vRealize Orchestrator and Rubrik&#39;s REST API</title>
      <link>https://theithollow.com/2015/08/25/getting-started-with-vrealize-orchestrator-and-rubriks-rest-api-2/</link>
      <pubDate>Tue, 25 Aug 2015 14:00:02 +0000</pubDate>
      <guid>https://theithollow.com/2015/08/25/getting-started-with-vrealize-orchestrator-and-rubriks-rest-api-2/</guid>
      <description>&lt;p&gt;What&amp;rsquo;s this REST thing everyone keeps talking about?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Oh, don&amp;rsquo;t worry, we have a REST API.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;It&amp;rsquo;s just a simple REST call.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;At one point I was hearing these phrases and would get very frustrated. If REST is so commonplace or so simple to use, then why did I not know how to do it? If this sounds like you, then keep reading. I work for a company called &amp;ldquo;Ahead&amp;rdquo; as a consultant and they recently got a Rubrik Hybrid Cloud Appliance in their lab but my colleague &lt;a href=&#34;http://twiter.com/vnickc&#34;&gt;Nick Colyer&lt;/a&gt; and I noticed that they didn&amp;rsquo;t have any vRealize Orchestrator Plugins for it. We decided to build these on our own, with the help of &lt;a href=&#34;http://twitter.com/chriswahl&#34;&gt;Chris Wahl&lt;/a&gt; and publish them for the community to use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AWS Linux Guest Access via vRealize Orchestrator</title>
      <link>https://theithollow.com/2015/06/08/aws-linux-guest-access-via-vrealize-orchestrator/</link>
      <pubDate>Mon, 08 Jun 2015 13:27:55 +0000</pubDate>
      <guid>https://theithollow.com/2015/06/08/aws-linux-guest-access-via-vrealize-orchestrator/</guid>
      <description>&lt;p&gt;It may be necessary to connect to a Linux Guest thats that been provisioned in Amazon Web Services so that you can perform additional operations on it. One of the ways you might want to configure your instances is through vRealize Orchestrator. One of the hang ups with using vRealize Orchestrator to connect to your Linux EC2 instances is that you&amp;rsquo;ll need an SSH key to connect. This post shows you how you can do this.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
