VRA Create Test Blueprint
Description:
VRA or Vrealize Automation is a designer software where you build a form that is called a Blueprint that users will go to and fill out. This form, once completed allows your infrastructure to deploy VM’s at the push of a button. It does this by using Vrealize Orchestrator in the background to run workflows which then tie into multiple systems like Vcenter, SQL servers, IPAM, etc. If your company has a huge VMWare presence, it is fully worth investing your time into learning how this works because it can not only provision a server, but it can decom a server, rename a server, etc. This software can also connect your organization to AWS/Google Cloud/Azure so that your users can have a single form that provisions where ever you want.
This post will go over how to create a test blueprint aside from your production one that you can use to test changes without affecting production blueprints.
To Resolve:
-
Go to Design – Select the blueprint – Select Copy – Then give it a unique name
-
On the original blueprint, go to Custom Form – Edit – Click Actions at the top and Export as YML
-
Edit your new form for your new blueprint and you will see it is blank.
-
Drag and drop one of the unique properties like
Company.Servername
and take note of thefield ID
- Take your YML file and do a find and replace so that it matches the new form as opposed to the original form.
- So it may have been
CompanyTest.ServerName
and now it will beCompanyTest2.ServerName
.
- So it may have been
-
Import the YML file by going to the form and choosing Actions – Import YML.
-
Activate the form by selecting the radio button on the top right.
-
Make the blueprint viewable in the catalog.
-
Go to edit – Select the blueprint – Select publish.
- Go to Administration – Catalog Maangement – Catalog Items – Select your item – Activate – and then choose Service – IaaS.
Comments