From 97a5c77ee7342cfb39ed14eabc51f0153249c529 Mon Sep 17 00:00:00 2001 From: Mike Sperber Date: Fri, 2 Aug 2024 09:52:06 +0200 Subject: [PATCH] Follow change to DevOps characterization ... made in 6bc7d7591dfd5cac78a6c7dbd1081a618228db21, PR #43. --- docs/04-rollout/02-learning-goals.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/04-rollout/02-learning-goals.adoc b/docs/04-rollout/02-learning-goals.adoc index 1d2f4b8..821dbdc 100644 --- a/docs/04-rollout/02-learning-goals.adoc +++ b/docs/04-rollout/02-learning-goals.adoc @@ -81,7 +81,12 @@ maintain such an environment at the push of a button. * The complexity of the deployment becomes a further quality feature of the system and affects architecture tools. -* DevOps leads to a different team structure. Beside development, also +* With DevOps, development and operations are integrated in a single + team. Consequently, operations must be considered already during + development. This affects provisioning but also continuous + delivery (see chapter "Continuous Delivery"). + +DevOps leads to a different team structure. Beside development, also more attention has to be paid to operations. In addition to provisioning, this also affects continuous delivery (see chapter "Continuous Delivery").