Savanna project conf update - client added and acl fixed
Change-Id: I9e1b1ed5a0421ea83dfd9eda289bc3bb55870879 Reviewed-on: https://review.openstack.org/25331 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
b04ce9f7f2
commit
2fcdd1a41f
@ -151,6 +151,7 @@ savanna:
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- openstack/savanna
|
||||
- stackforge/savanna
|
||||
- stackforge/python-savannaclient
|
||||
branches:
|
||||
- master
|
||||
|
@ -0,0 +1,13 @@
|
||||
[access "refs/*"]
|
||||
owner = group Administrators
|
||||
create = savanna-core
|
||||
pushTag = savanna-core
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group savanna-core
|
||||
label-Approved = +0..+1 group savanna-core
|
||||
workInProgress = group savanna-core
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1,5 +1,7 @@
|
||||
[access "refs/*"]
|
||||
owner = group Administrators
|
||||
create = group savanna-core
|
||||
pushTag = group savanna-core
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group savanna-core
|
||||
label-Approved = +0..+1 group savanna-core
|
||||
|
@ -18,6 +18,16 @@
|
||||
- python-jobs
|
||||
- gate-{name}-pyflakes
|
||||
|
||||
- project:
|
||||
name: python-savannaclient
|
||||
github-org: stackforge
|
||||
node: quantal
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- gate-{name}-pyflakes
|
||||
|
||||
- project:
|
||||
name: kwapi
|
||||
github-org: stackforge
|
||||
|
@ -1384,3 +1384,28 @@ projects:
|
||||
- gate-savanna-python27
|
||||
post:
|
||||
- savanna-branch-tarball
|
||||
pre-release:
|
||||
- savanna-tarball
|
||||
release:
|
||||
- savanna-tarball:
|
||||
- savanna-pypi-upload
|
||||
|
||||
- name: stackforge/python-savannaclient
|
||||
check:
|
||||
- gate-python-savannaclient-pyflakes:
|
||||
- gate-python-savannaclient-pep8
|
||||
- gate-python-savannaclient-python26
|
||||
- gate-python-savannaclient-python26-rhel6
|
||||
- gate-python-savannaclient-python27
|
||||
gate:
|
||||
- gate-python-savannaclient-pep8
|
||||
- gate-python-savannaclient-pyflakes
|
||||
- gate-python-savannaclient-python26
|
||||
- gate-python-savannaclient-python27
|
||||
post:
|
||||
- python-savannaclient-branch-tarball
|
||||
pre-release:
|
||||
- python-savannaclient-tarball
|
||||
release:
|
||||
- python-savannaclient-tarball:
|
||||
- python-savannaclient-pypi-upload
|
||||
|
@ -121,3 +121,4 @@
|
||||
- project: stackforge/savanna
|
||||
description: "Savanna aims to provide users with simple means to provision a Hadoop cluster by specifying several parameters like Hadoop version, cluster topology, nodes hardware details and a few more."
|
||||
upstream: git://github.com/Mirantis/savanna.git
|
||||
- project: stackforge/python-savannaclient
|
||||
|
Loading…
x
Reference in New Issue
Block a user