diff --git a/gerrit/acls/openstack/tuning-box.config b/gerrit/acls/openstack/tuning-box.config new file mode 100644 index 0000000000..bf211e884d --- /dev/null +++ b/gerrit/acls/openstack/tuning-box.config @@ -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 diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index c04a1c4da8..19f6be0bdd 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -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 diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index fb5633922f..e6d99d6015 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -154,6 +154,7 @@ fuel-tracker: - openstack/network-checker - openstack/python-fuelclient - openstack/shotgun + - openstack/tuning-box branches: - master diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 46c3f35b97..936c34e6ba 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -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 diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 358dfd9878..237af06f2b 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -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