Add new project: vmware-vspc

vmware-vspc is a standalone service for collecting serial logs from
VMware instances. We already have support for this in Nova where
instances can be created with virtual serial ports having network
backing pointing to VSPC.

Change-Id: I57818035283a3d421345bab484084c8f7fe7350b
This commit is contained in:
Radoslav Gerganov 2017-02-13 17:36:01 +02:00
parent 4ba9728b16
commit c6972ec897
4 changed files with 29 additions and 0 deletions

View File

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

View File

@ -6773,6 +6773,9 @@
- project: openstack/vmware-nsxlib
description: A common library that interfaces with VMware NSX.
acl-config: /home/gerrit2/acls/openstack/vmware-nsx.config
- project: openstack/vmware-vspc
description: Virtual Serial Port Concentrator for VMware instances
upstream: https://github.com/rgerganov/vmware-vspc
- project: openstack/watcher
description: Resource optimization service for OpenStack.
options:

View File

@ -15009,6 +15009,13 @@
- python-jobs
- pypi-jobs
- project:
name: vmware-vspc
jobs:
- python-jobs
- pypi-jobs
- project:
name: watcher

View File

@ -18204,6 +18204,12 @@ projects:
- name: publish-to-pypi
- name: python35-jobs
- name: openstack/vmware-vspc
template:
- name: merge-check
- name: python35-jobs
- name: publish-to-pypi
- name: openstack/watcher
template:
- name: merge-check