releng: create pungi user in rabbitmq

also, clean up toml file some for things we don't need.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-06-20 11:55:45 -07:00
parent f8043f6c5a
commit ded69ad757
2 changed files with 4 additions and 19 deletions

View file

@ -119,6 +119,10 @@
when: "'releng_stg' in group_names"
- fedmsg/base
- role: rabbit/user
username: "pungi{{ env_suffix }}"
- role: releng
tags:
- releng

View file

@ -16,22 +16,3 @@ certfile = "/etc/pki/fedora-messaging/rabbitmq-pungi.crt"
[client_properties]
app = "pungi"
[qos]
prefetch_size = 0
prefetch_count = 25
[log_config]
version = 1
disable_existing_loggers = true
[log_config.formatters.simple]
format = "%(asctime)s [%(name)s %(levelname)s] %(message)s"
datefmt = "%Y-%m-%d %H:%M:%S"
[log_config.handlers.console]
class = "logging.StreamHandler"
formatter = "simple"
stream = "ext://sys.stdout"
[log_config.loggers.fedora_messaging]
level = "INFO"
propagate = false
handlers = ["console"]