dravetech.com

Creating your own Vagrant boxes How to create a box with IOS-XR

14 January 2016    automation networking 

Creating vagrant boxes is fairly easy and very useful. Using vagrant boxes that are publicly available is preferred as it makes easier to share your environment but in some cases you might want to tweak a bit an existing box or you might want to create your own because there is no box available for a particular virtual appliance.

As mentioned previously, creating a vagrant box is very simple, you only have to create a VM on your provisioner and export it as it is. To show you how to do it we will create a vagrant box for IOS-XR. Before we start you will need the following:

  • Vagrant, of course. For more information check this post.
  • Virtualbox.
  • An OVA or a VMDK for IOS-XR. I am using iosxrv-k9-demo-5.3.0.ova.

Vagrant Introduction for Network Engineers

08 January 2016    automation networking 

I don’t want to spend too much time explaining what vagrant is so here is their own introduction:

Vagrant provides easy to configure, reproducible, and portable work environments built on top of industry-standard technology and controlled by a single consistent workflow to help maximize the productivity and flexibility of you and your team.

To achieve its magic, Vagrant stands on the shoulders of giants. Machines are provisioned on top of VirtualBox, VMware, AWS, or any other provider. Then, industry-standard provisioning tools such as shell scripts, Chef, or Puppet, can be used to automatically install and configure software on the machine.


erase startup config reload

06 January 2016    news 

With the New Year new challenges come. In addition to keep working on the cool projects I have working on during 2015 (napalm, sir, pyfg and many others) I plan to work on some other cool ideas I have in mind (more on this soon). I also plan to try to blog a bit about what I am doing, ideas, architectures, etc… We will see how it goes.