Merge "New Project - Bilean"
This commit is contained in:
commit
39997892a9
accessbot
gerrit
gerritbot
jenkins/jobs
zuul
@ -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
|
||||
|
@ -3864,6 +3864,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user