Add new project(fuxi) to openstack
Fuxi focuses on enabling Docker container to use Cinder volume and Manila share, thus Docker volume can reuse the advance features and numerous vendor drivers in Cinder and Manila. With Fuxi, Cinder and Manila can be used as the unified persistence storage provider for virtual machine, baremetal and Docker container. Change-Id: I1d7c6dbb471a176cd73625af7c1f2211e3c49e47
This commit is contained in:
parent
af308f7129
commit
57ab5d6ffe
15
gerrit/acls/openstack/fuxi.config
Normal file
15
gerrit/acls/openstack/fuxi.config
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group fuxi-core
|
||||||
|
create = group fuxi-release
|
||||||
|
label-Code-Review = -2..+2 group fuxi-core
|
||||||
|
label-Workflow = -1..+1 group fuxi-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group fuxi-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -1776,6 +1776,8 @@
|
|||||||
description: A collection of async functionality and additions from the future.
|
description: A collection of async functionality and additions from the future.
|
||||||
groups:
|
groups:
|
||||||
- oslo
|
- oslo
|
||||||
|
- project: openstack/fuxi
|
||||||
|
description: Enable Docker container to use Cinder volume and Manila share
|
||||||
- project: openstack/gantt
|
- project: openstack/gantt
|
||||||
description: Common scheduler for OpenStack.
|
description: Common scheduler for OpenStack.
|
||||||
- project: openstack/gce-api
|
- project: openstack/gce-api
|
||||||
|
@ -1657,6 +1657,14 @@
|
|||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
- 'lib-forward-testing-{name}'
|
- 'lib-forward-testing-{name}'
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: fuxi
|
||||||
|
node: bare-trusty
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: gce-api
|
name: gce-api
|
||||||
node: bare-trusty
|
node: bare-trusty
|
||||||
|
@ -5628,6 +5628,12 @@ projects:
|
|||||||
- name: publish-to-pypi
|
- name: publish-to-pypi
|
||||||
- name: lib-forward-testing
|
- name: lib-forward-testing
|
||||||
|
|
||||||
|
- name: openstack/fuxi
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: python-jobs
|
||||||
|
- name: check-requirements
|
||||||
|
|
||||||
- name: openstack/gantt
|
- name: openstack/gantt
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
Reference in New Issue
Block a user