Add os-config-applier to stackforge.
Change-Id: I6f7a9192b300ba8f2ad7dfc0302f1cf3c73716c5 Reviewed-on: https://review.openstack.org/25588 Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
272973d100
commit
ff3ad498b0
@ -119,6 +119,7 @@ tripleo:
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/diskimage-builder
|
||||
- stackforge/os-config-applier
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
[access "refs/*"]
|
||||
owner = group Administrators
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
@ -12,5 +10,3 @@
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group diskimage-builder-core
|
||||
label-Approved = +0..+1 group diskimage-builder-core
|
||||
[project]
|
||||
state = active
|
||||
|
@ -0,0 +1,16 @@
|
||||
[access "refs/*"]
|
||||
owner = group Administrators
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group os-config-applier-core
|
||||
label-Approved = +0..+1 group os-config-applier-core
|
||||
workInProgress = group os-config-applier-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group os-config-applier-core
|
||||
label-Approved = +0..+1 group os-config-applier-core
|
||||
[project]
|
||||
state = active
|
@ -688,3 +688,12 @@
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: os-config-applier
|
||||
github-org: stackforge
|
||||
node: quantal
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
@ -1323,6 +1323,19 @@ projects:
|
||||
post:
|
||||
- diskimage-builder-coverage
|
||||
|
||||
- name: stackforge/os-config-applier
|
||||
check:
|
||||
- gate-os-config-applier-pep8:
|
||||
- gate-os-config-applier-python26
|
||||
- gate-os-config-applier-python26-rhel6
|
||||
- gate-os-config-applier-python27
|
||||
gate:
|
||||
- gate-os-config-applier-pep8
|
||||
- gate-os-config-applier-python26
|
||||
- gate-os-config-applier-python27
|
||||
post:
|
||||
- os-config-applier-coverage
|
||||
|
||||
- name: stackforge/climate
|
||||
check:
|
||||
- gate-climate-pep8:
|
||||
|
@ -122,3 +122,6 @@
|
||||
description: "Savanna aims to provide users with simple means to provision a Hadoop cluster by specifying several parameters like Hadoop version, cluster topology, nodes hardware details and a few more."
|
||||
upstream: git://github.com/Mirantis/savanna.git
|
||||
- project: stackforge/python-savannaclient
|
||||
- project: stackforge/os-config-applier
|
||||
upstream: git://github.com/tripleo/os-config-applier.git
|
||||
description: "Apply configuration from cloud metadata"
|
||||
|
Loading…
Reference in New Issue
Block a user