bugzilla2fedmsg: allow pingou to see the project in openshift
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
b404cb5827
commit
2e34217735
1 changed files with 11 additions and 0 deletions
|
@ -18,30 +18,36 @@
|
|||
description: bugzilla2fedmsg
|
||||
appowners:
|
||||
- abompard
|
||||
- pingou
|
||||
tags:
|
||||
- apply-appowners
|
||||
|
||||
# Fedora Messaging secrets
|
||||
- role: openshift/secret-file
|
||||
app: bugzilla2fedmsg
|
||||
secret_name: fedora-messaging-ca
|
||||
key: cacert.pem
|
||||
privatefile: "rabbitmq/{{env}}/pki/ca.crt"
|
||||
|
||||
- role: openshift/secret-file
|
||||
app: bugzilla2fedmsg
|
||||
secret_name: fedora-messaging-crt
|
||||
key: bugzilla2fedmsg-cert.pem
|
||||
privatefile: "rabbitmq/{{env}}/pki/issued/bugzilla2fedmsg{{env_suffix}}.crt"
|
||||
|
||||
- role: openshift/secret-file
|
||||
app: bugzilla2fedmsg
|
||||
secret_name: fedora-messaging-key
|
||||
key: bugzilla2fedmsg-key.pem
|
||||
privatefile: "rabbitmq/{{env}}/pki/private/bugzilla2fedmsg{{env_suffix}}.key"
|
||||
|
||||
# STOMP secrets
|
||||
- role: openshift/secret-file
|
||||
app: bugzilla2fedmsg
|
||||
secret_name: stomp-crt
|
||||
key: msg-client-fedora-prod.crt
|
||||
privatefile: "bugzilla2fedmsg/msg-client-fedora-prod.crt"
|
||||
|
||||
- role: openshift/secret-file
|
||||
app: bugzilla2fedmsg
|
||||
secret_name: stomp-key
|
||||
|
@ -51,21 +57,26 @@
|
|||
- role: openshift/imagestream
|
||||
app: bugzilla2fedmsg
|
||||
imagename: bugzilla2fedmsg
|
||||
|
||||
- role: openshift/object
|
||||
app: bugzilla2fedmsg
|
||||
template: buildconfig.yml
|
||||
objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/start-build
|
||||
app: bugzilla2fedmsg
|
||||
buildname: bugzilla2fedmsg-build
|
||||
|
||||
- role: openshift/object
|
||||
app: bugzilla2fedmsg
|
||||
template: configmap.yml
|
||||
objectname: configmap.yml
|
||||
|
||||
- role: openshift/object
|
||||
app: bugzilla2fedmsg
|
||||
template: deploymentconfig.yml
|
||||
objectname: deploymentconfig.yml
|
||||
|
||||
- role: openshift/rollout
|
||||
app: bugzilla2fedmsg
|
||||
dcname: bugzilla2fedmsg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue