Release-monitoring: Remove fedmsg-hub related configuration
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
a17dfbf307
commit
4d0f14ab5a
2 changed files with 0 additions and 36 deletions
|
@ -6,11 +6,5 @@ items:
|
||||||
name: release-monitoring-web
|
name: release-monitoring-web
|
||||||
labels:
|
labels:
|
||||||
build: release-monitoring-web
|
build: release-monitoring-web
|
||||||
- apiVersion: v1
|
|
||||||
kind: ImageStream
|
|
||||||
metadata:
|
|
||||||
name: fedmsg-hub
|
|
||||||
labels:
|
|
||||||
build: fedmsg-hub
|
|
||||||
kind: List
|
kind: List
|
||||||
metadata: {}
|
metadata: {}
|
||||||
|
|
|
@ -234,33 +234,3 @@ items:
|
||||||
ca_cert = "/etc/pki/rabbitmq/ca/fedora-messaging-release-monitoring-ca.crt"
|
ca_cert = "/etc/pki/rabbitmq/ca/fedora-messaging-release-monitoring-ca.crt"
|
||||||
keyfile = "/etc/pki/rabbitmq/key/fedora-messaging-release-monitoring.key"
|
keyfile = "/etc/pki/rabbitmq/key/fedora-messaging-release-monitoring.key"
|
||||||
certfile = "/etc/pki/rabbitmq/cert/fedora-messaging-release-monitoring.crt"
|
certfile = "/etc/pki/rabbitmq/cert/fedora-messaging-release-monitoring.crt"
|
||||||
- apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: fedmsg-consumer-configmap
|
|
||||||
labels:
|
|
||||||
app: release-monitoring
|
|
||||||
data:
|
|
||||||
anitya.py: |-
|
|
||||||
import socket
|
|
||||||
config = {
|
|
||||||
"zmq_enabled": True,
|
|
||||||
"active": True,
|
|
||||||
"topic_prefix": "org.fedoraproject",
|
|
||||||
"sign_messages": True,
|
|
||||||
"validate_signatures": True,
|
|
||||||
"anitya.libraryio.enabled": True,
|
|
||||||
"crypto_backend": "x509",
|
|
||||||
"ssldir": "/etc/pki/fedmsg/",
|
|
||||||
"cert_prefix": "release-monitoring",
|
|
||||||
"certnames": {"anitya.{}".format(socket.gethostname()): "release-monitoring"},
|
|
||||||
{% if env == 'staging' %}
|
|
||||||
"endpoints": {"anitya.stg": "tcp://busgateway01.stg.phx2.fedoraproject.org:9940"},
|
|
||||||
"environment": "stg",
|
|
||||||
"relay_inbound": ["tcp://busgateway01.stg.phx2.fedoraproject.org:9941"],
|
|
||||||
{% else %}
|
|
||||||
"endpoints": {"anitya.prod": "tcp://busgateway01.phx2.fedoraproject.org:9940"},
|
|
||||||
"environment": "prod",
|
|
||||||
"relay_inbound": ["tcp://busgateway01.phx2.fedoraproject.org:9941"],
|
|
||||||
{% endif %}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue