
There are some issues with properly configuring the rabbitmq check in devstack. Use system only to get the gate running again, while we address the detection plugin Change-Id: I89858cf3259e99504f34f52926354314b1d95a7d
15 lines
360 B
Bash
15 lines
360 B
Bash
#!/bin/sh
|
|
'/opt/monasca-agent/bin/monasca-setup' \
|
|
-u 'monasca-agent' \
|
|
-p 'password' \
|
|
-s 'monitoring' \
|
|
--keystone_url 'http://127.0.0.1:35357/v3' \
|
|
--project_name 'mini-mon' \
|
|
--monasca_url 'http://127.0.0.1:8070/v2.0' \
|
|
\
|
|
--check_frequency '15' \
|
|
\
|
|
--log_level 'WARN' \
|
|
--overwrite \
|
|
--system_only
|