Skip to content

Commit

Permalink
feature: 补充部署渲染文件环境变量 (closed #1587) (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
CohleRustW authored and ZhuoZhuoCrayon committed Jul 12, 2023
1 parent c31ff02 commit bf301ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions support-files/templates/nodeman#bin#environ.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export BK_NODEMAN_API_ADDR="__BK_NODEMAN_API_ADDR__"
export BK_CMDB_RESOURCE_POOL_BIZ_ID="__BK_CMDB_RESOURCE_POOL_BIZ_ID__"
export CONCURRENT_NUMBER="__BK_NODEMAN_REQUEST_CMDB_CONCURRENT_NUMBER__"
export DEFAULT_SUPPLIER_ACCOUNT="__BK_CMDB_SUPPLIER_ACCOUNT__"
export BK_CC_HOST='__BK_CMDB_PUBLIC_URL__'

# 作业平台
# 蓝鲸业务集ID,默认值为 9991001
Expand Down Expand Up @@ -88,3 +89,12 @@ export BKAPP_GSE_WIN_AGENT_LOG_DIR="__BK_GSE_WIN_AGENT_LOG_DIR__"
export BKAPP_GSE_WIN_AGENT_RUN_DIR="__BK_GSE_WIN_AGENT_RUN_DIR__"
export BKAPP_GSE_WIN_AGENT_DATA_DIR="__BK_GSE_WIN_AGENT_DATA_DIR__"
export BKAPP_GSE_USE_ENCRYPTION="__BK_NODEMAN_GSE_ENCRYPTION__"

export GSE_VERSION="__BK_GSE_AGENT_VERSION__"
export GSE_CERT_PATH="__BK_GSE_CERT_PATH__"
export GSE_ENABLE_PUSH_ENVIRON_FILE="__BK_NODEMAN_ENABLE_PUSH_ENVIRON_FILE__"
export GSE_ENVIRON_DIR="__BK_GSE_ENVIRON_DIR__"
export GSE_ENVIRON_WIN_DIR="__BK_GSE_ENVIRON_WIN_DIR__"

export BKAPP_ENABLE_DHCP="__BK_NODEMAN_ENABLE_DHCP__"
export BKAPP_BK_GSE_APIGATEWAY="__BK_API_GATEWAY_GSE_URL__"

0 comments on commit bf301ef

Please sign in to comment.