From f513b0f134af6d0bc9f956de4303febbae3b6c99 Mon Sep 17 00:00:00 2001 From: Joe Clarke Date: Thu, 7 Oct 2021 13:13:26 -0400 Subject: [PATCH] Add Charlie Fenwick's cool use case around Jupyter. This use case demonstrates how a Jupyter notebook can be used to provision a new lab from zero (with a nod toward Ansible as the way to configure it). --- .gitmodules | 3 +++ use-cases/cml-nxos-l3-edge-fabric | 1 + 2 files changed, 4 insertions(+) create mode 160000 use-cases/cml-nxos-l3-edge-fabric diff --git a/.gitmodules b/.gitmodules index 426bb46..67b2d95 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "use-cases/ansible-cml"] path = use-cases/ansible-cml url = https://github.com/CiscoDevNet/ansible-cml +[submodule "use-cases/cml-nxos-l3-edge-fabric"] + path = use-cases/cml-nxos-l3-edge-fabric + url = https://github.com/charliefenwick/cml-nxos-l3-edge-fabric diff --git a/use-cases/cml-nxos-l3-edge-fabric b/use-cases/cml-nxos-l3-edge-fabric new file mode 160000 index 0000000..430a1ad --- /dev/null +++ b/use-cases/cml-nxos-l3-edge-fabric @@ -0,0 +1 @@ +Subproject commit 430a1ad72114cba4a5384f4bbdfcac0dd9be6a5a