Rename os-config-applier to os-apply-config.
Change-Id: I29a7e5d1851de654b2453910ccb470ee2d2d383c Reviewed-on: https://review.openstack.org/33213 Tested-by: Jenkins Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: James E. Blair <corvus@inaugust.com>
This commit is contained in:
parent
ec844e3f1b
commit
53057c8cb1
@ -133,8 +133,8 @@ tripleo:
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/diskimage-builder
|
||||
- stackforge/os-config-applier
|
||||
- stackforge/os-collect-config
|
||||
- stackforge/os-apply-config
|
||||
- stackforge/os-refresh-config
|
||||
- stackforge/tripleo-image-elements
|
||||
- stackforge/tripleo-heat-templates
|
||||
|
@ -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-apply-config-core
|
||||
label-Approved = +0..+1 group os-apply-config-core
|
||||
workInProgress = group os-apply-config-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group os-apply-config-core
|
||||
label-Approved = +0..+1 group os-apply-config-core
|
||||
[project]
|
||||
state = active
|
@ -6,11 +6,11 @@
|
||||
[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
|
||||
label-Code-Review = -2..+2 group os-apply-config-core
|
||||
label-Approved = +0..+1 group os-apply-config-core
|
||||
workInProgress = group os-apply-config-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
|
||||
label-Code-Review = -2..+2 group os-apply-config-core
|
||||
label-Approved = +0..+1 group os-apply-config-core
|
||||
[project]
|
||||
state = active
|
||||
|
@ -1,16 +0,0 @@
|
||||
[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
|
@ -6,11 +6,11 @@
|
||||
[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
|
||||
label-Code-Review = -2..+2 group os-apply-config-core
|
||||
label-Approved = +0..+1 group os-apply-config-core
|
||||
workInProgress = group os-apply-config-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
|
||||
label-Code-Review = -2..+2 group os-apply-config-core
|
||||
label-Approved = +0..+1 group os-apply-config-core
|
||||
[project]
|
||||
state = active
|
||||
|
@ -870,7 +870,7 @@
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: os-config-applier
|
||||
name: os-apply-config
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -585,11 +585,11 @@ projects:
|
||||
- gate-diskimage-builder-python26
|
||||
- gate-diskimage-builder-python27
|
||||
|
||||
- name: stackforge/os-config-applier
|
||||
- name: stackforge/os-apply-config
|
||||
check:
|
||||
- gate-os-config-applier-pep8
|
||||
- gate-os-config-applier-python26
|
||||
- gate-os-config-applier-python27
|
||||
- gate-os-apply-config-pep8
|
||||
- gate-os-apply-config-python26
|
||||
- gate-os-apply-config-python27
|
||||
|
||||
- name: stackforge/os-refresh-config
|
||||
check:
|
||||
|
@ -1515,17 +1515,17 @@ projects:
|
||||
post:
|
||||
- diskimage-builder-coverage
|
||||
|
||||
- name: stackforge/os-config-applier
|
||||
- name: stackforge/os-apply-config
|
||||
check:
|
||||
- gate-os-config-applier-pep8
|
||||
- gate-os-config-applier-python26
|
||||
- gate-os-config-applier-python27
|
||||
- gate-os-apply-config-pep8
|
||||
- gate-os-apply-config-python26
|
||||
- gate-os-apply-config-python27
|
||||
gate:
|
||||
- gate-os-config-applier-pep8
|
||||
- gate-os-config-applier-python26
|
||||
- gate-os-config-applier-python27
|
||||
- gate-os-apply-config-pep8
|
||||
- gate-os-apply-config-python26
|
||||
- gate-os-apply-config-python27
|
||||
post:
|
||||
- os-config-applier-coverage
|
||||
- os-apply-config-coverage
|
||||
|
||||
- name: stackforge/os-collect-config
|
||||
check:
|
||||
|
@ -175,7 +175,7 @@
|
||||
- project: stackforge/savanna-extra
|
||||
description: "Repo for Savanna-related utils."
|
||||
acl-config: /home/gerrit2/acls/stackforge/savanna.config
|
||||
- project: stackforge/os-config-applier
|
||||
- project: stackforge/os-apply-config
|
||||
description: "Apply configuration from cloud metadata"
|
||||
- project: stackforge/os-collect-config
|
||||
description: "Collect and cache metadata, run hooks on changes."
|
||||
|
Loading…
x
Reference in New Issue
Block a user