Skip to content

Commit 00d00b0

Browse files
committed
MB-52043: Remove (memcached/local-ssl)-cert.pem
We no longer need memcached-cert.pem nor local-ssl-cert.pem so we don't need to attempt to collect them anymore. Change-Id: I7d0780e5862d8fcc06131776c362dfdd26b85ebe Reviewed-on: https://review.couchbase.org/c/ns_server/+/174653 Well-Formed: Restriction Checker Well-Formed: Build Bot <[email protected]> Tested-by: Bryan McCoid <[email protected]> Reviewed-by: Timofey Barmin <[email protected]>
1 parent bb1130e commit 00d00b0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cbcollect_info

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,8 +1198,6 @@ def add_required_data_paths(guts):
11981198
guts["indexer_breakpad_minidump_dir"] = os.path.join(data_dir, "crash")
11991199
guts["users_storage_path"] = os.path.join(data_dir, "config", "users.dets")
12001200
guts["dist_cfg_path"] = os.path.join(data_dir, "config", "dist_cfg")
1201-
guts["memcached_cert_pem"] = os.path.join(data_dir, "config", "memcached-cert.pem")
1202-
guts["local_ssl_cert_pem"] = os.path.join(data_dir, "config", "local-ssl-cert.pem")
12031201
guts["chronicle_dir"] = os.path.join(data_dir, "config", "chronicle")
12041202
guts["localtoken_path"] = os.path.join(data_dir, "localtoken")
12051203

@@ -1680,11 +1678,6 @@ def make_product_task(guts, initargs_path, memcached_pass, options):
16801678

16811679
CollectFile("Dist configuration (dist_cfg)", read_guts(guts, "dist_cfg_path")),
16821680

1683-
CollectFile("Memcached cert (memcached-cert.pem)",
1684-
read_guts(guts, "memcached_cert_pem")),
1685-
CollectFile("Local SSL cert (local-ssl-cert.pem)",
1686-
read_guts(guts, "local_ssl_cert_pem")),
1687-
16881681
[CollectFile("Rebalance Report: %s" % path, path)
16891682
for path in glob.glob(os.path.join(rebdir, "rebalance_report*"))],
16901683

0 commit comments

Comments
 (0)