Skip to content

Commit

Permalink
feat(dbm-services): update dbha configure template close TencentBlueK…
Browse files Browse the repository at this point in the history
  • Loading branch information
xjxia committed Sep 14, 2024
1 parent cd42c1a commit 8ff0c94
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions dbm-ui/backend/flow/utils/cloud/script_template/dbha_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
log_path: "./log"
log_level: "LOG_DEBUG"
log_maxsize: 512
log_maxbackups: 100
log_maxbackups: 1000
log_maxage: 30
log_compress: true
agent_conf:
Expand All @@ -25,7 +25,10 @@
"tendbcluster",
"TwemproxyRedisInstance",
"PredixyTendisplusCluster",
"TwemproxyTendisSSDInstance"
"TwemproxyTendisSSDInstance",
"PredixyRedisCluster",
"RedisInstance",
"MongoShardedCluster"
]
city_id: {{city}}
campus: "{{campus}}"
Expand Down Expand Up @@ -88,6 +91,8 @@
timeout: 10
riak:
timeout: 10
mongodb:
timeout: 5
name_services:
dns_conf:
host: "{{nginx_domain}}"
Expand Down Expand Up @@ -132,6 +137,7 @@
agent_address: "{{mysql_crond_agent_address}}"
local_ip: "{{local_ip}}"
ssh:
max_uptime: 300
port: 36000
user: "mysql"
pass: "{{mysql_os_password}}"
Expand All @@ -144,7 +150,7 @@
log_path: "./log"
log_level: "LOG_DEBUG"
log_maxsize: 512
log_maxbackups: 100
log_maxbackups: 1000
log_maxage: 30
log_compress: true
agent_conf:
Expand All @@ -154,7 +160,10 @@
"tendbcluster",
"TwemproxyRedisInstance",
"PredixyTendisplusCluster",
"TwemproxyTendisSSDInstance"
"TwemproxyTendisSSDInstance",
"PredixyRedisCluster",
"RedisInstance",
"MongoShardedCluster"
]
city_id: {{city}}
campus: "{{campus}}"
Expand Down Expand Up @@ -217,6 +226,8 @@
timeout: 10
riak:
timeout: 10
mongodb:
timeout: 5
name_services:
dns_conf:
host: "{{nginx_domain}}"
Expand Down Expand Up @@ -257,6 +268,7 @@
agent_address: "{{mysql_crond_agent_address}}"
local_ip: "{{local_ip}}"
ssh:
max_uptime: 300
port: 36000
user: "mysql"
pass: "{{mysql_os_password}}"
Expand Down

0 comments on commit 8ff0c94

Please sign in to comment.