Create a trove-specs repository
This patch creates a trove-specs repository which will be used for design specifications for the Trove project. Starting with the Kilo release, all Trove blueprints will need to have a corresponding spec in this repository. Change-Id: I439891751b21c3fcc958574f8b272d51bcb0bf2a
This commit is contained in:
parent
1165f4f039
commit
659f4671ef
@ -128,6 +128,7 @@ openstack-trove:
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- openstack/trove
|
||||
- openstack/trove-specs
|
||||
- openstack/trove-integration
|
||||
- openstack/python-troveclient
|
||||
branches:
|
||||
|
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group trove-core
|
||||
label-Code-Review = -2..+2 group trove-core
|
||||
label-Workflow = -1..+1 group trove-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1344,6 +1344,13 @@
|
||||
- 'gate-trove-buildimage-{datastore}':
|
||||
datastore: 'mongodb'
|
||||
|
||||
- project:
|
||||
name: trove-specs
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
||||
jobs:
|
||||
- specs-jobs
|
||||
|
||||
- project:
|
||||
name: python-troveclient
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -516,6 +516,9 @@
|
||||
upstream: git://github.com/derekhiggins/tripleo-specs.git
|
||||
- project: openstack/trove
|
||||
- project: openstack/trove-integration
|
||||
- project: openstack/trove-specs
|
||||
description: Design Specifications for the Trove project
|
||||
upstream: git://github.com/SlickNik/trove-specs.git
|
||||
- project: openstack/tuskar
|
||||
description: A service for managing OpenStack deployments
|
||||
upstream: git://github.com/tuskar/tuskar.git
|
||||
|
@ -2619,6 +2619,15 @@ projects:
|
||||
- gate-trove-buildimage-mysql
|
||||
- gate-trove-functional-dsvm-mysql
|
||||
|
||||
- name: openstack/trove-specs
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: openstack-specs-jobs
|
||||
check:
|
||||
- gate-trove-specs-python27
|
||||
gate:
|
||||
- gate-trove-specs-python27
|
||||
|
||||
# TODO: add docs
|
||||
- name: openstack/tuskar-ui
|
||||
template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user