Commit de9e0206 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

chore: 更新CSU环境Ansible清单中的worker节点配置

parent 844abc17
Loading
Loading
Loading
Loading
+7 −3
Original line number Original line Diff line number Diff line
@@ -5,9 +5,13 @@ csu-master ansible_host=192.168.25.90 ansible_connection=ssh ansible_user=root
[worker]
[worker]
# Add one worker node per line
# Add one worker node per line
# e.g., csu-worker1 ansible_host=192.168.25.19 ansible_user=root deploy_dir=/opt/csst-airflow-worker1 worker_concurrency=16
# e.g., csu-worker1 ansible_host=192.168.25.19 ansible_user=root deploy_dir=/opt/csst-airflow-worker1 worker_concurrency=16
csu-master ansible_host=192.168.25.90 ansible_connection=ssh ansible_user=root deploy_dir=/opt/csst-airflow-worker0 worker_concurrency=32
csu-worker-ecs1 ansible_host=192.168.25.90 ansible_connection=ssh ansible_user=root deploy_dir=/opt/csst-airflow-worker-ecs1 worker_concurrency=32
# csu-worker1 ansible_host=192.168.25.18 ansible_connection=ssh ansible_user=root deploy_dir=/opt/csst-airflow-worker1 worker_concurrency=32
csu-worker-ecs2 ansible_host=192.168.25.14 ansible_connection=ssh ansible_user=root deploy_dir=/opt/csst-airflow-worker-ecs2 worker_concurrency=32
# csu-worker2 ansible_host=192.168.25.15 ansible_user=root deploy_dir=/opt/csst-airflow-worker2 worker_concurrency=32
csu-worker-sc0 ansible_host=192.168.25.205 ansible_connection=ssh ansible_user=root deploy_dir=/opt/csst-airflow-worker-sc0 worker_concurrency=32
csu-worker-sc1 ansible_host=192.168.25.144 ansible_connection=ssh ansible_user=root deploy_dir=/opt/csst-airflow-worker-sc1 worker_concurrency=32
csu-worker-sc2 ansible_host=192.168.25.185 ansible_connection=ssh ansible_user=root deploy_dir=/opt/csst-airflow-worker-sc2 worker_concurrency=32
csu-worker-sc3 ansible_host=192.168.25.18  ansible_connection=ssh ansible_user=root deploy_dir=/opt/csst-airflow-worker-sc3 worker_concurrency=32



[all:vars]
[all:vars]
# The destination directory on remote nodes where the project will be deployed
# The destination directory on remote nodes where the project will be deployed