Skip to content

Commit

Permalink
333
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Sep 25, 2024
1 parent 3610d97 commit 388caa6
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,17 @@ def non_standby_slaves_upgrade_subflow(

# 安装mysql
install_sub_pipeline = build_install_sub_pipeline(
uid, root_id, cluster_cls, new_slave_ip, ports, bk_host_ids, db_config, pkg_id, pkg.name, relation_cluster_ids
uid,
root_id,
parent_global_data,
cluster_cls,
new_slave_ip,
ports,
bk_host_ids,
db_config,
pkg_id,
pkg.name,
relation_cluster_ids,
)
sub_pipeline.add_sub_pipeline(sub_flow=install_sub_pipeline)

Expand Down

0 comments on commit 388caa6

Please sign in to comment.