From 74a9c9de9b52b75b7286b7e4873667517b390446 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 24 Feb 2021 16:57:49 -0800 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c5b47046e..c2f47953b 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ zuul/web/static/* !.keep node_modules yarn-error.log +tools/ca/ -- cgit v1.2.1