Add jenkins user to static.o.o.

Change-Id: I41116f1732754772ef4968d8c020073e21f6cb7c
Reviewed-on: https://review.openstack.org/11413
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2012-08-15 09:30:14 -07:00 committed by Jenkins
parent c45e541a89
commit 64905e57d8

View File

@ -1,10 +1,15 @@
class openstack_project::static
{
class openstack_project::static(
$ssh_key=$openstack_project::jenkins_ssh_key
) {
class { 'openstack_project::server':
iptables_public_tcp_ports => [22, 80, 443]
}
class { 'jenkins::jenkinsuser':
ssh_key => $ssh_key
}
include apache
apache::vhost { 'tarballs.openstack.org':