Skip to content

Commit

Permalink
feat: 节点管理插件支持安装通道 TencentBlueKing#7397
Browse files Browse the repository at this point in the history
  • Loading branch information
lTimej committed Apr 1, 2024
1 parent e75b54f commit 67a1773
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def execute(self, data, parent_data):
all_hosts, row_host_params_list = [], []
for host in nodeman_hosts:
bk_cloud_id = host["nodeman_bk_cloud_id"]
install_channel_id = host["nodeman_bk_install_channel"]
install_channel_id = host.get("nodeman_bk_install_channel", "")
use_inner_ip = True if host.get("inner_ip") else False
# use_inner_ip 判定用户输入的的是ipv4还是ipv6
inner_ip_list = self.get_ip_list(
Expand Down

0 comments on commit 67a1773

Please sign in to comment.