Add userstory-dashboard repos
Add the user stories dashboard PoC as an Infra project, and also a new Puppet module for deploying the same. The Product Working Group intends to use this as an interim means of tracking progress on user stories across multiple projects while they help implement the "epics" model in Storyboard to provide similar features. Needed-By: I5f2b7d863f208b393cdaa90d2b540a3a7727f197 Change-Id: Ic818dd5c754fe3ed0166942187b91b9d425f4274
This commit is contained in:
parent
cbe0b69ad0
commit
4cbd22fe36
@ -0,0 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group puppet-userstory_dashboard-core
|
||||
label-Code-Review = -2..+2 group puppet-userstory_dashboard-core
|
||||
label-Workflow = -1..+1 group puppet-userstory_dashboard-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group puppet-userstory_dashboard-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
14
gerrit/acls/openstack-infra/userstory-dashboard.config
Normal file
14
gerrit/acls/openstack-infra/userstory-dashboard.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group userstory-dashboard-core
|
||||
label-Code-Review = -2..+2 group userstory-dashboard-core
|
||||
label-Workflow = -1..+1 group userstory-dashboard-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group userstory-dashboard-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -644,6 +644,11 @@
|
||||
description: Puppet module to provide intelligent user management
|
||||
groups:
|
||||
- openstack-ci
|
||||
- project: openstack-infra/puppet-userstory_dashboard
|
||||
use-storyboard: true
|
||||
description: Puppet module to deploy userstory-dashboard
|
||||
groups:
|
||||
- openstack-ci
|
||||
- project: openstack-infra/puppet-vcsrepo
|
||||
use-storyboard: true
|
||||
groups:
|
||||
@ -730,6 +735,10 @@
|
||||
- project: openstack-infra/trystack-site
|
||||
use-storyboard: true
|
||||
description: Contents of trystack website
|
||||
- project: openstack-infra/userstory-dashboard
|
||||
use-storyboard: true
|
||||
description: Dashboard for tracking progress on cross-project user stories
|
||||
upstream: https://github.com/OpenStackweb/userstory.openstack.org
|
||||
- project: openstack-infra/vinz
|
||||
use-storyboard: true
|
||||
description: Standalone UI replacement for Gerrit API
|
||||
|
@ -857,6 +857,7 @@ openstack-infra:
|
||||
- openstack-infra/puppet-unattended_upgrades
|
||||
- openstack-infra/puppet-unbound
|
||||
- openstack-infra/puppet-user
|
||||
- openstack-infra/puppet-userstory_dashboard
|
||||
- openstack-infra/puppet-vcsrepo
|
||||
- openstack-infra/puppet-vinz
|
||||
- openstack-infra/puppet-yum
|
||||
@ -876,6 +877,7 @@ openstack-infra:
|
||||
- openstack-infra/subunit2sql
|
||||
- openstack-infra/system-config
|
||||
- openstack-infra/tripleo-ci
|
||||
- openstack-infra/userstory-dashboard
|
||||
- openstack-infra/vinz
|
||||
- openstack-infra/vinz-webclient
|
||||
- openstack-infra/yaml2ical
|
||||
|
@ -8263,6 +8263,19 @@
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
|
||||
- project:
|
||||
name: puppet-userstory_dashboard
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- puppet-check-jobs
|
||||
- puppet-beaker-jobs-trusty:
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
- puppet-beaker-jobs-centos7:
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
|
||||
- project:
|
||||
name: puppet-vinz
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -4156,6 +4156,13 @@ projects:
|
||||
- name: infra-puppet-apply-jobs
|
||||
- name: puppet-beaker-jobs
|
||||
|
||||
- name: openstack-infra/puppet-userstory_dashboard
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: infra-puppet-check-jobs
|
||||
- name: infra-puppet-apply-jobs
|
||||
- name: puppet-beaker-jobs
|
||||
|
||||
- name: openstack-infra/puppet-vcsrepo
|
||||
template:
|
||||
- name: merge-check
|
||||
@ -4392,6 +4399,11 @@ projects:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: openstack-infra/userstory-dashboard
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: openstack-infra/vinz
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user