bugzilla2fedmsg: allow pingou to see the project in openshift

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-03-16 17:33:46 +01:00
parent b404cb5827
commit 2e34217735

View file

@ -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