Add project 'tuning-box'
This project is inteneded to provide a control point and facilitate an exchange of serialized configuration data between deployment services such as Fuel and deployed OpenStack services. Blueprint: serialized-facts-nailgun-api Change-Id: I6de0d46be49de9e2453df8aa2fefc8bd605029a4
This commit is contained in:
parent
20566a3cd2
commit
7f38e5fc0f
15
gerrit/acls/openstack/tuning-box.config
Normal file
15
gerrit/acls/openstack/tuning-box.config
Normal file
@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group tuning-box-core
|
||||
create = group tuning-box-core
|
||||
label-Code-Review = -2..+2 group tuning-box-core
|
||||
label-Workflow = -1..+1 group tuning-box-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group tuning-box-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -3561,6 +3561,16 @@
|
||||
description: OpenStack Database As A Service (Trove) Integration
|
||||
- project: openstack/trove-specs
|
||||
description: Design Specifications for the Trove project
|
||||
- project: openstack/tuning-box
|
||||
upstream: https://github.com/Mirantis/tuning-box.git
|
||||
groups:
|
||||
- fuel
|
||||
description: A service to process unstructured serialized configuration
|
||||
data and facilitate exchange of this data between deployment services
|
||||
such as Fuel or Puppet Master and deployed OpenStack components.
|
||||
docimpact-group: fuel
|
||||
options:
|
||||
- delay-release
|
||||
- project: openstack/turbo-hipster
|
||||
groups:
|
||||
- turbo-hipster
|
||||
|
@ -154,6 +154,7 @@ fuel-tracker:
|
||||
- openstack/network-checker
|
||||
- openstack/python-fuelclient
|
||||
- openstack/shotgun
|
||||
- openstack/tuning-box
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@ -8601,6 +8601,14 @@
|
||||
jobs:
|
||||
- specs-jobs
|
||||
|
||||
- project:
|
||||
name: tuning-box
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: turbo-hipster
|
||||
node: bare-trusty
|
||||
|
@ -10897,6 +10897,12 @@ projects:
|
||||
gate:
|
||||
- gate-trove-specs-python27
|
||||
|
||||
- name: openstack/tuning-box
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: openstack/turbo-hipster
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user