Register new Tripleo codebase os-cloud-config

We're using this to move some code out of incubator. Wooo.

Change-Id: I4f30d4359ee5d399af14a0742c18eb30a36c7e7c
This commit is contained in:
Robert Collins 2014-02-28 19:46:52 +13:00
parent 688bdd459e
commit 66b970d964
5 changed files with 54 additions and 0 deletions

View File

@ -122,6 +122,7 @@ tripleo:
- openstack-infra/tripleo-ci
- openstack/diskimage-builder
- openstack/os-apply-config
- openstack/os-cloud-config
- openstack/os-collect-config
- openstack/os-refresh-config
- openstack/python-tuskarclient

View File

@ -0,0 +1,16 @@
[access "refs/*"]
owner = group Administrators
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true
[access "refs/heads/*"]
label-Code-Review = -2..+2 group os-apply-config-core
label-Approved = +0..+1 group os-apply-config-core
workInProgress = group os-apply-config-core
[access "refs/tags/*"]
create = group tripleo-ptl
pushTag = group tripleo-ptl
[project]
state = active

View File

@ -1275,6 +1275,16 @@
- python-jobs
- pypi-jobs
- project:
name: os-cloud-config
github-org: openstack
node: bare-precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- project:
name: os-collect-config
github-org: openstack

View File

@ -225,6 +225,8 @@
description: OpenStack Operations Guide
- project: openstack/os-apply-config
description: Apply configuration from cloud metadata.
- project: openstack/os-cloud-config
description: Configure a cloud
- project: openstack/os-collect-config
description: Collect and cache metadata, run hooks on changes.
- project: openstack/os-refresh-config

View File

@ -1835,6 +1835,31 @@ projects:
- os-apply-config-tarball:
- os-apply-config-pypi-upload
#TODO: add docs
- name: openstack/os-cloud-config
template:
- name: check-requirements
check:
- gate-os-cloud-config-pep8
- gate-os-cloud-config-python26
- gate-os-cloud-config-python27
check-tripleo:
- check-tripleo-seed-precise
- check-tripleo-undercloud-precise
- check-tripleo-overcloud-precise
gate:
- gate-os-cloud-config-pep8
- gate-os-cloud-config-python26
- gate-os-cloud-config-python27
post:
- os-cloud-config-coverage
- os-cloud-config-branch-tarball
pre-release:
- os-cloud-config-tarball
release:
- os-cloud-config-tarball:
- os-cloud-config-pypi-upload
#TODO: add docs
- name: openstack/os-collect-config
template: