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:
Nikhil Manchanda 2014-09-15 00:16:07 -07:00
parent 1165f4f039
commit 659f4671ef
5 changed files with 31 additions and 0 deletions

View File

@ -128,6 +128,7 @@ openstack-trove:
- x-vrif-minus-2
projects:
- openstack/trove
- openstack/trove-specs
- openstack/trove-integration
- openstack/python-troveclient
branches:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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: