Archive

Category Archives for "Coding Packets Blog"

Viptela Control Plane Setup

Viptela is an SDWAN platform now owned by Cisco. In this blog I will setup a Viptela control plane using self signed certificates for the purpose of testing in a lab environment. The recommended mode of operation for production deployments is using Symantec signed certificates that are...

CI/CD For Networking Part 5

Ansible AWX is the upstream open source project to Ansible Tower. For this part of the series AWX will be installed on a Centos 7 minimal host with the firewall service disabled and SELinux set to permissive. Nginx will be utilized as a reverse proxy for HTTP/S traffic to the AWX...

CI/CD For Networking Part 4

Jenkins is and open source project that helps to build, test and deploy code. Jenkins is a very mature project in the CI/CD space and has the ability to perform many automation tasks with the help of plugins. For this part of series Jenkins will be installed on a Centos 7 minimal hosts ...

CI/CD For Networking Part 3

Gitlab is an open source platform for collaborating around code development that is managed via Git. Gitlab presents a nice and friendly web interface that makes it easy to view and track the changes made to a code base. Gitlab have a SAAS offering at https://gitlab.com and also release a...

CI/CD For Networking Part 2

When using PKI certificates is critical that both DNS is working correctly and that hosts have their time synced via a reliable NTP server. In this part of the series I will build a utility server that will act as the DNS, NTP and root certificate authority. The utility server will use...

CI/CD For Networking Part 1

Continuous Integration and Continuous Delivery/Deployment was traditionally reserved for the software development space. With the push towards infrastructure as code now making it to the networking space the idea of bringing CI/CD methodologies down to the network is gaining alot of...

Salt From The Start To The Beginning

As described by their website; Salt is "Event-driven automation for a software-defined world". You gotta love marketing :) Salt is a large project with many features including; configuration management, an event based reactor, cloud management and network automation. Salt can do ALOT but...
1 22 23 24 25 26 28