Use ZooKeeper TLS in tests
This mirrors the configuration in Nodepool for using TLS-enabled ZooKeeper in tests. We use the ensure-zookeeper role in order to get a newer ZooKeeper than is supplied in bionic. Change-Id: I14413fccbc9a6a7a75b6233d667e2a1d2856d894
This commit is contained in:
@@ -29,7 +29,10 @@ services:
|
||||
- ZOO_AUTOPURGE_PURGEINTERVAL=1
|
||||
- ZOO_LOG4J_PROP=WARN
|
||||
ports:
|
||||
- "2181:2181"
|
||||
- "2281:2281"
|
||||
tmpfs:
|
||||
- /data
|
||||
- /datalog
|
||||
volumes:
|
||||
- "./ca:/var/certs:z"
|
||||
- "./zoo.cfg:/conf/zoo.cfg:z"
|
||||
|
||||
Reference in New Issue
Block a user