distgit_bz: name cannot contain _, so let's go with -
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
8e4385ca0d
commit
e0cb3d5774
1 changed files with 7 additions and 7 deletions
|
@ -10,39 +10,39 @@
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: openshift/project
|
- role: openshift/project
|
||||||
app: distgit_bugzilla_sync
|
app: distgit-bugzilla-sync
|
||||||
description: Cron job syncing to bugzilla the default assignee and CC list set in dist-git
|
description: Cron job syncing to bugzilla the default assignee and CC list set in dist-git
|
||||||
appowners:
|
appowners:
|
||||||
- cverna
|
- cverna
|
||||||
- pingou
|
- pingou
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: distgit_bugzilla_sync
|
app: distgit-bugzilla-sync
|
||||||
template: imagestream.yml
|
template: imagestream.yml
|
||||||
objectname: imagestream.yml
|
objectname: imagestream.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: distgit_bugzilla_sync
|
app: distgit-bugzilla-sync
|
||||||
template: buildconfig.yml
|
template: buildconfig.yml
|
||||||
objectname: buildconfig.yml
|
objectname: buildconfig.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: distgit_bugzilla_sync
|
app: distgit-bugzilla-sync
|
||||||
template: configmap.yml
|
template: configmap.yml
|
||||||
objectname: configmap.yml
|
objectname: configmap.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: distgit_bugzilla_sync
|
app: distgit-bugzilla-sync
|
||||||
file: cron.yml
|
file: cron.yml
|
||||||
objectname: cron.yml
|
objectname: cron.yml
|
||||||
tags:
|
tags:
|
||||||
- cron-job
|
- cron-job
|
||||||
|
|
||||||
- role: openshift/start-build
|
- role: openshift/start-build
|
||||||
app: distgit_bugzilla_sync
|
app: distgit-bugzilla-sync
|
||||||
buildname: mdapi-build
|
buildname: mdapi-build
|
||||||
objectname: mdapi-build
|
objectname: mdapi-build
|
||||||
|
|
||||||
- role: openshift/rollout
|
- role: openshift/rollout
|
||||||
app: distgit_bugzilla_sync
|
app: distgit-bugzilla-sync
|
||||||
dcname: distgit_bugzilla_sync
|
dcname: distgit_bugzilla_sync
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue