Merge "Add solum-dashboard (horizon plugin for Solum)"
This commit is contained in:
commit
d9581416d1
@ -476,6 +476,7 @@ solum:
|
||||
projects:
|
||||
- stackforge/solum
|
||||
- stackforge/python-solumclient
|
||||
- stackforge/solum-dashboard
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@ -0,0 +1,12 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group solum-core
|
||||
label-Approved = +0..+1 group solum-core
|
||||
workInProgress = group solum-core
|
||||
[access "refs/tags/*"]
|
||||
create = group solum-ptl
|
||||
pushTag = group solum-ptl
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2213,6 +2213,16 @@
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: solum-dashboard
|
||||
github-org: stackforge
|
||||
node: bare-precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: heat-translator
|
||||
github-org: stackforge
|
||||
|
@ -850,6 +850,9 @@
|
||||
- project: stackforge/solum
|
||||
description: 'An OpenStack related project designed to make cloud services easier to consume and integrate into your application development process. See: https://wiki.openstack.org/wiki/Solum'
|
||||
upstream: git://github.com/rackerlabs/solum
|
||||
- project: stackforge/solum-dashboard
|
||||
description: 'Horizon plugin for Solum. See: https://wiki.openstack.org/wiki/Solum'
|
||||
upstream: https://github.com/asalkeld/solum-horizon.git
|
||||
- project: stackforge/sphinxcontrib-docbookrestapi
|
||||
description: Sphinx extension that generates documentation for api-site from RST files.
|
||||
upstream: git://github.com/enovance/sphinxcontrib-docbookrestapi.git
|
||||
|
@ -4301,6 +4301,22 @@ projects:
|
||||
- post-mirror-python27
|
||||
- post-mirror-python33
|
||||
|
||||
- name: stackforge/solum-dashboard
|
||||
template:
|
||||
- name: python-jobs
|
||||
- name: check-requirements
|
||||
check:
|
||||
- gate-solum-dashboard-pypy
|
||||
gate:
|
||||
- gate-solum-dashboard-pypy
|
||||
pre-release:
|
||||
- solum-dashboard-tarball
|
||||
release:
|
||||
- solum-dashboard-tarball:
|
||||
- solum-dashboard-pypi-upload:
|
||||
- post-mirror-python26
|
||||
- post-mirror-python27
|
||||
|
||||
- name: stackforge/rally
|
||||
template:
|
||||
- name: check-requirements
|
||||
|
Loading…
x
Reference in New Issue
Block a user