Merge "Add Climate-nova sub-project"

This commit is contained in:
Jenkins 2013-12-03 23:41:45 +00:00 committed by Gerrit Code Review
commit cf12dfc49e
5 changed files with 36 additions and 0 deletions

View File

@ -390,6 +390,7 @@ openstack-climate:
- x-vrif-minus-2
projects:
- stackforge/climate
- stackforge/climate-nova
branches:
- master

View File

@ -0,0 +1,11 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group climate-core
label-Approved = +0..+1 group climate-core
workInProgress = group climate-core
[project]
state = active
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -90,6 +90,15 @@
jobs:
- python-jobs
- project:
name: climate-nova
github-org: stackforge
node: precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project:
name: python-climateclient
github-org: stackforge

View File

@ -2495,6 +2495,18 @@ projects:
- gate-climate-python27
- gate-climate-requirements
- name: stackforge/climate-nova
check:
- gate-climate-nova-pep8
- gate-climate-nova-python26
- gate-climate-nova-python27
- gate-climate-nova-requirements
gate:
- gate-climate-nova-pep8
- gate-climate-nova-python26
- gate-climate-nova-python27
- gate-climate-nova-requirements
- name: stackforge/kwapi
check:
- gate-kwapi-pep8

View File

@ -238,6 +238,9 @@
- project: stackforge/climate
description: Reservation Service for OpenStack
upstream: git://github.com/jd/climate.git
- project: stackforge/climate-nova
description: Specific Nova part of the Climate Reservation Service for OpenStack
upstream: git://github.com/scroiset/climate-nova.git
- project: stackforge/cloudcafe
upstream: https://github.com/samu4924/cloudcafe
description: OpenStack based test automation framework. Based on OpenCAFE engine