Create new stackforge project for Cathead
Cathead is a TLS certificate monitoring service that can work in conjunction with Anchor and other CAs to retrieve and update certificates. Change-Id: I3ff10ab1701a376a5d42e00ea853338777f8b5d7
This commit is contained in:
parent
564c0d11cc
commit
23cd31c099
14
gerrit/acls/stackforge/cathead.config
Normal file
14
gerrit/acls/stackforge/cathead.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group cathead-core
|
||||
label-Code-Review = -2..+2 group cathead-core
|
||||
label-Workflow = -1..+1 group cathead-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group cathead-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = false
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1563,6 +1563,9 @@
|
||||
description: ChargeBack / billing software in OpenStack / cloud style.
|
||||
- project: stackforge/cachemonkey
|
||||
description: Image pre-caching controller service
|
||||
- project: stackforge/cathead
|
||||
description: Certificate monitoring service
|
||||
upstream: git://github.com/takac/cathead.git
|
||||
- project: stackforge/ceilometer-powervm
|
||||
description: PowerVM compute agent plugins for OpenStack Ceilometer
|
||||
- project: stackforge/cerberus
|
||||
|
@ -4055,6 +4055,14 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: cathead
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: ceilometer-powervm
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -5728,6 +5728,16 @@ projects:
|
||||
post:
|
||||
- cachemonkey-coverage
|
||||
|
||||
- name: stackforge/cathead
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-cathead-pep8
|
||||
- gate-cathead-python27
|
||||
gate:
|
||||
- gate-cathead-pep8
|
||||
- gate-cathead-python27
|
||||
|
||||
- name: stackforge/ceilometer-powervm
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user