Thanks for downloading the Guide!


If your download doesn’t start automatically in a few seconds check your pop-up blocker or manually start the download here

Before Infrastructure CI/CD Pipelines

Application changes are tested in pre-production environments, and these changes need to be applied to all servers across all environments that the application uses.

This starts by specifying configuration changes to apply to the first pre-production environment. The changes are applied and tested in the first environment, then specified changes are applied to the next environment, based on which configuration performed. The process continues all the way through to production.

This process is similar to the software delivery process without CI/CD and yields the same problems: low quality configuration in production, slow delivery of changes, and costly implementation.

After Infrastructure CI/CD Pipelines

You can leverage deployment pipelines to deliver configuration changes. This will introduce the same benefits that development teams have experienced when applying CI/CD to applications.

The resulting pipeline may look similar to a CI/CD pipeline for applications, but the means of getting there requires an advanced CI/CD platform like BuildMaster, and an advanced configuration management tool like Otter. Fortunately, this is a relatively easy process to setup and start using. Read the guide to learn how!

Also note, you can do everything in this guide with BuildMaster Free and Otter Free editions.