Request for new repo - python-k8sclient

Split out Kubernetes client Magnum into a separate project. First
consumer is likely to be Magnum. We will be adding Magnum core
to the ACL so they can maintain it if they choose to. Please
add "dims-v" as the sole core member of the group. The idea is
to encourage other folks to contribute to this library as well
as allow Magnum cores a full say in the repo.

NOTE: this is not part of any official project at the moment,
so there is no governance review for this package.

Change-Id: I1472e631ec7f06e74e73c27edd68a1e2dc7b23e1
This commit is contained in:
Davanum Srinivas 2016-04-02 08:05:52 -04:00
parent 54e598f09a
commit 3ece4bf4fb
4 changed files with 34 additions and 0 deletions

View File

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

View File

@ -3204,6 +3204,9 @@
description: A python client implementing the Ironic API.
- project: openstack/python-jenkins
description: Python API for managing jobs and nodes in a Jenkins CI instance
- project: openstack/python-k8sclient
description: Python API for Kubernetes
upstream: https://github.com/dims/python-k8sclient.git
- project: openstack/python-keystoneclient
description: OpenStack Identity (Keystone) Client
options:

View File

@ -7003,6 +7003,14 @@
- pypi-jobs
- hook-{name}-rtfd
- project:
name: python-k8sclient
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- project:
name: python-keystoneclient
tarball-site: tarballs.openstack.org

View File

@ -9637,6 +9637,14 @@ projects:
check:
- python-jenkins-coverage
- name: openstack/python-k8sclient
template:
- name: merge-check
- name: python-jobs
- name: python3-jobs
- name: check-requirements
- name: publish-to-pypi
- name: openstack/python-keystoneclient
template:
- name: merge-check