New repos for Akanda
Added 5 new repos for the akanda project. Change-Id: I558c7898151c5c659e737666ad79066d374e4a00
This commit is contained in:
parent
9ea4a1e7ee
commit
9fefa3e823
@ -51,6 +51,7 @@ global:
|
||||
|
||||
# Individual channel configuration:
|
||||
channels:
|
||||
- name: akanda
|
||||
- name: cerberus-project
|
||||
- name: cloudkitty
|
||||
- name: congress
|
||||
|
14
gerrit/acls/stackforge/akanda.config
Normal file
14
gerrit/acls/stackforge/akanda.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group akanda-core
|
||||
label-Code-Review = -2..+2 group akanda-core
|
||||
label-Workflow = -1..+1 group akanda-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group akanda-release
|
||||
|
||||
[receive]
|
||||
requireContributorAgreement = true
|
||||
requrieChangeId = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1177,6 +1177,25 @@
|
||||
- project: stackforge-attic/murano-tests
|
||||
- project: stackforge/aeromancer
|
||||
description: OpenStack Source Explorer
|
||||
- project: stackforge/akanda
|
||||
description: Akanda L3+ Network Virtualization
|
||||
upstream: https://github.com/akanda/akanda.git
|
||||
- project: stackforge/akanda-appliance
|
||||
description: The router appliance for Akanda
|
||||
upstream: https://github.com/akanda/akanda-appliance.git
|
||||
acl-config: /home/gerrit2/acls/stackforge/akanda.config
|
||||
- project: stackforge/akanda-appliance-builder
|
||||
description: akanda appliance build scripts
|
||||
upstream: https://github.com/akanda/akanda-appliance-builder.git
|
||||
acl-config: /home/gerrit2/acls/stackforge/akanda.config
|
||||
- project: stackforge/akanda-neutron
|
||||
description: Neutron API extensions for Akanda
|
||||
upstream: https://github.com/akanda/akanda-neutron.git
|
||||
acl-config: /home/gerrit2/acls/stackforge/akanda.config
|
||||
- project: stackforge/akanda-rug
|
||||
description: It ties the room together
|
||||
upstream: https://github.com/akanda/akanda-rug.git
|
||||
acl-config: /home/gerrit2/acls/stackforge/akanda.config
|
||||
- project: stackforge/anchor
|
||||
description: An Ephemeral PKI system that can act as a trust anchor for OpenStack
|
||||
PKI operations
|
||||
|
@ -1,4 +1,18 @@
|
||||
# This file is sorted alphabetically by channel name.
|
||||
akanda:
|
||||
events:
|
||||
- patchset-created
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/akanda
|
||||
- stackforge/akanda-appliance
|
||||
- stackforge/akanda-appliance-builder
|
||||
- stackforge/akanda-neutron
|
||||
- stackforge/akanda-rug
|
||||
branches:
|
||||
- master
|
||||
|
||||
cerberus-project:
|
||||
events:
|
||||
- patchset-created
|
||||
|
@ -3064,6 +3064,46 @@
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: akanda
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: akanda-appliance
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: akanda-appliance-builder
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: akanda-neutron
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: akanda-rug
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: anchor
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -4397,6 +4397,56 @@ projects:
|
||||
- name: noop-jobs
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: stackforge/akanda
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-akanda-pep8
|
||||
- gate-akanda-python27
|
||||
gate:
|
||||
- gate-akanda-pep8
|
||||
- gate-akanda-python27
|
||||
|
||||
- name: stackforge/akanda-appliance
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-akanda-appliance-pep8
|
||||
- gate-akanda-appliance-python27
|
||||
gate:
|
||||
- gate-akanda-appliance-pep8
|
||||
- gate-akanda-appliance-python27
|
||||
|
||||
- name: stackforge/akanda-appliance-builder
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-akanda-appliance-builder-pep8
|
||||
- gate-akanda-appliance-builder-python27
|
||||
gate:
|
||||
- gate-akanda-appliance-builder-pep8
|
||||
- gate-akanda-appliance-builder-python27
|
||||
|
||||
- name: stackforge/akanda-neutron
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-akanda-neutron-pep8
|
||||
- gate-akanda-neutron-python27
|
||||
gate:
|
||||
- gate-akanda-neutron-pep8
|
||||
- gate-akanda-neutron-python27
|
||||
|
||||
- name: stackforge/akanda-rug
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-akanda-rug-pep8
|
||||
- gate-akanda-rug-python27
|
||||
gate:
|
||||
- gate-akanda-rug-pep8
|
||||
- gate-akanda-rug-python27
|
||||
|
||||
- name: stackforge/anchor
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user