[rally] Add a separate repository for OpenStack plugins
We, Rally team, decided to move OpenStack plugins into separate repository which simplify managing releases and dependencies as well. This patch introduces rally-openstack repository which should be imported from https://github.com/andreykurilin/rally-openstack Needed-By: Ib6ac80994cbc72af5b1a85a17e22431cc0821311 Change-Id: I4269ae2cae08ef7784ca1d5c107cace101a1209e
This commit is contained in:
parent
acd208af56
commit
5d353e56df
16
gerrit/acls/openstack/rally-openstack.config
Normal file
16
gerrit/acls/openstack/rally-openstack.config
Normal file
@ -0,0 +1,16 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group rally-openstack-core
|
||||
create = group rally-openstack-core
|
||||
label-Code-Review = -2..+2 group rally-openstack-core
|
||||
label-Verified = -1..+1 group rally-ci
|
||||
label-Workflow = -1..+1 group rally-openstack-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group rally-openstack-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -5882,6 +5882,12 @@
|
||||
description: Rally provides a framework for performance analysis and benchmarking
|
||||
of individual OpenStack components as well as full production OpenStack cloud
|
||||
deployments
|
||||
- project: openstack/rally-openstack
|
||||
upstream: https://github.com/andreykurilin/rally-openstack.git
|
||||
description: A collection of plugins for Rally framework designed for the
|
||||
OpenStack platform.
|
||||
groups:
|
||||
- rally
|
||||
- project: openstack/ramdisk-func-test
|
||||
description: Functional testing framework for deployment ramdisks (e.g. Bareon)
|
||||
acl-config: /home/gerrit2/acls/openstack/bareon.config
|
||||
|
@ -1861,6 +1861,7 @@ openstack-rally:
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- openstack/rally
|
||||
- openstack/rally-openstack
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@ -1145,6 +1145,7 @@
|
||||
- openstack/quark
|
||||
- openstack/radar
|
||||
- openstack/rally
|
||||
- openstack/rally-openstack
|
||||
- openstack/ramdisk-func-test
|
||||
- openstack/ranger
|
||||
- openstack/ranger-agent
|
||||
|
Loading…
x
Reference in New Issue
Block a user