Savanna Horizon plugin added and small cleanup
* pyflakes job removed from all Savanna projects * missed description added for all Savanna projects Change-Id: I5348f6b102a81ccbc69c624554b22a7aea3d8ee0 Reviewed-on: https://review.openstack.org/29283 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
8fcdb2327c
commit
44edf3c802
@ -0,0 +1,13 @@
|
||||
[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
|
||||
workInProgress = group savanna-core
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -72,7 +72,6 @@
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- gate-{name}-pyflakes
|
||||
- hook-{name}-rtfd
|
||||
- pypi-jobs
|
||||
|
||||
@ -85,7 +84,18 @@
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- gate-{name}-pyflakes
|
||||
- hook-{name}-rtfd
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: savanna-dashboard
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
rtfd-id: 7335
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- hook-{name}-rtfd
|
||||
- pypi-jobs
|
||||
|
||||
|
@ -1551,6 +1551,26 @@ projects:
|
||||
- python-savannaclient-pypi-upload
|
||||
- hook-python-savannaclient-rtfd
|
||||
|
||||
- name: stackforge/savanna-dashboard
|
||||
check:
|
||||
- gate-savanna-dashboard-pep8
|
||||
- gate-savanna-dashboard-python26
|
||||
- gate-savanna-dashboard-python27
|
||||
gate:
|
||||
- gate-savanna-dashboard-pep8
|
||||
- gate-savanna-dashboard-python26
|
||||
- gate-savanna-dashboard-python27
|
||||
post:
|
||||
- savanna-dashboard-branch-tarball
|
||||
- hook-savanna-dashboard-rtfd
|
||||
pre-release:
|
||||
- savanna-dashboard-tarball
|
||||
- hook-savanna-dashboard-rtfd
|
||||
release:
|
||||
- savanna-dashboard-tarball:
|
||||
- savanna-dashboard-pypi-upload
|
||||
- hook-savanna-dashboard-rtfd
|
||||
|
||||
- name: stackforge/puppet-ceilometer
|
||||
check:
|
||||
- gate-puppet-ceilometer-puppet-unit-2.6
|
||||
@ -1563,7 +1583,6 @@ projects:
|
||||
- gate-puppet-ceilometer-puppet-unit-3.0
|
||||
- gate-puppet-ceilometer-puppet-unit-3.1
|
||||
|
||||
|
||||
- name: stackforge/puppet-cinder
|
||||
check:
|
||||
- gate-puppet-cinder-puppet-unit-2.6
|
||||
|
@ -142,6 +142,9 @@
|
||||
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
|
||||
description: "Python bindings and CLI to Savanna."
|
||||
- project: stackforge/savanna-dashboard
|
||||
description: "Savanna Horizon plugin."
|
||||
- project: stackforge/os-config-applier
|
||||
description: "Apply configuration from cloud metadata"
|
||||
- project: stackforge/os-refresh-config
|
||||
|
Loading…
Reference in New Issue
Block a user