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:
@@ -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
|
||||
|
||||
14
gerrit/acls/openstack/bilean.config
Normal file
14
gerrit/acls/openstack/bilean.config
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user