Splitting stackforge/freezer on multiple repos
The main freezer repo now contains the API and Web UI code. As the project is growing we would like to have an individual repo for each component. This commit refer to the creation of a new freezer-api repo. The directory freezer_api of the stackforge/freezer repo needs to be imported on this new repo with the history. Implements blueprint: main-repo-split Change-Id: If1b27a58ffbcb4ebf06414c0917fe8af130eca8f
This commit is contained in:
parent
78058bbe57
commit
e9aeb5a3ce
@ -1810,6 +1810,12 @@
|
||||
- project: stackforge/freezer
|
||||
description: OpenStack Swift incremental backup and restore automation tool for
|
||||
file system, MongoDB, MySQL. LVM snapshot and encryption support.
|
||||
- project: stackforge/freezer-api
|
||||
description: REST API interface for Freezer backup, restore and disaster recovery platform
|
||||
acl-config: /home/gerrit2/acls/stackforge/freezer.config
|
||||
upstream: https://github.com/daemontool/freezer-api
|
||||
groups:
|
||||
- freezer
|
||||
- project: stackforge/fuel-agent
|
||||
groups:
|
||||
- fuel
|
||||
|
@ -453,6 +453,7 @@ openstack-freezer:
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/freezer
|
||||
- stackforge/freezer-api
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@ -4673,6 +4673,16 @@
|
||||
- pypi-jobs
|
||||
- gate-{name}-pylint
|
||||
|
||||
- project:
|
||||
name: freezer-api
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- gate-{name}-pylint
|
||||
|
||||
- project:
|
||||
name: fuel-octane
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -6616,6 +6616,19 @@ projects:
|
||||
- gate-freezer-pep8
|
||||
- gate-freezer-python27
|
||||
|
||||
- name: stackforge/freezer-api
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: publish-to-pypi
|
||||
check:
|
||||
- gate-freezer-api-pylint
|
||||
- gate-freezer-api-pep8
|
||||
- gate-freezer-api-python27
|
||||
gate:
|
||||
- gate-freezer-api-pylint
|
||||
- gate-freezer-api-pep8
|
||||
- gate-freezer-api-python27
|
||||
|
||||
- name: stackforge/fuel-agent
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user