From 79e6c6416d5f3688ca4a4685da709aa43c78d7d9 Mon Sep 17 00:00:00 2001 From: Akshat Sharma Date: Sun, 5 Jun 2016 16:46:42 -0700 Subject: [PATCH] Updated 2016-05-31-xr-toolbox-ios-xr-vagrant-bootstrap-config.md --- ...xr-toolbox-ios-xr-vagrant-bootstrap-config.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/_tutorials/2016-05-31-xr-toolbox-ios-xr-vagrant-bootstrap-config.md b/_tutorials/2016-05-31-xr-toolbox-ios-xr-vagrant-bootstrap-config.md index 3ceffb08..a50cf58e 100644 --- a/_tutorials/2016-05-31-xr-toolbox-ios-xr-vagrant-bootstrap-config.md +++ b/_tutorials/2016-05-31-xr-toolbox-ios-xr-vagrant-bootstrap-config.md @@ -1,11 +1,11 @@ --- published: true -date: "2016-05-31 02:13 -0700" -title: "XR Toolbox: Boostrap XR configuration with Vagrant" -permalink: "/tutorials/iosxr-vagrant-bootstrap-config" +date: '2016-05-31 02:13 -0700' +title: 'XR Toolbox: Bootstrap XR configuration with Vagrant' +permalink: /tutorials/iosxr-vagrant-bootstrap-config author: Akshat Sharma -excerpt: "Configure an IOS-XR Vagrant box on boot using a Shell provisioner" -tags: +excerpt: Configure an IOS-XR Vagrant box on boot using a Shell provisioner +tags: - vagrant - iosxr - cisco @@ -65,7 +65,7 @@ AKSHSHAR-M-K0DS:vagrant-xr akshshar$ ## Bootstrap Configuration: Shell Provisioner -The concept is simple: We'll use the Vagrant shell provisioner to apply a boostrap configuration to an XR instance when we issue a `vagrant up`. +The concept is simple: We'll use the Vagrant shell provisioner to apply a bootstrap configuration to an XR instance when we issue a `vagrant up`. All we need is a shell provisioner section in the Vagrantfile for each node: @@ -293,7 +293,3 @@ RP/0/RP0/CPU0:ios# It worked! The config was applied as part of the vagrant up process. {: .notice--success} - - - -