Merge "Add solum-dashboard (horizon plugin for Solum)"
This commit is contained in:
commit
d9581416d1
@ -476,6 +476,7 @@ solum:
|
|||||||
projects:
|
projects:
|
||||||
- stackforge/solum
|
- stackforge/solum
|
||||||
- stackforge/python-solumclient
|
- stackforge/python-solumclient
|
||||||
|
- stackforge/solum-dashboard
|
||||||
branches:
|
branches:
|
||||||
- master
|
- 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
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: solum-dashboard
|
||||||
|
github-org: stackforge
|
||||||
|
node: bare-precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: heat-translator
|
name: heat-translator
|
||||||
github-org: stackforge
|
github-org: stackforge
|
||||||
|
@ -850,6 +850,9 @@
|
|||||||
- project: stackforge/solum
|
- 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'
|
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
|
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
|
- project: stackforge/sphinxcontrib-docbookrestapi
|
||||||
description: Sphinx extension that generates documentation for api-site from RST files.
|
description: Sphinx extension that generates documentation for api-site from RST files.
|
||||||
upstream: git://github.com/enovance/sphinxcontrib-docbookrestapi.git
|
upstream: git://github.com/enovance/sphinxcontrib-docbookrestapi.git
|
||||||
|
@ -4301,6 +4301,22 @@ projects:
|
|||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
- post-mirror-python33
|
- 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
|
- name: stackforge/rally
|
||||||
template:
|
template:
|
||||||
- name: check-requirements
|
- name: check-requirements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user