Add lpmqtt project
This commit adds the repo for lpmqtt which enables publishing launchpad events to mqtt. This will then be added to the firehose so people and projects can subscribe to openstack bug events. Needed-By: I8e56d3e57dbe153a390a6b2f17d5ec76b49d2b5c Change-Id: I45b4794b2646f8c18d10203fcffc330e258b1a76
This commit is contained in:
parent
78495ff6e4
commit
32a29b08f1
13
gerrit/acls/openstack-infra/lpmqtt.config
Normal file
13
gerrit/acls/openstack-infra/lpmqtt.config
Normal file
@ -0,0 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group lpmqtt-core
|
||||
label-Code-Review = -2..+2 group lpmqtt-core
|
||||
label-Workflow = -1..+1 group lpmqtt-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group lpmqtt-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -218,6 +218,10 @@
|
||||
groups:
|
||||
- openstack-ci
|
||||
description: Download Jenkins build logs and inject them into Logstash
|
||||
- project: openstack-infra/lpmqtt
|
||||
use-storyboard: true
|
||||
description: Publish a launchpad event stream on MQTT
|
||||
upstream: https://github.com/mtreinish/lpmqtt.git
|
||||
- project: openstack-infra/meetbot
|
||||
use-storyboard: true
|
||||
groups:
|
||||
|
@ -783,6 +783,7 @@ openstack-infra:
|
||||
- openstack-infra/lodgeit
|
||||
- openstack-infra/log_processor
|
||||
- openstack-infra/logstash-filters
|
||||
- openstack-infra/lpmqtt
|
||||
- openstack-infra/meetbot
|
||||
- openstack-infra/nodepool
|
||||
- openstack-infra/nose-html-output
|
||||
@ -1097,6 +1098,7 @@ openstack-merges:
|
||||
- openstack-infra/js-generator-openstack
|
||||
- openstack-infra/js-openstack-registry-hooks
|
||||
- openstack-infra/lodgeit
|
||||
- openstack-infra/lpmqtt
|
||||
- openstack-infra/meetbot
|
||||
- openstack-infra/nodepool
|
||||
- openstack-infra/nose-html-output
|
||||
|
@ -5660,6 +5660,16 @@
|
||||
- pypi-jobs
|
||||
- infra-publish-jobs
|
||||
|
||||
- project:
|
||||
name: lpmqtt
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- 'gate-{name}-python35{suffix}':
|
||||
suffix: ''
|
||||
|
||||
- project:
|
||||
name: magnum
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -3833,6 +3833,13 @@ projects:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: openstack-infra/lpmqtt
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: publish-to-pypi
|
||||
- name: python-jobs
|
||||
- name: python35-jobs
|
||||
|
||||
- name: openstack-infra/meetbot
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user