From 0c1191ed4ae4079afbcb0b1da5efef995e60d653 Mon Sep 17 00:00:00 2001 From: Jason King Date: Wed, 2 Aug 2023 14:42:21 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8226dd..4a591e4 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ This is the reference implementation for Model-Driven Devops as outlined in the These exercises are provided to help get hands-on experience with the reference implementation. The book goes into depth on the individual steps as well as the core concepts behind them. +> Note: the exercises below are intended for you to execute in your own environment and require CML and access to NSO software. If you would like to try out MDD in a DevNet sandbox, the exercises have been adapted and extended to work in the DevNet NSO sandbox. The DevNet NSO sandbox includes CML, NSO, GitLab and NetBox. The updated exercises can be found in the [mdd-workshop](https://github.com/model-driven-devops/mdd-workshop) repo. + * [Initial Setup](exercises/initial-setup.md) * [Deploying the Topology](exercises/deploy-topology.md) * [Exploring the Inventory](exercises/explore-inventory.md)