Add cloud validation (cloudv) project to stackforge
Cloud validation project is going to be used for automated validation of a deployed cloud. The project currently contains two subprojects: - OSTF adapter; - SDN validation tool. Change-Id: Ia6dc95d130919a61165c1460f6a279b7524e30b6
This commit is contained in:
parent
b8156b12a1
commit
cfaecc6fbe
14
gerrit/acls/stackforge/cloudv.config
Normal file
14
gerrit/acls/stackforge/cloudv.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group cloudv-core
|
||||
label-Code-Review = -2..+2 group cloudv-core
|
||||
label-Workflow = -1..+1 group cloudv-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group cloudv-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1217,6 +1217,16 @@
|
||||
- project: stackforge/cloudroast
|
||||
upstream: https://github.com/samu4924/cloudroast
|
||||
description: Automated Test Case Repository for OpenStack. Based on CloudCAFE.
|
||||
- project: stackforge/cloudv-ostf-adapter
|
||||
description: Fuel-independent OSTF adapter for Cloud Validation
|
||||
acl-config: /home/gerrit2/acls/stackforge/cloudv.config
|
||||
groups:
|
||||
- cloudv
|
||||
- project: stackforge/cloudv-sdn-validation
|
||||
description: SDN validation tool for Cloud Validation
|
||||
acl-config: /home/gerrit2/acls/stackforge/cloudv.config
|
||||
groups:
|
||||
- cloudv
|
||||
- project: stackforge/compass-adapters
|
||||
groups:
|
||||
- compass
|
||||
|
@ -2847,6 +2847,14 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: cloudv-ostf-adapter
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: compass-core
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -4159,6 +4159,17 @@ projects:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: stackforge/cloudv-ostf-adapter
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: python3-jobs
|
||||
|
||||
- name: stackforge/cloudv-sdn-validation
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: stackforge/compass-adapters
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user