Add openstack/heat-cfntools to gerrit review

https://github.com/heat-api/heat-cfntools

heat-cfntools contains scripts which need to be installed on
heat provisioned guests. These scripts have recently been broken out
of the heat-jeos repo, so the next task is getting better test coverage.

This change will populate openstack/heat-cfntools using
the existing heat-api/heat-cfntools as upstream

Change-Id: I71ec9b12bf9cdef333d540812a4eeb8a7e593d93
Reviewed-on: https://review.openstack.org/22931
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Steve Baker 2013-02-26 13:41:59 +13:00 committed by Jenkins
parent 84310776ae
commit a3659fe546
6 changed files with 70 additions and 0 deletions

View File

@ -127,5 +127,6 @@ heat:
projects:
- openstack/heat
- openstack/python-heatclient
- openstack/heat-cfntools
branches:
- master

View File

@ -0,0 +1,16 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group heat-core
label-Approved = +0..+1 group heat-core
[access "refs/heads/milestone-proposed"]
label-Code-Review = -2..+2 group heat-drivers
label-Approved = +0..+1 group heat-drivers
[access "refs/tags/*"]
create = group heat-drivers
pushTag = group heat-drivers
[project]
state = active
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -26,3 +26,18 @@
publishers:
- coverage-log
- console-log
- job:
name: 'dev-heat-cfntools-coverage'
node: 'precise'
triggers:
- zuul
builders:
- gerrit-git-prep
- coverage
publishers:
- coverage-log
- console-log

View File

@ -140,6 +140,19 @@
- pypi-jobs
- project:
name: heat-cfntools
github-org: openstack
node: precise
tarball-site: tarballs.openstack.org
doc-publisher-site: docs.openstack.org
jobs:
- python-jobs
- openstack-publish-jobs
- pypi-jobs
- project:
name: horizon
github-org: openstack

View File

@ -92,6 +92,8 @@ jobs:
voting: false
- name: dev-python-heatclient-coverage
voting: false
- name: dev-heat-cfntools-coverage
voting: false
- name: jenkins-job-builder-compare-xml
voting: false
failure-message: XML output has changed.
@ -919,6 +921,26 @@ projects:
- python-heatclient-pypi-upload
- python-heatclient-docs
- name: openstack/heat-cfntools
check:
- gate-heat-cfntools-pep8:
- gate-heat-cfntools-python26
- gate-heat-cfntools-python27
- dev-heat-cfntools-coverage
gate:
- gate-heat-cfntools-pep8
- gate-heat-cfntools-python26
- gate-heat-cfntools-python27
post:
- heat-cfntools-branch-tarball
- heat-cfntools-coverage
pre-release:
- heat-cfntools-tarball
release:
- heat-cfntools-tarball:
- heat-cfntools-pypi-upload
- heat-cfntools-docs
- name: stackforge/reddwarf
check:
- gate-reddwarf-pep8:

View File

@ -9,6 +9,9 @@
has-pull-requests: False
has-downloads: False
---
- project: openstack/heat-cfntools
acl_config: /home/gerrit2/acls/openstack/heat-cfntools.config
upstream: git://github.com/heat-api/heat-cfntools.git
- project: openstack/heat
acl_config: /home/gerrit2/acls/openstack/heat.config
- project: openstack/python-heatclient