Add new project: novajoin

This project is a nova metadata dynamic vendordata service to
aid in enrolling new instances as freeIPA clients.

Change-Id: I08d31b3e2e21256f777839b3aa53900d6e68b049
This commit is contained in:
Rob Crittenden 2016-11-30 10:14:34 -05:00
parent c8b7d86ed4
commit c36164f30d
4 changed files with 33 additions and 0 deletions

View File

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

View File

@ -5096,6 +5096,9 @@
description: OpenStack Compute (Nova) Specifications
- project: openstack/nova-zvm-virt-driver
description: Implementation of Nova virtulization driver for zVM.
- project: openstack/novajoin
description: Nova metadata dynamic vendordata server for enrolling IPA instances
upstream: https://github.com/rcritten/novajoin.git
- project: openstack/oaktree
description: gRPC API Porcelain Layer for OpenStack
use-storyboard: true

View File

@ -8609,6 +8609,14 @@
jobs:
- python-jobs
- project:
name: novajoin
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- project:
name: oaktree
tarball-site: tarballs.openstack.org

View File

@ -12563,6 +12563,13 @@ projects:
- name: merge-check
- name: python-jobs
- name: openstack/novajoin
template:
- name: merge-check
- name: python-jobs
- name: check-requirements
- name: publish-to-pypi
- name: openstack/oaktree
template:
- name: merge-check