The previous article vRA 8: Ansible Integration tested using Ansible to configure servers in vRealize Automation 8. Let’s see how this works on a real-world task – deploying a kubernetes cluster. There is a large selection of ready-made Ansible playbooks, one of the most advanced is Kubespray. Let’s develop a vRA blueprint to create a K8S cluster using Kubespray.
Continue readingTag Archives: vRA
vRA 8: Ansible Integration
Let’s start testing new features and preparing to migrate to vRealize Automition 8. Our vRA 7.x installation uses software components extensively to configure our servers. Therefore, the main question is how to configure the server if the software components are no longer there? vRA 8 offers several solutions: cloud-init, Ansible Tower and just Ansible (on a remote SSH server).
Continue readingvRA: package for Yandex.Cloud
The previous article describes the implementation of the basic interaction between vRealize Orchestrator and Yandex.Cloud. The new version of the package is aimed at managing Yandex instances from vRA through Dymamic Types objects. The necessary processes have been developed, a set of objects for vRA has been created: resources, actions, blueprints.
Continue readingvRA: Integration with AWS
vRealize Automation supports cloud platforms by transforming a private cloud into a hybrid. A more complete and better integration is realized with the Amazon cloud: deploying and managing EC2 instances, executing scripts, creating multi-cloud applications … I suggest you quickly set up and test yourself.
Continue readingvRA: PKS automation
PKS uses the PKS CLI to manage clusters; another management option: register PKS with VMware Admiral, for example, built into vRealize Automation and manage clusters from it. However, Admiral will not allow automating work with clusters, this is just a GUI. What if you need the ability to make a single process, combining the creation of a cluster, registering it in DNS, setting monitoring in vROps, creating a project in Harbor and adding rights to users?
Continue reading