Network Development Lifecycle (NDLC)
Explore the Network Development Lifecycle (NDLC) to understand its role in guiding network automation projects. Learn how to organize code with Git branches, apply naming conventions, and use CI/CD pipelines to manage network changes efficiently. This lesson helps you adopt standardized processes for coding, approvals, documentation, and automation, enhancing workflow and collaboration in network automation.
We'll cover the following...
Creating an NDLC
A network development lifecycle can be adopted to help provide a high-level vision and guidance around network development. A framework for the branch structure is required. Developers need to perform Git commits, while frequently checking in their code.
A common data model format needs to have the following properties:
-
It is followed uniformly by all ...