Process

Let's learn about the new process involved when handling tactical playbooks.

NDLC process

The NDLC process remains the same for making changes to the network:

  1. Create a working branch from the master branch for every change.
  2. Develop and test code.
  3. Commit often.
  4. Comment code where applicable.
  5. Execute playbook.
  6. Perform pull requests to merge approved code changes into the master branch.

Now that there could potentially be an impact on the network because of changes, there is a need to incorporate more traditional network administration personas to evaluate the required Cisco commands. How, ...