Watcher Dashboard project creation
As we want to create a Horizon plugin for Watcher, (see blueprint watcher-ui), we want to set up a new project for it. Partially Implements: blueprint watcher-ui Change-Id: I52a1b1948f369852dea4d2569ef4361ce3253305
This commit is contained in:
parent
5e96e9aeda
commit
a7816d9053
gerrit
gerritbot
jenkins/jobs
zuul
15
gerrit/acls/openstack/watcher-dashboard.config
Normal file
15
gerrit/acls/openstack/watcher-dashboard.config
Normal file
@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group watcher-dashboard-core
|
||||
create = group watcher-dashboard-release
|
||||
label-Code-Review = -2..+2 group watcher-dashboard-core
|
||||
label-Workflow = -1..+1 group watcher-dashboard-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group watcher-dashboard-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -3278,6 +3278,10 @@
|
||||
- translate
|
||||
- project: openstack/watcher
|
||||
description: Resource optimization service for OpenStack.
|
||||
- project: openstack/watcher-dashboard
|
||||
groups:
|
||||
- watcher
|
||||
description: Watcher Horizon plugin.
|
||||
- project: openstack/watcher-specs
|
||||
groups:
|
||||
- watcher
|
||||
|
@ -1746,6 +1746,7 @@ openstack-watcher:
|
||||
projects:
|
||||
- openstack/python-watcherclient
|
||||
- openstack/watcher
|
||||
- openstack/watcher-dashboard
|
||||
- openstack/watcher-specs
|
||||
branches:
|
||||
- master
|
||||
|
@ -8073,6 +8073,14 @@
|
||||
job-suffix: '-nv'
|
||||
branch-override: default
|
||||
|
||||
- project:
|
||||
name: watcher-dashboard
|
||||
node: bare-trusty
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: watcher-specs
|
||||
node: bare-trusty
|
||||
|
@ -35,6 +35,7 @@
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX="watcher_tempest_plugin"
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
export PROJECTS="openstack/watcher $PROJECTS"
|
||||
export PROJECTS="openstack/watcher-dashboard $PROJECTS"
|
||||
export PROJECTS="openstack/python-watcherclient $PROJECTS"
|
||||
export DEVSTACK_PROJECT_FROM_GIT=python-watcherclient
|
||||
|
||||
|
@ -10270,6 +10270,12 @@ projects:
|
||||
experimental:
|
||||
- gate-watcher-dsvm-nv
|
||||
|
||||
- name: openstack/watcher-dashboard
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: python3-jobs
|
||||
|
||||
- name: openstack/watcher-specs
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user