Infrastructure Code Continuous Delivery Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 25: Line 25:


3. '''Online infrastructure Tests'''
3. '''Online infrastructure Tests'''
=Organizatorium=
<font color=darkkhaki>
* Modeling Deployment Pipelines: Build Propagation using Fan-in/Fan-out https://www.gocd.org/2017/04/17/build-propagation-using-fan-in-fan-out.html
</font>


=Tools=
=Tools=

Revision as of 23:19, 22 January 2022

External

Internal

Overview

Infrastructure Delivery Pipeline

TO CONTINUE: IaC Chapter 8 Core Practice: Continuously Test and Deliver → Infrastructure Delivery Pipelines.

TO INTEGRATE:


A typical pipeline includes stages for testing (offline, test double, online) in dedicated environments and production deployment.


Stages:

1. Build Stage. The build stage compiles application code, runs unit tests and integration tests and publishes a deployable artifact in a repository.

2. Offline Infrastructure Tests

3. Online infrastructure Tests

Organizatorium

Tools