Merge "Add Octavia to Stackforge"
This commit is contained in:
commit
7242eaef96
@ -796,3 +796,13 @@ nova-docker:
|
|||||||
- stackforge/nova-docker
|
- stackforge/nova-docker
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
openstack-lbaas:
|
||||||
|
events:
|
||||||
|
- patchset-created
|
||||||
|
- change-merged
|
||||||
|
- x-vrif-minus-2
|
||||||
|
projects:
|
||||||
|
- stackforge/octavia
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
@ -123,3 +123,5 @@ channels:
|
|||||||
mask: full_mask
|
mask: full_mask
|
||||||
- name: nova-docker
|
- name: nova-docker
|
||||||
mask: full_mask
|
mask: full_mask
|
||||||
|
- name: openstack-lbaas
|
||||||
|
mask: full_mask
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group octavia-core
|
||||||
|
label-Workflow = -1..+1 group octavia-core
|
||||||
|
abandon = group octavia-core
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group octavia-ptl
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -2765,3 +2765,12 @@
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: octavia
|
||||||
|
github-org: stackforge
|
||||||
|
node: bare-precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
@ -816,6 +816,8 @@
|
|||||||
- project: stackforge/occi-os
|
- project: stackforge/occi-os
|
||||||
description: OCCI-OS provides a python egg which can be easily deployed in OpenStack and will thereby add OCCI support and interface to OpenStack.
|
description: OCCI-OS provides a python egg which can be easily deployed in OpenStack and will thereby add OCCI support and interface to OpenStack.
|
||||||
upstream: git://github.com/tmetsch/occi-os.git
|
upstream: git://github.com/tmetsch/occi-os.git
|
||||||
|
- project: stackforge/octavia
|
||||||
|
description: An operator-grade reference implementation for Load Balancing as a Service (LBaaS)
|
||||||
- project: stackforge/opencafe
|
- project: stackforge/opencafe
|
||||||
upstream: https://github.com/samu4924/opencafe
|
upstream: https://github.com/samu4924/opencafe
|
||||||
description: Common Automation Framework Engine. Core driver for CloudCAFE
|
description: Common Automation Framework Engine. Core driver for CloudCAFE
|
||||||
|
@ -4640,3 +4640,15 @@ projects:
|
|||||||
- name: openstack-doc-gate
|
- name: openstack-doc-gate
|
||||||
post:
|
post:
|
||||||
- training-guides-tox-doc-publishdocs
|
- training-guides-tox-doc-publishdocs
|
||||||
|
|
||||||
|
- name: stackforge/octavia
|
||||||
|
check:
|
||||||
|
- gate-octavia-pep8
|
||||||
|
- gate-octavia-python26
|
||||||
|
- gate-octavia-python27
|
||||||
|
- gate-octavia-python33
|
||||||
|
gate:
|
||||||
|
- gate-octavia-pep8
|
||||||
|
- gate-octavia-python26
|
||||||
|
- gate-octavia-python27
|
||||||
|
- gate-octavia-python33
|
||||||
|
@ -49,6 +49,7 @@ class openstack_project::eavesdrop (
|
|||||||
'#openstack-infra',
|
'#openstack-infra',
|
||||||
'#openstack-ironic',
|
'#openstack-ironic',
|
||||||
'#openstack-keystone',
|
'#openstack-keystone',
|
||||||
|
'#openstack-lbaas',
|
||||||
'#openstack-marconi',
|
'#openstack-marconi',
|
||||||
'#openstack-meeting',
|
'#openstack-meeting',
|
||||||
'#openstack-meeting-alt',
|
'#openstack-meeting-alt',
|
||||||
|
Loading…
Reference in New Issue
Block a user