Commit 38049999 authored by wentao.suo's avatar wentao.suo

edit rabbit-job

parent 59f1b43d
...@@ -30,10 +30,13 @@ done ...@@ -30,10 +30,13 @@ done
if [[ $is_running -eq 1 ]] if [[ $is_running -eq 1 ]]
then then
echo "rabbitmq is running!!! start execution sync job" echo "rabbitmq is running!!! start execution sync job"
echo "get definitions from 172.16.1.231" echo "init rabbit with eos server"
response=$(curl -X GET -H "Authorization: Basic cmFiYml0X2FkbWluOmFiYzEyMzQ=" "http://172.16.1.231:15672/api/definitions") # echo "get definitions from 172.16.1.231"
curl -X POST -H "Content-Type: application/json" -H "Authorization: Basic cWE6cWF0ZXN0" -d $response "http://rabbitmq:15672/api/definitions" # response=$(curl -X GET -H "Authorization: Basic cmFiYml0X2FkbWluOmFiYzEyMzQ=" "http://172.16.1.231:15672/api/definitions")
else # curl -X POST -H "Content-Type: application/json" -H "Authorization: Basic cWE6cWF0ZXN0" -d $response "http://rabbitmq:15672/api/definitions"
response=$(curl -X POST -H "Content-Type: application/json" -d "{\"namespace\":\"$NAMESPACE\"}" "http://eos.quantgroups.com/api/etcd/init_env_rabbitmq_config")
echo $response
else
echo "rabbitmq is not running!!! Do not execution sync job" echo "rabbitmq is not running!!! Do not execution sync job"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment