Merge "Add openstack/ironic-python-agent"
This commit is contained in:
commit
f29df751ba
@ -329,6 +329,7 @@ openstack-ironic:
|
|||||||
- x-vrif-minus-2
|
- x-vrif-minus-2
|
||||||
projects:
|
projects:
|
||||||
- openstack/ironic
|
- openstack/ironic
|
||||||
|
- openstack/ironic-python-agent
|
||||||
- openstack/python-ironicclient
|
- openstack/python-ironicclient
|
||||||
- stackforge/pyghmi
|
- stackforge/pyghmi
|
||||||
branches:
|
branches:
|
||||||
|
@ -0,0 +1,12 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group ironic-python-agent-core
|
||||||
|
label-Approved = +0..+1 group ironic-python-agent-core
|
||||||
|
workInProgress = group ironic-python-agent-core
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
create = group ironic-ptl
|
||||||
|
pushTag = group ironic-ptl
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -1804,6 +1804,16 @@
|
|||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: ironic-python-agent
|
||||||
|
github-org: openstack
|
||||||
|
node: bare-precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
doc-publisher-site: docs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: inception
|
name: inception
|
||||||
github-org: stackforge
|
github-org: stackforge
|
||||||
|
@ -222,6 +222,9 @@
|
|||||||
- project: openstack/ironic
|
- project: openstack/ironic
|
||||||
description: A service for managing and provisioning Bare Metal servers.
|
description: A service for managing and provisioning Bare Metal servers.
|
||||||
upstream: git://github.com/devananda/ironic.git
|
upstream: git://github.com/devananda/ironic.git
|
||||||
|
- project: openstack/ironic-python-agent
|
||||||
|
description: A python agent for provisioning and deprovisioning Bare Metal servers.
|
||||||
|
upstream: git://github.com/rackerlabs/teeth-agent.git
|
||||||
- project: openstack/keystone
|
- project: openstack/keystone
|
||||||
docimpact-group: openstack-manuals
|
docimpact-group: openstack-manuals
|
||||||
- project: openstack/marconi
|
- project: openstack/marconi
|
||||||
|
@ -2149,6 +2149,19 @@ projects:
|
|||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
- post-mirror-python33
|
- post-mirror-python33
|
||||||
|
|
||||||
|
#TODO: add docs
|
||||||
|
- name: openstack/ironic-python-agent
|
||||||
|
check:
|
||||||
|
- gate-ironic-python-agent-pep8
|
||||||
|
- gate-ironic-python-agent-python26
|
||||||
|
- gate-ironic-python-agent-python27
|
||||||
|
- gate-ironic-python-agent-python33
|
||||||
|
gate:
|
||||||
|
- gate-ironic-python-agent-pep8
|
||||||
|
- gate-ironic-python-agent-python26
|
||||||
|
- gate-ironic-python-agent-python27
|
||||||
|
- gate-ironic-python-agent-python33
|
||||||
|
|
||||||
# This is not strictly necessary; there is currently a transitive
|
# This is not strictly necessary; there is currently a transitive
|
||||||
# relationship between g-t-dsvm,
|
# relationship between g-t-dsvm,
|
||||||
# g-t-dsvm-{postgres,cinder,neutron} and g-t-dsvm-full
|
# g-t-dsvm-{postgres,cinder,neutron} and g-t-dsvm-full
|
||||||
|
Loading…
x
Reference in New Issue
Block a user