Add openstack/valet project

Valet is a holistic resource placement optimization service that works with
other openstack components to find smarter ways to utilize the infrastructure
resources and provide enhancements to affinity, anti-affinity, and exclusivity.

Change-Id: I60cb19c0bd4e460efc180e93f81f5604e1ae5663
This commit is contained in:
Omar Rivera 2017-05-05 14:17:52 -05:00
parent 7c45b56b20
commit 5dcb89c6e5
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[access "refs/heads/*"]
abandon = group valet-core
create = group valet-release
label-Code-Review = -2..+2 group valet-core
label-Workflow = -1..+1 group valet-core
[access "refs/tags/*"]
pushSignedTag = group valet-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -6857,6 +6857,12 @@
- project: openstack/valence-specs
description: Valence Design Specifications
acl-config: /home/gerrit2/acls/openstack/valence.config
- project: openstack/valet
description: A holistic Resource Placement Optimization Service
upstream: https://github.com/att-comdev/valet.git
groups:
- valet
use-storyboard: true
- project: openstack/virtualbmc
description: A virtual BMC for controlling virtual machines using IPMI commands.
groups:

View File

@ -15515,6 +15515,12 @@
jobs:
- specs-jobs
- project:
name: valet
jobs:
- python-jobs
- pypi-jobs
- project:
name: vinz

View File

@ -18788,6 +18788,13 @@ projects:
- name: merge-check
- name: build-only-specs-jobs
- name: openstack/valet
template:
- name: merge-check
- name: python-jobs
- name: check-requirements
- name: publish-to-pypi
- name: openstack/virtualbmc
template:
- name: merge-check