Add the Ironic project to Openstack org.
- add ironic - add python-ironicclient - basic tests for both - notify in openstack-ironic Change-Id: I3e54c89aef1ac6891588d0a8ad0220e9ba8dd63e Reviewed-on: https://review.openstack.org/27912 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
b8f7125626
commit
2b6a7ae4bc
@ -251,3 +251,14 @@ billingstack:
|
|||||||
- stackforge/billingstack
|
- stackforge/billingstack
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
openstack-ironic:
|
||||||
|
events:
|
||||||
|
- patchset-created
|
||||||
|
- change-merged
|
||||||
|
- x-vrif-minus-2
|
||||||
|
projects:
|
||||||
|
- openstack/ironic
|
||||||
|
- openstack/python-ironicclient
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
@ -0,0 +1,12 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group ironic-core
|
||||||
|
label-Approved = +0..+1 group ironic-core
|
||||||
|
workInProgress = group ironic-core
|
||||||
|
[access "refs/heads/milestone-proposed"]
|
||||||
|
label-Code-Review = -2..+2 group ironic-milestone
|
||||||
|
label-Approved = +0..+1 group ironic-milestone
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -0,0 +1,15 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group ironic-core
|
||||||
|
label-Approved = +0..+1 group ironic-core
|
||||||
|
workInProgress = group ironic-core
|
||||||
|
[access "refs/heads/milestone-proposed"]
|
||||||
|
label-Code-Review = -2..+2 group ironic-milestone
|
||||||
|
label-Approved = +0..+1 group ironic-milestone
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
create = group ironic-core
|
||||||
|
pushTag = group ironic-core
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -932,3 +932,22 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- gate-{name}-chef-lint
|
- gate-{name}-chef-lint
|
||||||
- gate-{name}-chef-unit
|
- gate-{name}-chef-unit
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: ironic
|
||||||
|
github-org: openstack
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: python-ironicclient
|
||||||
|
github-org: openstack
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
|
@ -1832,3 +1832,27 @@ projects:
|
|||||||
- gate-noop
|
- gate-noop
|
||||||
gate:
|
gate:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
|
|
||||||
|
- name: openstack/ironic
|
||||||
|
check:
|
||||||
|
- gate-ironic-pep8
|
||||||
|
- gate-ironic-python26
|
||||||
|
- gate-ironic-python27
|
||||||
|
gate:
|
||||||
|
- gate-ironic-pep8
|
||||||
|
- gate-ironic-python26
|
||||||
|
- gate-ironic-python27
|
||||||
|
post:
|
||||||
|
- ironic-coverage
|
||||||
|
|
||||||
|
- name: openstack/python-ironicclient
|
||||||
|
check:
|
||||||
|
- gate-python-ironicclient-pep8
|
||||||
|
- gate-python-ironicclient-python26
|
||||||
|
- gate-python-ironicclient-python27
|
||||||
|
gate:
|
||||||
|
- gate-python-ironicclient-pep8
|
||||||
|
- gate-python-ironicclient-python26
|
||||||
|
- gate-python-ironicclient-python27
|
||||||
|
post:
|
||||||
|
- python-ironicclient-coverage
|
||||||
|
@ -244,3 +244,8 @@
|
|||||||
- project: stackforge/python-muranoclient
|
- project: stackforge/python-muranoclient
|
||||||
upstream: git://github.com/Mirantis/python-muranoclient.git
|
upstream: git://github.com/Mirantis/python-muranoclient.git
|
||||||
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
||||||
|
- project: openstack/ironic
|
||||||
|
description: A service for managing and provisioning Bare Metal servers.
|
||||||
|
upstream: git://github.com/devananda/ironic.git
|
||||||
|
- project: openstack/python-ironicclient
|
||||||
|
description: A python client implementing the Ironic API.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user