You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2016/07/18 12:23:45 UTC

[trafficserver] branch master updated: Update Vagrant with Fedora 24

This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  1ac6b59   Update Vagrant with Fedora 24
1ac6b59 is described below

commit 1ac6b59ae44f977de8f9f62c7c82adc6ae0f5d3d
Author: Bryan Call <bc...@apache.org>
AuthorDate: Mon Jul 18 14:23:25 2016 +0200

    Update Vagrant with Fedora 24
---
 Vagrantfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Vagrantfile b/Vagrantfile
index 91b2ad6..889c2f8 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -25,6 +25,7 @@ $network = {
   "omnios" => "192.168.2.108",
   "fedora23_64" => "192.168.2.109",
   "xenial_64" => "192.168.2.110",
+  "fedora24_64" => "192.168.2.111",
 }
 
 $vmspec = {
@@ -58,6 +59,9 @@ $vmspec = {
   "fedora23_64" => [
     "fedora/23-cloud-base"
   ],
+  "fedora24_64" => [
+    "fedora/24-cloud-base"
+  ],
 }
 
 Vagrant.configure("2") do |config|

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].