Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@
METRIC_PIPELINE_MODULE_TO_COMPOSE_SERVICES = {
'monasca-agent-forwarder': 'agent-forwarder',
'zookeeper': 'zookeeper',
'zookeeper-watcher': 'zookeeper',

@timothyb89 timothyb89 Feb 28, 2018

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be 'zookeeper-watcher': 'zookeeper-watcher', ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, good catch

'influxdb': 'influxdb',
'influxdb-watcher': 'influxdb-watcher',
'kafka': 'kafka',
'kafka-init': 'kafka-init',
'kafka-watcher': 'kafka-watcher',
'monasca-thresh': 'thresh',
'monasca-persister-python': 'monasca-persister',
'mysql-init': 'mysql-init',
Expand Down