Import ldappool into gerrit and setup project

The OpenStack Keystone Team (a subset) is adopting the ldappool code
base from the original author so that we can update/maintain and
python-3 enable the library. I have discussed this with the original
owner and the project is currently unmaintained and we are welcome
to bring it in (since Keystone relies on it).

Change-Id: Id75d304b3e4af98e64d97db29a3aa6c3ca55354e
This commit is contained in:
Morgan Fainberg 2016-05-11 14:53:39 -07:00
parent 76a932a3c8
commit 8a9e1bcc5a
5 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[access "refs/heads/*"]
abandon = group ldappool-core
create = group ldappool-release
label-Code-Review = -2..+2 group ldappool-core
label-Workflow = -1..+1 group ldappool-core
[access "refs/tags/*"]
pushSignedTag = group ldappool-release
[receive]
requireChangeId = true
requireContributorAgreement = false
[submit]
mergeContent = true

View File

@ -2260,6 +2260,9 @@
acl-config: /home/gerrit2/acls/openstack/kuryr.config
- project: openstack/kwapi
description: Energy Efficiency Monitoring
- project: openstack/ldappool
description: A simple connector pool for python-ldap and related LDAP libraries.
upstream: https://github.com/morganfainberg/ldappool.git
- project: openstack/liberasurecode
description: Erasure Code API library written in C with pluggable Erasure Code backends.
upstream: https://bitbucket.org/tsg-/liberasurecode.git

View File

@ -946,6 +946,7 @@ openstack-keystone:
- openstack/keystone-specs
- openstack/keystoneauth
- openstack/keystonemiddleware
- openstack/ldappool
- openstack/oslo.policy
- openstack/pycadf
- openstack/python-keystoneclient

View File

@ -3019,6 +3019,14 @@
jobs:
- gate-{name}-pep8
- project:
name: ldappool
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- project:
name: lodgeit
tarball-site: tarballs.openstack.org

View File

@ -7180,6 +7180,16 @@ projects:
gate:
- gate-kwapi-pep8
- name: openstack/ldappool
template:
- name: merge-check
- name: publish-to-pypi
- name: python-jobs
check:
- gate-ldappool-pep8
gate:
- gate-ldappool-pep8
- name: openstack/liberasurecode
template:
- name: merge-check