Create telemetry-specs git repo
This will serve as a repository of approved blueprint specifications for the Telemetry program, from Juno onwards. The gerrit review workflow for this repo will act as the blueprint oversight and approval process for the project. Once landed, the approved version of a blueprint spec is linked to the corresponding launchpad blueprint via the specification URL being set in launchpad to a link of the following form: http://git.openstack.org/cgit/openstack/telemetry-specs/tree/specs/juno/${BLUEPRINT_NAME}.rst Note that the above example URL is not intended as a real link to be actually clicked upon by readers of this commit message. Rather, the actual blueprint name is substituted for the ${BLUEPRINT_NAME} parameter. Change-Id: I8a31a16dab6e16ed4b14558c6b00ff03b2f84132
This commit is contained in:
parent
422af9a5f4
commit
804168f340
@ -89,6 +89,7 @@ openstack-ceilometer:
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- openstack/ceilometer
|
||||
- openstack/telemetry-specs
|
||||
- openstack/python-ceilometerclient
|
||||
- openstack/pycadf
|
||||
branches:
|
||||
|
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group ceilometer-core
|
||||
label-Workflow = -1..+1 group ceilometer-core
|
||||
abandon = group ceilometer-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1483,6 +1483,16 @@
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: telemetry-specs
|
||||
github-org: openstack
|
||||
node: bare-precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- gate-{name}-python27
|
||||
- gate-{name}-docs
|
||||
|
||||
- project:
|
||||
name: tripleo-heat-templates
|
||||
github-org: openstack
|
||||
|
@ -399,6 +399,9 @@
|
||||
upstream: git://github.com/jeblair/swift-bench.git
|
||||
- project: openstack/taskflow
|
||||
description: A library to complete workflows/tasks in HA manner
|
||||
- project: openstack/telemetry-specs
|
||||
group: ceilometer
|
||||
upstream: git://github.com/eglynn/telemetry-specs.git
|
||||
- project: openstack/tempest
|
||||
options:
|
||||
- direct-release
|
||||
|
@ -638,6 +638,14 @@ projects:
|
||||
periodic:
|
||||
- ceilometer-propose-translation-update
|
||||
|
||||
- name: openstack/telemetry-specs
|
||||
check:
|
||||
- gate-telemetry-specs-python27
|
||||
- gate-telemetry-specs-docs
|
||||
gate:
|
||||
- gate-telemetry-specs-python27
|
||||
- gate-telemetry-specs-docs
|
||||
|
||||
- name: openstack/cinder
|
||||
template:
|
||||
- name: python-jobs
|
||||
|
Loading…
x
Reference in New Issue
Block a user