ADVA Splashes Into the NFV Pool
CEO Brian Protiva says ADVA will work with anyone to become an NFV market leader.
CEO Brian Protiva says ADVA will work with anyone to become an NFV market leader.
In this post, I’d like to share with you an improved way to use YAML with Vagrant. I first discussed the use of YAML with Vagrant in a post on simplifying multi-machine Vagrant environments, where I simply factored out variable data into an external YAML file. The original approach I described had (at least) one significant drawback, though, which this new approach adddresses.
(By the way, this “improved” way is probably just a matter of better coding. I’m not an expert with Ruby, so Ruby experts may look at this and find it to be quite obvious.)
Here’s the original snippet of a Vagrantfile
that I shared in that first Vagrant/YAML post:
# -*- mode: ruby -*-
# # vi: set ft=ruby :
# Specify minimum Vagrant version and Vagrant API version
Vagrant.require_version ">= 1.6.0"
VAGRANTFILE_API_VERSION = "2"
# Require YAML module
require 'yaml'
# Read YAML file with box details
servers = YAML.load_file('servers.yaml')
# Create boxes
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Iterate through entries in YAML file
servers.each do |servers|
config.vm.define servers["name"] do |srv|
Continue reading
Illumio has the funding, it has the customers, and now it has an ex-White House employee.
If layoffs come, U.S.-based employees could be most at risk.
A man they call 'Big Tex' launches a series of no-BS posts on open networking as it relates to hardware and software.
The post State Your Intentions appeared first on Packet Pushers.
A man they call 'Big Tex' launches a series of no-BS posts on open networking as it relates to hardware and software.
The post State Your Intentions appeared first on Packet Pushers.
Learn how IOS XR 6.0 allows users to gather more information than ever before. Register for Cisco’s DemoFriday on February 5th to learn more about Cisco IOS XR 6.0 and Streaming Telemetry.
I was reviewing ESG Dell-EMC Customer Sentiment Analysis report which surveyed 202 IT decision makers about their views on the merger. Here is the headline result: Whatever my or anyone’s opinion of the merger, one thing that no one seems to be discussing in the reduction in competition this brings to the market. Less suppliers […]
The post Less Suppliers = Less Competition appeared first on EtherealMind.
This post examines the pros and cons of Route Optimization and SD-WAN as options to manage performance across multiple network paths and providers.
The post Route Optimization And SD-WAN: A Comparison appeared first on Packet Pushers.
This post examines the pros and cons of Route Optimization and SD-WAN as options to manage performance across multiple network paths and providers.
The post Route Optimization And SD-WAN: A Comparison appeared first on Packet Pushers.