Add new project faafo to Stackforge
The First App Application for OpenStack will be used in an upcoming OpenStack documentation and should mature on Stackforge. Change-Id: I511085b4cb26b82945c7f5191e5d3276c8a04e9a
This commit is contained in:
14
gerrit/acls/stackforge/faafo.config
Normal file
14
gerrit/acls/stackforge/faafo.config
Normal file
@@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group faafo-core
|
||||
label-Code-Review = -2..+2 group faafo-core
|
||||
label-Workflow = -1..+1 group faafo-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group faafo-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
||||
@@ -1413,6 +1413,9 @@
|
||||
description: Compute driver that uses BOTO API to utilize EC2.
|
||||
- project: stackforge/entropy
|
||||
description: A framework for Audit/Repair scripts for OpenStack
|
||||
- project: stackforge/faafo
|
||||
description: First App Application for OpenStack
|
||||
upstream: git://github.com/berendt/faafo.git
|
||||
- project: stackforge/flame
|
||||
description: Automatic Heat template generation
|
||||
- project: stackforge/freezer
|
||||
|
||||
@@ -3452,6 +3452,14 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: faafo
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
||||
jobs:
|
||||
- gate-{name}-docs
|
||||
- gate-{name}-pep8
|
||||
|
||||
- project:
|
||||
name: flame
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
||||
@@ -4766,6 +4766,16 @@ projects:
|
||||
- gate-entropy-pep8
|
||||
- gate-entropy-python27
|
||||
|
||||
- name: stackforge/faafo
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-faafo-docs
|
||||
- gate-faafo-pep8
|
||||
gate:
|
||||
- gate-faafo-docs
|
||||
- gate-faafo-pep8
|
||||
|
||||
- name: stackforge/flame
|
||||
template:
|
||||
- name: merge-check
|
||||
|
||||
Reference in New Issue
Block a user