Add Climate-nova sub-project

This is part of already created project Climate.
It was decided to release all nova dependencies in a separate repository.

Change-Id: I9360d48b837239f6aacb4d3f50d2151df3be319a
This commit is contained in:
Swann Croiset 2013-11-25 15:23:23 +01:00
parent 69cdb6a449
commit f601cd91ea
5 changed files with 36 additions and 0 deletions

View File

@ -386,6 +386,7 @@ openstack-climate:
- x-vrif-minus-2 - x-vrif-minus-2
projects: projects:
- stackforge/climate - stackforge/climate
- stackforge/climate-nova
branches: branches:
- master - 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: jobs:
- python-jobs - python-jobs
- project:
name: climate-nova
github-org: stackforge
node: precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project: - project:
name: python-climateclient name: python-climateclient
github-org: stackforge github-org: stackforge

View File

@ -2449,6 +2449,18 @@ projects:
- gate-climate-python27 - gate-climate-python27
- gate-climate-requirements - 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 - name: stackforge/kwapi
check: check:
- gate-kwapi-pep8 - gate-kwapi-pep8

View File

@ -230,6 +230,9 @@
- project: stackforge/climate - project: stackforge/climate
description: Reservation Service for OpenStack description: Reservation Service for OpenStack
upstream: git://github.com/jd/climate.git 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 - project: stackforge/cloudcafe
upstream: https://github.com/samu4924/cloudcafe upstream: https://github.com/samu4924/cloudcafe
description: OpenStack based test automation framework. Based on OpenCAFE engine description: OpenStack based test automation framework. Based on OpenCAFE engine