This daemon periodically request the summarization of GRACC records
It is easy to install the GRACC Summary Daemon with virtualenv
virtualenv gracc-test
. gracc-test/bin/activate
pip install -r requirements.txt
python setup.py install
If gracc-summary is installed on the node:
graccsummarizer "amqps://username:password@rabbitmq:5671/gracc" --destination_exchange gracc.osg.summary --destination_key gracc.osg.summary --type=summary 2016-11-01 2017-02-01
If you are using the docker installation, the command will be:
sudo docker run opensciencegrid/gracc-summary /usr/bin/graccsummarizer "amqps://gracc:%3C9zLh.qC%24CVme6L%[email protected]:5671/gracc" --destination_exchange gracc.osg.summary --destination_key gracc.osg.summary --type=summary 2016-11-01 2017-02-01
A docker image with gracc-summary installed in available as opensciencegrid/gracc-summary.
Content type
Image
Digest
Size
282.4 MB
Last updated
over 9 years ago
docker pull djw8605/gracc-summary:add_docker