Merge "Add ooi into stackforge"
This commit is contained in:
commit
7979d94c22
14
gerrit/acls/stackforge/ooi.config
Normal file
14
gerrit/acls/stackforge/ooi.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group ooi-core
|
||||
label-Code-Review = -2..+2 group ooi-core
|
||||
label-Workflow = -1..+1 group ooi-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group ooi-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1955,6 +1955,10 @@
|
||||
- project: stackforge/octavia
|
||||
description: An operator-grade reference implementation for Load Balancing as a
|
||||
Service (LBaaS)
|
||||
- project: stackforge/ooi
|
||||
description: OOI is an implementation the Open Cloud Computing Interface
|
||||
(OCCI) for OpenStack.
|
||||
upstream: git://github.com/IFCA/ooi.git
|
||||
- project: stackforge/opencafe
|
||||
description: Common Automation Framework Engine. Core driver for CloudCAFE
|
||||
- project: stackforge/openstack-chef-repo
|
||||
|
@ -4609,6 +4609,15 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: ooi
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: opencafe
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -6459,6 +6459,12 @@ projects:
|
||||
- gate-octavia-pep8
|
||||
- gate-octavia-python27
|
||||
|
||||
- name: stackforge/ooi
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: stackforge/opencafe
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user