5d5f8ca105
Also backports some tweaks from ops: - fixes logging.conf - fixes pipeline_worker first time start Change-Id: I6ab1e567594097bc23d857c05d0c1fc84262babf
37 lines
711 B
YAML
37 lines
711 B
YAML
---
|
|
test_fire_pipeline:
|
|
- logger
|
|
- usage
|
|
- name: notabene
|
|
params:
|
|
host: localhost
|
|
user: guest
|
|
password: guest
|
|
port: 5672
|
|
vhost: /
|
|
library: librabbitmq
|
|
exchange: nova
|
|
exchange_type: topic
|
|
queue_name: monitor.info
|
|
env_keys:
|
|
- usage_notifications
|
|
|
|
test_expire_pipeline:
|
|
- logger
|
|
- usage
|
|
- name: notabene
|
|
params:
|
|
host: localhost
|
|
user: guest
|
|
password: guest
|
|
port: 5672
|
|
vhost: /
|
|
library: librabbitmq
|
|
exchange: nova
|
|
exchange_type: topic
|
|
queue_name: monitor.info
|
|
env_keys:
|
|
- usage_notifications
|
|
|
|
|