Commit 3db88b1a authored by 黎博's avatar 黎博

apollo-dev host

parent 4ac8aa50
...@@ -17,6 +17,7 @@ echo "echo host" ...@@ -17,6 +17,7 @@ echo "echo host"
# echo 172.17.1.7 apollo-dev.quantgroups.com >> /etc/hosts # echo 172.17.1.7 apollo-dev.quantgroups.com >> /etc/hosts
# fi # fi
# end # end
echo 172.20.3.11 apollo-dev.quantgroups.com >> /etc/hosts
# 日志挂载到了/home/logs下 # 日志挂载到了/home/logs下
# 创建新目录,并把/home/quant_group/logs指向新目录 # 创建新目录,并把/home/quant_group/logs指向新目录
......
...@@ -16,6 +16,8 @@ log_path="/home/quant_group/logs" ...@@ -16,6 +16,8 @@ log_path="/home/quant_group/logs"
# else # else
# echo 172.17.1.7 apollo-dev.quantgroups.com >> /etc/hosts # echo 172.17.1.7 apollo-dev.quantgroups.com >> /etc/hosts
# fi # fi
echo 172.20.3.11 apollo-dev.quantgroups.com >> /etc/hosts
echo 172.20.3.11 sentry.quantgroups.com >> /etc/hosts echo 172.20.3.11 sentry.quantgroups.com >> /etc/hosts
# for saas味道云 # for saas味道云
echo 172.17.5.25 zkserver >> /etc/hosts echo 172.17.5.25 zkserver >> /etc/hosts
......
...@@ -31,6 +31,7 @@ echo "echo host" ...@@ -31,6 +31,7 @@ echo "echo host"
# end # end
# echo 172.20.3.11 sentry.quantgroups.com >> /etc/hosts # echo 172.20.3.11 sentry.quantgroups.com >> /etc/hosts
echo 172.20.3.11 apollo-dev.quantgroups.com >> /etc/hosts
echo "tar zxf dist.tgz -C ${package_path}" echo "tar zxf dist.tgz -C ${package_path}"
tar zxf ${package_path}/dist.tgz -C ${package_path}/ tar zxf ${package_path}/dist.tgz -C ${package_path}/
......
#!/bin/sh #!/bin/sh
echo "start run python" echo "start run python"
echo 172.20.3.11 apollo-dev.quantgroups.com >> /etc/hosts
package_path="/home/quant_group" package_path="/home/quant_group"
echo "NAMESPACE is $NAMESPACE" echo "NAMESPACE is $NAMESPACE"
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
echo "start run ui" echo "start run ui"
echo 172.20.3.11 apollo-dev.quantgroups.com >> /etc/hosts
current="/home/quant_group" current="/home/quant_group"
echo "current: ${current}" echo "current: ${current}"
echo "NAMESPACE is $NAMESPACE" echo "NAMESPACE is $NAMESPACE"
......
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