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/Cloud Services
Cloud and On-Prem
Identity Management – Scale Out via vRSLCM
Overview VMware Identity Manager aka vIDM (soon to be known as Workspace One Access) is a key piece of the vRealize Automation stack. Previous versions of vRA used an embedded build of vIDM within the vRA appliance and allowed the identity management capabilities to scale out as vRA itself scaled. With vRA 8 this is … Continue reading Identity Management – Scale Out via vRSLCM
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
vRealize Automation 7 to 8 Migration Assessment
vRealize Automation 8 comes with significant changes to architecture, constructs and concepts from vRA 7.x and previous. For those customers who are thinking about migrating a 7.5+ based system to 8.x, an assessment is vital to verify how ready you are to head in this direction and the configuration you will likely need to address. … Continue reading vRealize Automation 7 to 8 Migration Assessment
vRealize Automation 8 – Users and Groups
Granting access to vRealize Automation 8 is a completely different process to vRealize Automation 7.x. This is partly due to the required use of an external VMware Identity Manager (vIDM) component and being based on the completely different code base from vRealize Automation Cloud (i.e. the SaaS offering). Note: product names are likely to change … Continue reading vRealize Automation 8 – Users and Groups
Deploying vRealize Automation 8
This article is going to cover the basics in deploying vRealize Automation 8.0 using the easy installer. This is an approach which we (VMware) have used before for other applications where the install is delivered as a downloadable ISO which you can mount and run from a desktop machine. This installer within the ISO deploys … Continue reading Deploying vRealize Automation 8
vRealize Automation – 7.x Migration
This article is probably late coming but I thought it was still worthwhile to write given that a large number of customers are still on early 7.x releases (some on 6.2.x) of vRA and unlikely to be moving to 8.x any time in the immediate future. For those customers it is possible to move to … Continue reading vRealize Automation – 7.x Migration
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