Continuous Integration
Let's take a look at the continuous integration process.
We'll cover the following...
CI development model
Throughout this course, it has been advocated to follow the CI software development model. CI is the practice of merging all developer working copies to a shared repository several times a day. However, at this point in the journey, a hybrid approach of automated playbooks executed by human operators has been used.
The execution of the playbooks has replaced the previous steps of copy-pasting network
engineers prescribed changes by network operations staff. Now, operators log into a Linux box and
execute ansible-playbook
commands to generate ...