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:
Frédéric Guillot
2016-07-22 13:35:24 -04:00
parent 9bc82f8609
commit 1a118748da
4 changed files with 32 additions and 0 deletions

View 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

View File

@@ -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

View File

@@ -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

View File

@@ -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