In our previous blog, we worked on the instantiation of a new Virtual machine on the OpenStack cloud using Ansible. In this blog, we will be covering the second scenario, where the trigger to perform LCM on the newly created VM shall arrive from GitLab via Webhook. For a recap, refer to the previous blog, … Continue reading Infra as Code for OpenStack with Ansible-Git Workflow: Part 2
Ansible
Infra as Code for OpenStack with Ansible-Git Workflow: Part 1
Ansible provides a powerful configuration and workflow management tool, which can easily be applied to perform Infrastructure as Code use cases on OpenStack. For my setup, I am using Ansible 2.9.11 in sync with Gitlab for the code repository and source control for playbooks. For this solution, I will proceed with two steps, Scenario 1: … Continue reading Infra as Code for OpenStack with Ansible-Git Workflow: Part 1