You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2013/07/18 20:19:02 UTC

git commit: Add Oracle Linux 6.3 vagrant box

Updated Branches:
  refs/heads/master 14075e14f -> 69385ef59


Add Oracle Linux 6.3 vagrant box


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

Branch: refs/heads/master
Commit: 69385ef59b58742254d9c5dac34b0de43fe31a06
Parents: 14075e1
Author: James Peach <jp...@apache.org>
Authored: Thu Jul 18 11:18:55 2013 -0700
Committer: James Peach <jp...@apache.org>
Committed: Thu Jul 18 11:18:55 2013 -0700

----------------------------------------------------------------------
 Vagrantfile | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/69385ef5/Vagrantfile
----------------------------------------------------------------------
diff --git a/Vagrantfile b/Vagrantfile
index 76c60b1..09588d5 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -34,6 +34,7 @@ $network = {
   "centos64"  => "192.168.200.17",
   "debian7"   => "192.168.200.18",
   "sles11"    => "192.168.200.19",
+  "oel63"     => "192.168.200.20",
 }
 
 $vmspec = {
@@ -58,6 +59,9 @@ $vmspec = {
   "sles11" => [
     "http://puppet-vagrant-boxes.puppetlabs.com/sles-11sp1-x64-vbox4210.box", "redhat.pp",
   ],
+  "oel63" => [
+    "http://ats.boot.org/vagrant/vagrant-oel63-x64.box", "redhat.pp",
+  ]
 }
 
 Vagrant.configure("2") do |config|