automate-it.today
Blueprint creation Archives - Automate-IT.today
http://www.automate-it.today/tag/blueprint-creation
Tag Archives: Blueprint creation. Automating vRA IaaS Blueprint creation with vRO. In this post I’ll get more practical and explain the steps involved when automating vRA IaaS blurptint creation with vRO. All objects in the IaaS OData API are called entities. It doesn’t matter if it is a blueprint, a host or a build profile, everything is an entity. So in order to create a new blueprint we have to create a new entity. Which is done with the following line of code:. The parameters for the entity are basic...
automate-it.today
Automating vRA Iaas Blueprint Creation with vRO
http://automate-it.today/automating-vra-iaas-blueprint-creation-with-vro
Automating vRA IaaS Blueprint creation with vRO. In this post I’ll get more practical and explain the steps involved when automating vRA IaaS blurptint creation with vRO. All objects in the IaaS OData API are called entities. It doesn’t matter if it is a blueprint, a host or a build profile, everything is an entity. So in order to create a new blueprint we have to create a new entity. Which is done with the following line of code:. Now for the tricky part: the parameter and links values. The parameters f...
virtualiseme.net.au
vmware | Virtualise Me
http://www.virtualiseme.net.au/index.php/tag/vmware
My VCAP 5 DCA Experiance. My VCAP 5 DCA Experiance. WordPress Multi Tier vRA Blueprint. August 23, 2016. No Comments ↓. Hey All, Long time since posting, main reason is time since achieving double VCDX and new baby and a new book on the way time is something I just don’t have a lot of at the moment. which sucks! Since Continue reading WordPress Multi Tier vRA Blueprint. February 11, 2016. 3 Comments ↓. VRA7 Distributed Install Video. January 4, 2016. 2 Comments ↓. December 12, 2015. No Comments ↓. Today ...
virtualiseme.net.au
VFUN | Virtualise Me
http://www.virtualiseme.net.au/index.php/category/vfun
My VCAP 5 DCA Experiance. My VCAP 5 DCA Experiance. MaaS – Minecraft as a Service. August 15, 2015. No Comments ↓. So I had this little problem at home. my son bugging me every second day to create a new minecraft server. So the answer to this problem is minecraft as a service. But how to do it? There is many Continue reading MaaS – Minecraft as a Service. Learning vCO Part 1 – Bulk VM creation by CSV. August 16, 2014. 3 Comments ↓. VCOPS mixing work and pleasure. July 14, 2014. No Comments ↓. VRA7 Distr...
automate-it.today
Blueprint Archives - Automate-IT.today
http://www.automate-it.today/tag/blueprint
VRA 7 Blueprint designer preview. One of the big changes you’ll see in vRA 7 is the new blueprint designer. If you can’t wait until the GA release, here is a vRA 7 bleuprint designer preview. In summary these are the differences from the old pre-7 blueprints:. Unified blueprint. No difference between single machine, multi-machine or application blueprints. NSX integration. You can now drag and drop NSX object into your blueprint canvas. Ability to use blueprints in blueprints Yes, nested blueprints!
automate-it.today
vRealize Automation (vCAC) Archives - Automate-IT.today
http://www.automate-it.today/category/automation/vcac
Category Archives: vRealize Automation (vCAC). VRO Code – Finding vRA IaaS entities using OData query. As I’ve explained in an earlier blog. The vRA API is split into two parts: CAFE and Iaas. This post is about the latter which still contains a lot of the vRA entities. When working with those entities you regularly need to find them first. One of the methods for finding vRA Iaas entities is using an odata query. Continue reading →. VRO code – Finding all items in a Business Group. Continue reading →.
virtualiseme.net.au
VCAP5-DCD | Virtualise Me
http://www.virtualiseme.net.au/index.php/vcap5-dcd
My VCAP 5 DCA Experiance. My VCAP 5 DCA Experiance. Section 1 Create a vSphere Conceptual Design. Objective 1.1 Gather and analyze business requirements. Objective 1.2 Gather and analyze application requirements. Objective 1.3 Determine Risks, Constraints, and Assumptions. Section 2 Create a vSphere Logical Design from an Existing Conceptual Design. Objective 2.1 Map Business Requirements to the Logical Design. Objective 2.2 Map Service Dependencies. Section 4 Implementation Planning. Objective 4.2 C...
blog.briankmarsh.com
I'm still alive
http://blog.briankmarsh.com/im-still-alive
We do what we must because we can. I've been hella busy lately working on a large automation push for server deployment. I'm hoping to go over some details in the upcoming weeks, but in the meanwhile, I found an interesting site FlowGrab. For sharing vCO workflows/packages. At this point, there's not a whole lot of available downloads (around 40-ish), but it seems like it could be a great place to go and get ideas for how to solve some common problems. Other things on my plate? Comments powered by Disqus.
virtualiseme.net.au
Calling vRO Workflow via Powershell | Virtualise Me
http://www.virtualiseme.net.au/index.php/calling-vro-workflow-via-powershell
My VCAP 5 DCA Experiance. My VCAP 5 DCA Experiance. Calling vRO Workflow via Powershell. January 30, 2015. 1 Comment ↓. This is something I did a while ago and been meaning to post for ages, but since I now have free time again for the short period im trying to get some content out there which hopefully helps others. This is achieved with a script, My Colleague Chris Slater had made one for Linux based virtual machines and has previous blogged on that Located HERE. Which basically does the same thing.