Add manila-specs repo
Manila has survived many releases without formalized specs, but for Newton we've decided to start a real specs repo. Needed-By: I498e4de49922c87ace4aeb22ea81072b2998e14f Change-Id: I106fe89890f0d587a2ac5c6e3e14a237c1bcc7c2
This commit is contained in:
parent
71ae54a42f
commit
8a67137de1
11
gerrit/acls/openstack/manila-specs.config
Normal file
11
gerrit/acls/openstack/manila-specs.config
Normal file
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group manila-core
|
||||
label-Code-Review = -2..+2 group manila-core
|
||||
label-Workflow = -1..+1 group manila-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2244,6 +2244,10 @@
|
||||
- project: openstack/manila-image-elements
|
||||
description: Automated way to build a bootable linux image for use by the Manila
|
||||
generic driver.
|
||||
- project: openstack/manila-specs
|
||||
groups:
|
||||
- manila
|
||||
description: Specs repo for Manila (OpenStack Shared File Systems) project.
|
||||
- project: openstack/manila-ui
|
||||
description: The UI component for Manila
|
||||
- project: openstack/marshal
|
||||
|
@ -990,6 +990,7 @@ openstack-manila:
|
||||
projects:
|
||||
- openstack/manila
|
||||
- openstack/manila-image-elements
|
||||
- openstack/manila-specs
|
||||
- openstack/manila-ui
|
||||
- openstack/puppet-manila
|
||||
- openstack/python-manilaclient
|
||||
|
@ -3112,6 +3112,12 @@
|
||||
- 'gate-manila-buildimage-{image-name}':
|
||||
image-name: docker
|
||||
|
||||
- project:
|
||||
name: manila-specs
|
||||
|
||||
jobs:
|
||||
- specs-jobs
|
||||
|
||||
- project:
|
||||
name: manila-ui
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -7113,6 +7113,15 @@ projects:
|
||||
release:
|
||||
- gate-manila-publishimage-generic
|
||||
|
||||
- name: openstack/manila-specs
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: openstack-specs-jobs
|
||||
check:
|
||||
- gate-manila-specs-python27
|
||||
gate:
|
||||
- gate-manila-specs-python27
|
||||
|
||||
- name: openstack/manila-ui
|
||||
template:
|
||||
- name: check-requirements
|
||||
|
Loading…
Reference in New Issue
Block a user