During the weekend, I wanted to try creating a CI/CD pipeline for web-applications I’ve been developing ( details on a separate post). Given the only experience I have with such technologies (CI/CD Pipeline) is seeing them from marketing slide – this is an opportunity for me to learn and document my experience. Hello Jenkins When you think CI/CD- you’ll always going to come across Jenkins. Now, whil
This post documents the experience in using ansible module for nsx-t https://github.com/vmware/ansible-for-nsxt Prerequisites The following steps were undertaken in a control VM where the ansible playbook will be executed. Install ovftool I’m using ubuntu 18.04 and have downloaded ovftool.bundle from VMware. After uploading the file, issue sh VMware-ovftool-4.3.0-7948156-lin.x86_64.bundle pip3 install --upgrade
The following post describes how to update vRealize Automation from 8.0.x to 8.1 manually. Most of the guides that tackles the topic assumes you are directly connected to the internet to pull the upgrade binaries. Unfortunately, this is not the case on some environments where the solution is deployed in an airgapped setup. With that said, here’s the high-level steps on how to go about bring up the solution to 8
TKG Series [TKG Series – Part 1] VMware Tanzu Kubernetes Grid introduction and installation [TKG Series – Part 2] Install Kubernetes Cluster(s) using Tanzu Kubernetes Grid [TKG Series – Part 3] Creating custom plan in Tanzu Kubernetes Grid For this post, I’ll be showing how to create custom plan that can be used when provisioning kubernetes clusters using tkg. Plan is used to define specifics of the provisio
TKG Series [TKG Series – Part 1] VMware Tanzu Kubernetes Grid introduction and installation [TKG Series – Part 2] Install Kubernetes Cluster(s) using Tanzu Kubernetes Grid [TKG Series – Part 3] Creating custom plan in Tanzu Kubernetes Grid For my next post, we will now be installing kubernetes clusters using Tanzu Kubernetes Grid (TKG). With properly configured tkg, the command is straightforward:. Execu
TKG Series [TKG Series – Part 1] VMware Tanzu Kubernetes Grid introduction and installation [TKG Series – Part 2] Install Kubernetes Cluster(s) using Tanzu Kubernetes Grid [TKG Series – Part 3] Creating custom plan in Tanzu Kubernetes Grid This is going to be a long post as I will try to keep it as detailed as possible. Quick Introduction VMware Tanzu Kubernetes Grid (TKG for short) is the rebranded PKS
This post is a long overdue tutorial on how to setup govc. What is govc? It’s a cli utilizing govmomi, a go library used to interact with vSphere API. Why use govc? It’s fast and way better to use for automation tasks. Installation: Download release binary here: https://github.com/vmware/govmomi/releases Depending on the platform, decompress: gzip -d govc_linux_amd64.gz Flag it as executable chmod +x govc
Here’s a quick how-to in updating solutions managed by VMware Lifecycle Manager. Pre-requisite: Solution must be managed by VMware Lifecycle. Add your my VMware Account to LCM Go to Settings -> Binary Mapping and Download Binary: Procedure: Login to LCM, Under Settings -> Update Product Support Pack If LCM has internet connection, initiate Check Support Packs Online Wait for the process completes. Go to requ
vRealize Automation 8 is out! This is a big release as it marks feature parity with VMware Cloud Automation Service (SaaS offering). In addition, a new architecture which eliminates the need for Windows Server. For this post, i’ll document what’s needed for an Enterprise Install of vRA8. High-level diagram: Components: 1 x Lifecycle Manager3 x Identity Manager3 x vRealize Automation Appliance2 x LB to handle IDM and
So I’ve been using terraform for quite sometime now for building-tearing down my kubernetes cluster. One thing that is missing on the provisioned Virtual Machine are tags which I exclusively use for my backup-schedule retention (Veeam). Quick Introduction on Terraform: Terraform lets you “codify” the desired state of your infrastructure. This is awesome as it can be tracked/ checked-in on your favor