Merge "Add Climate-nova sub-project"
This commit is contained in:
commit
cf12dfc49e
@ -390,6 +390,7 @@ openstack-climate:
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/climate
|
||||
- stackforge/climate-nova
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@ -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
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user