Add freezer as a new project to stackforge
This patch adds the config needed to create and maintain freezer in Stackforge. Freezer is an incremental backup and restore automation tool for file system, MongoDB, MySQL. LVM snapshot and strong encryption are supported and data is stored in OpenStack Swift. See also: * https://pypi.python.org/pypi/freezer Change-Id: Ib05a1f11577ba54ccc2c388c15057d6a5ee3199f
This commit is contained in:
parent
b63a96079e
commit
0fa9b67823
@ -0,0 +1,14 @@
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group freezer-ptl
|
||||
|
||||
[access "refs/heads/*"]
|
||||
abandon = group freezer-core
|
||||
label-Code-Review = -2..+2 group freezer-core
|
||||
label-Workflow = -1..+1 group freezer-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -7,6 +7,16 @@
|
||||
jobs:
|
||||
- 'gate-aviator-tests'
|
||||
|
||||
- project:
|
||||
name: freezer
|
||||
github-org: stackforge
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: gantt
|
||||
github-org: openstack
|
||||
|
@ -728,6 +728,9 @@
|
||||
description: AWS EC2 and VPC API support in standalone service for OpenStack. At first uses nova's EC2 API for non-VPC functionality. Later it'll be transferred here out of nova.
|
||||
- project: stackforge/entropy
|
||||
description: A framework for Audit/Repair scripts for openstack
|
||||
- project: stackforge/freezer
|
||||
description: OpenStack Swift incremental backup and restore automation tool for file system, MongoDB, MySQL. LVM snapshot and encryption support.
|
||||
upstream: git://git.code.sf.net/p/openstack-freezer/freezer
|
||||
- project: stackforge/fuel-astute
|
||||
group: fuel
|
||||
description: Fuel orchestrator
|
||||
|
@ -3482,6 +3482,16 @@ projects:
|
||||
post:
|
||||
- entropy-coverage
|
||||
|
||||
- name: stackforge/freezer
|
||||
template:
|
||||
- name: publish-to-pypi
|
||||
check:
|
||||
- gate-freezer-pep8
|
||||
- gate-freezer-python27
|
||||
gate:
|
||||
- gate-freezer-pep8
|
||||
- gate-freezer-python27
|
||||
|
||||
- name: stackforge/fuel-astute
|
||||
check:
|
||||
- noop
|
||||
|
Loading…
x
Reference in New Issue
Block a user