Commit b47bbb90 by tingweiwang

use_fake_metric_string写入暂时关闭

1 parent 1bc451e2
Showing with 2 additions and 0 deletions
......@@ -22,6 +22,7 @@ grafana_boolean=false
notebook_grafana_url_string=
node_grafana_url_string=
mqtt_host= #192.168.1.32:1883
#use_fake_metric_string=CPU,GPU
###############其他依赖服务变量信息#########################################
mysql_host=192.168.1.32:3306
mysql_user=root
......@@ -68,6 +69,7 @@ sudo sed -i s#mqtt_host#$mqtt_host#g `find $config_workspace -type f -name "*.ya
sudo sed -i s#grafana_boolean#$grafana_boolean#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#notebook_grafana_url_string#$notebook_grafana_url_string#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#node_grafana_url_string#$node_grafana_url_string#g `find $config_workspace -type f -name "*.yaml"`
#sudo sed -i s#use_fake_metric_string#$use_fake_metric_string#g `find $config_workspace -type f -name "*.yaml"`
###################################################################################################
sudo sed -i s#kpl_service_id#$kpl_service_id#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_realy_path#$kpl_realy_path#g `find $config_workspace -type f -name "*.yaml"`
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!