Loading docker-celery-3.0.5/deploy_configs/csu/inventory.ini +7 −3 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading
docker-celery-3.0.5/deploy_configs/csu/inventory.ini +7 −3 Original line number Original line Diff line number Diff line Loading @@ -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 Loading