New project - Almanach
Almanach stores the utilization of OpenStack resources for each tenant. The application is able to record the usage of instances and volumes. At the moment, the project is available on Github: https://github.com/internap/almanach Change-Id: Icc797d95abe41162066878edede6bc7948a20459
This commit is contained in:
14
gerrit/acls/openstack/almanach.config
Normal file
14
gerrit/acls/openstack/almanach.config
Normal file
@@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group almanach-core
|
||||
label-Code-Review = -2..+2 group almanach-core
|
||||
label-Workflow = -1..+1 group almanach-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group almanach-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@@ -767,6 +767,9 @@
|
||||
description: OpenStack Source Explorer
|
||||
- project: openstack/ailuropoda
|
||||
description: The sad panda API
|
||||
- project: openstack/almanach
|
||||
description: Record the utilization of OpenStack resources for each tenant
|
||||
upstream: https://github.com/internap/almanach.git
|
||||
- project: openstack/anchor
|
||||
description: An Ephemeral PKI system that can act as a trust anchor for OpenStack
|
||||
PKI operations
|
||||
|
@@ -9,6 +9,14 @@
|
||||
jobs:
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: almanach
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: anchor
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@@ -4515,6 +4515,13 @@ projects:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: openstack/almanach
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: openstack/anchor
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Reference in New Issue
Block a user