summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2022-11-16 11:05:50 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-16 13:55:39 +0000
commit0df7825a8bead80dcac7fcceb0261e2af9235fdc (patch)
treee0a30fbc53ae35689561258e8f26d08141a66202
parent3e7effc73a1bd40a16f3cb3a278f30b6f58b6739 (diff)
downloadmongo-0df7825a8bead80dcac7fcceb0261e2af9235fdc.tar.gz
SERVER-70674 Remove renew_ssl_cert from etc/system_perf.yml
-rwxr-xr-xetc/system_perf.yml46
1 files changed, 0 insertions, 46 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index cbf1faecc04..8bd95be6a09 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -495,43 +495,6 @@ tasks:
mongo-tools: ${mongo-tools_rev}
- func: "compile mongodb"
- - name: renew_ssl_cert
- commands:
- - command: git.get_project
- params:
- directory: *src_dir
- revisions:
- dsi: ${dsi_rev}
- # Run the script to generate ssl cert files
- - command: shell.exec
- params:
- script: AWS_ACCESS_KEY_ID=${terraform_key} AWS_SECRET_ACCESS_KEY=${terraform_secret} ./src/dsi/run-dsi generate_ssl_cert
- # Upload files for further DSI usage
- - command: s3.put
- params:
- aws_key: ${aws_key}
- aws_secret: ${aws_secret}
- local_file: member.pem
- # path to the remote file is intended to be static
- remote_file: dsi/ssl/member.pem
- bucket: mciuploads
- # the visibility has to be public for consumption by DSI
- permissions: public-read
- content_type: text/plain
- display_name: member.pem
- - command: s3.put
- params:
- aws_key: ${aws_key}
- aws_secret: ${aws_secret}
- local_file: root.crt
- # path to the remote file is intended to be static
- remote_file: dsi/ssl/root.crt
- bucket: mciuploads
- # the visibility has to be public for consumption by DSI
- permissions: public-read
- content_type: text/plain
- display_name: root.crt
-
- name: linkbench
priority: 5
commands:
@@ -2353,12 +2316,3 @@ buildvariants:
- name: tpcc
- name: linkbench
- name: linkbench2
-
- - name: renew-ssl-cert
- display_name: Renew SSL Cert
- cron: "0 0 * * 4" # 00:00 on Thursday
- modules: *modules
- run_on: # Certbot with route53 plugin is installed on Ubuntu 20.04
- - "ubuntu2004-small"
- tasks:
- - name: renew_ssl_cert