Add puppet-hound module for managing hound
Hound is a code-search tool that infra will run. The code for this module is currently sitting around in 178488. Change-Id: Ie2df4a0f40e450f142c84449ed0d03f12b8786e6
This commit is contained in:
parent
efc18f4617
commit
31afadd6b3
13
gerrit/acls/openstack-infra/puppet-hound.config
Normal file
13
gerrit/acls/openstack-infra/puppet-hound.config
Normal file
@ -0,0 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group puppet-hound-core
|
||||
label-Code-Review = -2..+2 group puppet-hound-core
|
||||
label-Workflow = -1..+1 group puppet-hound-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group puppet-hound-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -345,6 +345,11 @@
|
||||
description: Puppet module for Haveged
|
||||
groups:
|
||||
- openstack-ci
|
||||
- project: openstack-infra/puppet-hound
|
||||
use-storyboard: true
|
||||
description: Puppet module for Hound
|
||||
groups:
|
||||
- openstack-ci
|
||||
- project: openstack-infra/puppet-httpd
|
||||
use-storyboard: true
|
||||
description: Puppet modules for deploying Apache in OpenStack infrastructure
|
||||
|
@ -584,6 +584,7 @@ openstack-infra:
|
||||
- openstack-infra/puppet-github
|
||||
- openstack-infra/puppet-graphite
|
||||
- openstack-infra/puppet-haveged
|
||||
- openstack-infra/puppet-hound
|
||||
- openstack-infra/puppet-httpd
|
||||
- openstack-infra/puppet-iptables
|
||||
- openstack-infra/puppet-jeepyb
|
||||
@ -858,6 +859,7 @@ openstack-merges:
|
||||
- openstack-infra/puppet-github
|
||||
- openstack-infra/puppet-graphite
|
||||
- openstack-infra/puppet-haveged
|
||||
- openstack-infra/puppet-hound
|
||||
- openstack-infra/puppet-httpd
|
||||
- openstack-infra/puppet-iptables
|
||||
- openstack-infra/puppet-jeepyb
|
||||
|
@ -2706,6 +2706,14 @@
|
||||
jobs:
|
||||
- puppet-check-jobs
|
||||
|
||||
- project:
|
||||
name: puppet-hound
|
||||
node: 'bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- puppet-check-jobs
|
||||
|
||||
- project:
|
||||
name: puppet-httpd
|
||||
node: 'bare-trusty'
|
||||
|
@ -4510,6 +4510,12 @@ projects:
|
||||
- name: puppet-check-jobs
|
||||
- name: infra-puppet-apply-jobs
|
||||
|
||||
- name: openstack-infra/puppet-hound
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: puppet-check-jobs
|
||||
- name: infra-puppet-apply-jobs
|
||||
|
||||
- name: openstack-infra/puppet-httpd
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user