Prepare Zookeeper for scale-out scheduler
This change is a common root for other Zookeeper related changed regarding scale-out-scheduler. Zookeeper becoming a central component requires to increase "maxClientCnxns". Since the ZooKeeper class is expected to grow significantly (ZooKeeper is becoming a central part of Zuul) a split of the ZooKeeper class (zk.py) into zk module is done here to avoid the current god-class. Also the zookeeper log is copied to the "zuul_output_dir". Change-Id: I714c06052b5e17269a6964892ad53b48cf65db19 Story: 2007192
This commit is contained in:
5
playbooks/common/post-system-logs.yaml
Normal file
5
playbooks/common/post-system-logs.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
- hosts: all
|
||||
tasks:
|
||||
|
||||
- name: Collect zookeeper logs
|
||||
shell: "cp /var/log/zookeeper/zookeeper.log {{ zuul_output_dir }}/logs/zookeeper.log"
|
||||
Reference in New Issue
Block a user