You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/04/15 23:20:06 UTC

[37/50] git commit: Fix vagrant VM addressing

Fix vagrant VM addressing


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/eabab3ef
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/eabab3ef
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/eabab3ef

Branch: refs/heads/3.3.x
Commit: eabab3ef292272a10f5d087450a88fa340f14eb6
Parents: ce58be8
Author: James Peach <jp...@apache.org>
Authored: Thu Apr 4 12:48:56 2013 -0700
Committer: James Peach <jp...@apache.org>
Committed: Thu Apr 4 12:48:56 2013 -0700

----------------------------------------------------------------------
 Vagrantfile |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/eabab3ef/Vagrantfile
----------------------------------------------------------------------
diff --git a/Vagrantfile b/Vagrantfile
index babfca6..87dd26e 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -15,13 +15,14 @@
 #  limitations under the License.
 
 $network = {
-  "raring64"  => "192.168.100.1",
-  "quantal64" => "192.168.100.2",
-  "precise64" => "192.168.100.3",
-  "lucid64"   => "192.168.100.4",
-  "centos63"  => "192.168.100.5",
-  "freebsd"   => "192.168.100.6",
-  "omnios"    => "192.168.100.7",
+  # The VM host is 192.168.100.1
+  "raring64"  => "192.168.100.11",
+  "quantal64" => "192.168.100.12",
+  "precise64" => "192.168.100.13",
+  "lucid64"   => "192.168.100.14",
+  "centos63"  => "192.168.100.15",
+  "freebsd"   => "192.168.100.16",
+  "omnios"    => "192.168.100.17",
 }
 
 Vagrant.configure("2") do |config|