Create new stackforge project watcher
Watcher takes advantage of CEP and ML algorithms/metaheuristics to improve physical resources usage through better VM placement. Change-Id: Ib339527e90d25679cb1d9089b03b6942621ac9a6
This commit is contained in:
parent
7dc9fe90c5
commit
a5f726b11f
15
gerrit/acls/stackforge/watcher.config
Normal file
15
gerrit/acls/stackforge/watcher.config
Normal file
@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group watcher-core
|
||||
create = group watcher-release
|
||||
label-Code-Review = -2..+2 group watcher-core
|
||||
label-Workflow = -1..+1 group watcher-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group watcher-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2368,6 +2368,9 @@
|
||||
description: A set of Neutron drivers for the VMware NSX.
|
||||
- project: stackforge/warm
|
||||
description: Provides the ability to deploy OpenStack resources from Yaml templates.
|
||||
- project: stackforge/watcher
|
||||
description: 'Watcher takes advantage of CEP and ML algorithms/metaheuristics to
|
||||
improve physical resources usage through better VM placement.'
|
||||
- project: stackforge/windows-diskimage-builder
|
||||
description: Disk image builder for windows systems.
|
||||
acl-config: /home/gerrit2/acls/openstack/diskimage-builder.config
|
||||
|
@ -5584,6 +5584,14 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: watcher
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: wsme
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -7503,6 +7503,11 @@ projects:
|
||||
- gate-warm-pep8
|
||||
- gate-warm-python27
|
||||
|
||||
- name: stackforge/watcher
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
|
||||
- name: stackforge/windows-diskimage-builder
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user