Add os-xenapi project.
This project will contain code and plugins for XenAPI that are common between multiple OpenStack projects Change-Id: I805c7598e69e415e043324cca09e8855e88453df
This commit is contained in:
parent
66db2acf5b
commit
e31670257f
15
gerrit/acls/openstack/os-xenapi.config
Normal file
15
gerrit/acls/openstack/os-xenapi.config
Normal file
@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group os-xenapi-core
|
||||
label-Code-Review = -2..+2 group os-xenapi-core
|
||||
label-Verified = -1..+1 group os-xenapi-ci
|
||||
label-Workflow = -1..+1 group os-xenapi-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group library-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -5332,6 +5332,8 @@
|
||||
description: Integration library between network (Neutron) and compute (Nova) providers
|
||||
- project: openstack/os-win
|
||||
description: Windows / Hyper-V library for OpenStack projects.
|
||||
- project: openstack/os-xenapi
|
||||
description: XenAPI library for OpenStack projects.
|
||||
- project: openstack/osc-lib
|
||||
description: OpenStackClient plugin library support
|
||||
acl-config: /home/gerrit2/acls/openstack/python-openstackclient.config
|
||||
|
@ -8873,6 +8873,16 @@
|
||||
suffix: '-nv'
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: os-xenapi
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- 'gate-{name}-python35{suffix}':
|
||||
suffix: '-nv'
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: osc-lib
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -13171,6 +13171,14 @@ projects:
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: openstack/os-xenapi
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: python35-jobs-nv
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: openstack/osc-lib
|
||||
template:
|
||||
- name: check-requirements
|
||||
|
Loading…
Reference in New Issue
Block a user