Skip to content

Commit

Permalink
disable tis-collector module
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Oct 28, 2022
1 parent e72cbd5 commit c064c5e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions install_struct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,10 @@
name: assemble
when: release_files.stdout.find('tis-assemble.tar.gz') != -1
# collect先安装在assemble同一个节点上
- include_role:
name: cluster-state-collector
when: need_install_tis_collect and release_files.stdout.find('tis-collect.tar.gz') != -1
# 先不装 collect了
# - include_role:
# name: cluster-state-collector
# when: need_install_tis_collect and release_files.stdout.find('tis-collect.tar.gz') != -1
tags:
- assemble

Expand Down

0 comments on commit c064c5e

Please sign in to comment.