Add the kite (KDS) project and kiteclient project to gerrit/jenkins

Add the new repositories for Kite (KDS) and kiteclient to gerrit
and jenkins. Currently the project lives within the Keystone
repository and should be split out into it's own repository to ensure
there are no conflicts and a clean delineation between the code bases.

This has been discussed with the Keystone and Barbican teams and
determined that it should live in it's own repository under the
ownership of the Barbican team.

Change-Id: I0f4cf0b343d956e83e2ed85b44e03b6e3e1e5873
This commit is contained in:
Morgan Fainberg 2014-02-12 13:36:51 -08:00
parent e639388224
commit 49066b2b56
5 changed files with 85 additions and 0 deletions

View File

@ -0,0 +1,14 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group barbican-core
label-Approved = +0..+1 group barbican-core
workInProgress = group barbican-core
[access "refs/heads/milestone-proposed"]
label-Code-Review = -2..+2 group barbican-milestone
label-Approved = +0..+1 group barbican-milestone
[project]
state = active
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -0,0 +1,17 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group barbican-core
label-Approved = +0..+1 group barbican-core
workInProgress = group barbican-core
[access "refs/heads/milestone-proposed"]
label-Code-Review = -2..+2 group barbican-milestone
label-Approved = +0..+1 group barbican-milestone
[access "refs/tags/*"]
create = group barbican-ptl
pushTag = group barbican-ptl
[project]
state = active
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -659,6 +659,15 @@
- translation-jobs
- project:
name: kite
github-org: stackforge
node: bare-precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project:
name: netconn-api
github-org: openstack
@ -882,6 +891,16 @@
- openstack-publish-jobs
- pypi-jobs
- project:
name: python-kiteclient
github-org: stackforge
node: bare-precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- project:
name: python-novaclient

View File

@ -585,6 +585,8 @@
- project: stackforge/kickstack
description: Rapid OpenStack deployment with puppet-dashboard, The Foreman, or any other Puppet ENC
upstream: git://github.com/hastexo/kickstack
- project stackforge/kite
description: A service for managing and distributing message encryption keys.
- project: stackforge/kwapi
description: Energy Efficiency Monitoring
upstream: git://github.com/frossigneux/kwapi.git
@ -767,6 +769,8 @@
description: Client for OpenStack Climate
acl-config: /home/gerrit2/acls/stackforge/climate.config
- project: stackforge/python-designateclient
- project: stackforge/python-kiteclient
description: Python bindings to Kite.
- project: stackforge/python-libraclient
- project: stackforge/python-manilaclient
upstream: git://github.com/bswartz/python-manilaclient.git

View File

@ -3448,6 +3448,19 @@ projects:
gate:
- gate-noop
- name: stackforge/kite
template:
- name: python-jobs
- name: check-requirements
check:
- gate-kite-python33
gate:
- gate-kite-python33
pre-release:
- kite-tarball
release:
- kite-tarball
- name: stackforge/libra
check:
- gate-libra-pep8
@ -4198,6 +4211,24 @@ projects:
- post-mirror-python27
- post-mirror-python33
- name: stackforge/python-kiteclient
template:
- name: python-jobs
check:
- gate-python-kiteclient-requirements
- gate-python-kiteclient-python33
gate:
- gate-python-kiteclient-requirements
- gate-python-kiteclient-python33
pre-release:
- python-kiteclient-tarball
release:
- python-kiteclient-tarball:
- python-kiteclient-pypi-upload:
- post-mirror-python26
- post-mirror-python27
- post-mirror-python33
- name: stackforge/python-libraclient
check:
- gate-python-libraclient-pep8