added boxes.jenkins-ci.org

This commit is contained in:
Kohsuke Kawaguchi 2013-02-14 14:27:54 -08:00
parent 7858b334ae
commit abb6262a1e
3 changed files with 16 additions and 0 deletions

View File

@ -7,6 +7,7 @@ node default {
include user-jieryn
include ci-ssh-slave
include fallback_jenkins-ci_org
include boxes_jenkins-ci_org
include gitrepo
include groovy

View File

@ -0,0 +1,14 @@
#
# boxes.jenkins-ci.org
#
# Serves Vagrant box files for running https://github.com/jenkinsci/selenium-tests
#
class boxes_jenkins-ci_org {
include apache2
include apache2::log-rotation
apache2::virtualhost {
'boxes.jenkins-ci.org' :
content => template('apache2/standard_virtualhost.erb');
}
}

View File

@ -55,6 +55,7 @@ ci 3600 IN CNAME cucumber
svn 3600 IN CNAME cucumber
meetings 3600 IN CNAME cucumber
git 3600 IN CNAME spinach
boxes 3600 IN CNAME spinach
mirrors2 3600 IN CNAME lettuce
ips 3600 IN CNAME lettuce
nagios 3600 IN CNAME lettuce