Manage OpenStack Using Terraform And Gitlab
Follow this tutorial to see how using GitLab can further enhance collaboration in your OpenStack cluster. One virtue of GitOps is Infrastructure as Code. It encourages collaboration by using a shared configuration and policy repository. Using GitLab can further enhance collaboration in your OpenStack cluster. GitLab CI can serve as your source control and orchestration hub for CI/CD, and it can even manage the state of Terraform. To achieve this, you need the following: GitLab and Terraform state The goal is to achieve collaboration through Terraform, so you need to have a centralized state file. GitLab has a managed state for Terraform.…
Share