Add swiftonfile project to stackforge
Change-Id: I463baa316f7a4df9cfb2808f054a6e9370d1b1e6 Signed-off-by: Prashanth Pai <ppai@redhat.com>
This commit is contained in:
parent
0c711dc866
commit
9d103d8d6e
@ -923,6 +923,16 @@ openstack-poppy:
|
||||
branches:
|
||||
- master
|
||||
|
||||
swiftonfile:
|
||||
events:
|
||||
- patchset-created
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/swiftonfile
|
||||
branches:
|
||||
- master
|
||||
|
||||
dox:
|
||||
events:
|
||||
- patchset-created
|
||||
|
@ -136,3 +136,4 @@ channels:
|
||||
- name: openstack-lbaas
|
||||
mask: full_mask
|
||||
- name: congress
|
||||
- name: swiftonfile
|
||||
|
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group swiftonfile-core
|
||||
label-Code-Review = -2..+2 group swiftonfile-core
|
||||
label-Workflow = -1..+1 group swiftonfile-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group swiftonfile-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = false
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2692,6 +2692,14 @@
|
||||
- gate-{name}-tox-{envlist}:
|
||||
envlist: keystone
|
||||
|
||||
- project:
|
||||
name: swiftonfile
|
||||
node: bare-trusty
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: swiftsync
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -1220,6 +1220,9 @@
|
||||
- project: stackforge/swift3
|
||||
description: Swift3 Middleware for OpenStack Swift, allowing access to OpenStack swift via the Amazon S3 API.
|
||||
upstream: git://github.com/fujita/swift3.git
|
||||
- project: stackforge/swiftonfile
|
||||
description: Swift Object Server implementation that enables objects created using the Swift API to be accessed as files on a POSIX filesystem.
|
||||
upstream: git://github.com/swiftonfile/swiftonfile.git
|
||||
- project: stackforge/swiftpolicy
|
||||
description: SwiftPolicy Middleware for OpenStack Swift allows to use a JSON policy file to handle swift authorizations.
|
||||
upstream: git://github.com/cloudwatt/swiftpolicy.git
|
||||
|
@ -4996,6 +4996,16 @@ projects:
|
||||
- gate-swift3-tox-tempauth
|
||||
- gate-swift3-tox-keystone
|
||||
|
||||
- name: stackforge/swiftonfile
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-swiftonfile-pep8
|
||||
- gate-swiftonfile-python27
|
||||
gate:
|
||||
- gate-swiftonfile-pep8
|
||||
- gate-swiftonfile-python27
|
||||
|
||||
- name: stackforge/swiftpolicy
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user