[openstack-dev] [ceilometer][devstack] What are ceilometer/bin/* files used for ?

Guangyu Suo guangyu at unitedstack.com
Wed Jul 17 08:09:07 UTC 2013


Hi, ceilometer stackers

I notice that there are two files (ceilometer-rpc-zmq-receiver,
ceilometer-send-counter) in ceilometer/bin directory, when and where we
should use them, and why we put them there ? The reason I ask this question
is that I want to add mysql support in devstack for ceilometer, but when I
executed $CEILOMETER_BIN_DIR/ceilometer-dbsync command, it reported "No
such File". It is because the following code cause the problem, which
results CEILOMETER_BIN_DIR get the wrong directory:

# Support potential entry-points console scripts
if [[ -d $CEILOMETER_DIR/bin ]]; then
    CEILOMETER_BIN_DIR=$CEILOMETER_DIR/bin
else
    CEILOMETER_BIN_DIR=$(get_python_exec_prefix)
fi

so, can we move the files to somewhere else, and remove the bin/ directory
just like nova does?

The ceilometer-mysql-support path is https://review.openstack.org/#/c/37413/


Thanks !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130717/b5ac3f49/attachment.html>


More information about the OpenStack-dev mailing list