New Project - Bilean

Bilean is a project to provide generic billing service for OpenStack
clouds, it's a trigger-type, seconds-level billing system, please
notice the difference between cloudkitty.

The project is on Github now:
https://github.com/lvdongbing/bilean

Please see the wiki about some more info about Bilean:
https://wiki.openstack.org/wiki/Bilean

Change-Id: Ic8cd0ab0c95d46bf15bbd26a7a842dba46ff3faf
This commit is contained in:
lvdongbing
2016-01-06 02:23:01 -05:00
parent 665b6623af
commit 271822ba76
6 changed files with 45 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ channels:
- name: openstack-bacon
- name: openstack-barbican
- name: openstack-bareon
- name: openstack-bilean
- name: openstack-blazar
- name: openstack-board
- name: openstack-chef

View File

@@ -0,0 +1,14 @@
[access "refs/heads/*"]
abandon = group bilean-core
label-Code-Review = -2..+2 group bilean-core
label-Workflow = -1..+1 group bilean-core
[access "refs/tags/*"]
pushSignedTag = group bilean-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@@ -811,6 +811,9 @@
description: Ansible roles and playbooks to enable a standalone Ironic install
groups:
- ironic
- project: openstack/bilean
description: Billing service for OpenStack
upstream: https://github.com/lvdongbing/bilean.git
- project: openstack/blazar
description: Reservation Service for OpenStack
acl-config: /home/gerrit2/acls/openstack/blazar.config

View File

@@ -323,6 +323,16 @@ openstack-bareon:
branches:
- master
openstack-bilean:
events:
- patchset-created
- change-merged
- x-vrif-minus-2
projects:
- openstack/bilean
branches:
- master
openstack-blazar:
events:
- patchset-created

View File

@@ -290,6 +290,15 @@
- python-jobs
- openstack-publish-jobs
- project:
name: bilean
node: bare-trusty
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- project:
name: bindep
node: bare-trusty

View File

@@ -3856,6 +3856,14 @@ projects:
gate:
- gate-bifrost-integration-coreosipa-cirros
- name: openstack/bilean
template:
- name: merge-check
- name: python-jobs
- name: python3-jobs
- name: check-requirements
- name: publish-to-pypi
- name: openstack/blazar
template:
- name: merge-check