Overview In this article I'm going to cover some interesting functionality we demonstrated to one of our large banking customers to show some DBaaS use cases. The idea behind this was to show the customer what type of manual processes that they are currently performing could be automated via as much OOTB functionality as possible. … Continue reading vRA – Deploying Apps via Custom Resources
Cloud Assembly
vRA with Terraform
Overview Using vRealize Automation 8 (either SaaS or On-Prem) directly via the GUI or even the REST API is all well and good but what about if you have slightly different requirement such as creating and consuming constructs and content as code. One of the major selling points of vRA is the IaC use case … Continue reading vRA with Terraform
vRA with Cloud-init and Static Networking
Overview This article is all about leveraging the static network assignment construct in vRA Cloud/8 Cloud Assembly blueprints and the impact this has (currently) on provisioning vSphere VMs. This topic seems to cause lots of head scratching and issues, really because currently if you try and leverage static address assignments (i.e. asking vRA to assign … Continue reading vRA with Cloud-init and Static Networking
vRealize Automation – Customizing IP Assignments with vRO
Overview Today I thought I'd get back to vRealize Automation 8, in particular leveraging extensibility. Previously I have shown some examples of breaking out of the provisioning lifecycle to perform some external operations (CMDB updates etc.) however this time I want to look at how you can augment the provisioning process with information from external … Continue reading vRealize Automation – Customizing IP Assignments with vRO
Cloud Assembly – Extensibility with ABX (FaaS) – Part3
In this article I am going to take the information from the previous articles in this series and use it to build my use case using ABX. Links to the previous 2 articles in this series can be found via the links below. Part 1Part 2 Python or Node.js FaaS providers generally support a number … Continue reading Cloud Assembly – Extensibility with ABX (FaaS) – Part3
Cloud Assembly – Extensibility with ABX (FaaS) – Part2
This is the second article in my mini series covering Cloud Assembly extensibility via ABX (Action Based Extensibility). Links to the other articles in the series are listed below: Part 1Part 3 In this article I am going to lay out an example extensibility scenario and start planning out a solution that will use ABX. … Continue reading Cloud Assembly – Extensibility with ABX (FaaS) – Part2
Cloud Assembly – Extensibility with ABX (FaaS) – Part1
A Brief Introduction In this series of articles I am going to cover creating and deploying an extensibility use case based on ABX. Links to the other articles in this series can be found here: Part 2Part 3 Before I get into creating actions and writing code I want to explain what ABX is and … Continue reading Cloud Assembly – Extensibility with ABX (FaaS) – Part1
Integrating and Using Ansible with VMware Cloud Assembly
If you have been following my Ansible articles (https://vnuggets.com/category/3rd-party-solutions/ansible/) that covers getting up and running then you should be comfortable with the process of building a Playbook to apply configuration to an existing machine. In this article we are going to look at bringing Ansible and VMware Cloud Assembly together to provide a way to … Continue reading Integrating and Using Ansible with VMware Cloud Assembly
Cloud Assembly – Using the API via vRO (Part 2)
In the previous article from this series I outlined an example use case for extensibility via vRO to the Cloud Assembly API. The links to the other articles in this series are below. Part 1 The first thing we are going to look at now that we have authentication into the Cloud Assembly API is … Continue reading Cloud Assembly – Using the API via vRO (Part 2)
Cloud Assembly – Using the API via vRO (Part 1)
Part 2 One of the things that you need to become familiar with as you use the Cloud Automation Services more and more is the Cloud Assembly API (and the CSP API). The API is required for some of the more advanced use cases leveraging extensibility that you might want to implement. A typical extensibility … Continue reading Cloud Assembly – Using the API via vRO (Part 1)