Added the rest of the openstack projects.

Except for horizon. Because it's different.

Change-Id: Ifdf9d8624b1faf6e6fbb23bea549167282fb29b8
This commit is contained in:
Monty Taylor 2012-05-20 12:35:01 -04:00
parent 7b127cb360
commit b78fec71e6
6 changed files with 55 additions and 0 deletions

View File

@ -200,7 +200,17 @@ node "jenkins.openstack.org" {
site => "openstack",
projects => [
'cinder',
'glance',
'keystone',
'nova',
'quantum',
'swift',
'python-cinderclient',
'python-glanceclient',
'python-keystoneclient',
'python-novaclient',
'python-openstackclient',
'python-quantumclient',
'python-swiftclient',
]
}

View File

@ -0,0 +1,9 @@
project:
template: 'python_jobs'
values:
name: 'glance'
disabled: 'false'
github_org: 'openstack'
review_site: 'review.openstack.org'
publisher_site: 'nova.openstack.org'

View File

@ -0,0 +1,9 @@
project:
template: 'python_jobs'
values:
name: 'keystone'
disabled: 'false'
github_org: 'openstack'
review_site: 'review.openstack.org'
publisher_site: 'nova.openstack.org'

View File

@ -0,0 +1,9 @@
project:
template: 'python_jobs'
values:
name: 'nova'
disabled: 'false'
github_org: 'openstack'
review_site: 'review.openstack.org'
publisher_site: 'nova.openstack.org'

View File

@ -0,0 +1,9 @@
project:
template: 'python_jobs'
values:
name: 'quantum'
disabled: 'false'
github_org: 'openstack'
review_site: 'review.openstack.org'
publisher_site: 'nova.openstack.org'

View File

@ -0,0 +1,9 @@
project:
template: 'python_jobs'
values:
name: 'swift'
disabled: 'false'
github_org: 'openstack'
review_site: 'review.openstack.org'
publisher_site: 'nova.openstack.org'