Add ironic-lib to openstack
This project contains a python library of common ironic utilities. This library will be used by ironic and ironic-python-agent projects. Change-Id: I5759fdfa332af47447642299b5b571ed4cfac5d6 Depends-on: If4fe0202a10dff7f12e040f174f31fe12c54ca03
This commit is contained in:
14
gerrit/acls/openstack/ironic-lib.config
Normal file
14
gerrit/acls/openstack/ironic-lib.config
Normal file
@@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group ironic-core
|
||||
label-Code-Review = -2..+2 group ironic-core
|
||||
label-Workflow = -1..+1 group ironic-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group ironic-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@@ -833,6 +833,11 @@
|
||||
description: A service for managing and provisioning Bare Metal servers.
|
||||
upstream: git://github.com/devananda/ironic.git
|
||||
docimpact-group: openstack-manuals
|
||||
- project: openstack/ironic-lib
|
||||
description: A python library of common ironic utilities.
|
||||
upstream: git://github.com/faizan-barmawer/ironic-lib.git
|
||||
groups:
|
||||
- ironic
|
||||
- project: openstack/ironic-python-agent
|
||||
description: A python agent for provisioning and deprovisioning Bare Metal servers.
|
||||
upstream: git://github.com/rackerlabs/teeth-agent.git
|
||||
|
@@ -497,6 +497,7 @@ openstack-ironic:
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- openstack/ironic
|
||||
- openstack/ironic-lib
|
||||
- openstack/ironic-specs
|
||||
- openstack/ironic-python-agent
|
||||
- openstack/python-ironicclient
|
||||
|
@@ -281,6 +281,14 @@
|
||||
type: 'vlan-precise-nonha'
|
||||
node: 'tripleo-precise'
|
||||
|
||||
- project:
|
||||
name: ironic-lib
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: ironic-specs
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@@ -1330,6 +1330,16 @@ projects:
|
||||
- check-grenade-dsvm-ironic
|
||||
- check-grenade-dsvm-partial-ironic
|
||||
|
||||
- name: openstack/ironic-lib
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-ironic-lib-pep8
|
||||
- gate-ironic-lib-python27
|
||||
gate:
|
||||
- gate-ironic-lib-pep8
|
||||
- gate-ironic-lib-python27
|
||||
|
||||
- name: openstack/ironic-specs
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Reference in New Issue
Block a user