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
Orchestrator
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
Ansible – Using the “Vault”
In the "Ansible - Getting Started" article I wrote previously we briefly touched on creating an Ansible vault together with a password file that was added to the main Ansible configuration file. So far we haven't used it however in this article we are going to bring it into play. Remember to check out my … Continue reading Ansible – Using the “Vault”
Ansible – Expanding Playbook Functionality
As the title of this article suggests, now that I have covered how to get a basic Playbook up and running I am going to start building on this to add some more advanced configuration. Please check out my other articles on getting up and running with Ansible. Getting StartedGetting Started with PlaybooksUsing the Vault … Continue reading Ansible – Expanding Playbook Functionality
Ansible – Getting Started with Playbooks
Before we dive into creating playbooks I am going to cover briefly what they are so you can get an understanding of how they fit into the Ansible picture. Please check out my other articles that cover getting up and running with Ansible. Getting StartedExpanding Playbook FunctionalityUsing the Vault A Playbook represents a hierarchy of … Continue reading Ansible – Getting Started with Playbooks
Ansible – Getting Started
I decided to write this article out of necessity, finding that most of our (VMware's) products now rely not only on our own product functionality for application deployments, configuration and orchestration but also 3rd party solutions. One of the obvious tie ins for vRealize Automation and VMware Cloud Services when it comes to provisioning and … Continue reading Ansible – Getting Started
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)
Cloud Assembly – Targetting a Specific vRO Instance
The last few deployment tests that I have run in Cloud Assembly have resulted in deployment failures, not because there is anything wrong with the blueprint in question but because the extensibility has failed. Normally I would put this down to mistakes in coding or bad error handling but in this case my workflow is … Continue reading Cloud Assembly – Targetting a Specific vRO Instance
Cloud Assembly – Using vRO to Apply Tags
In a previous article I covered how to add a vRO instance to Cloud Assembly so that it could be used for some form of extensibility. In this article we are going to use the vRO instance to update the properties of a deployed workload in Cloud Assembly as it goes through the build process. … Continue reading Cloud Assembly – Using vRO to Apply Tags
vRealize Suite Lifecycle Manager – Custom Unit Tests
vRealize Suite Lifecycle Manager (vRSLCM) has its roots embedded firmly with CodeStream and the DevOps for IT management pack that is now no longer supported. Moving code/content between platforms and managing content were several of the main purposes of CodeStream and whilst vRSLCM does a number of other things, it still has a content management … Continue reading vRealize Suite Lifecycle Manager – Custom Unit Tests