Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1832379: Remove cert expiry check during cert redeploy #12159

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 0 additions & 12 deletions playbooks/openshift-etcd/private/redeploy-ca.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
---
- name: Check cert expirys
hosts: oo_etcd_to_config:oo_masters_to_config
vars:
openshift_certificate_expiry_show_all: yes
roles:
# Sets 'check_results' per host which contains health status for
# etcd, master and node certificates. We will use 'check_results'
# to determine if any certificates were expired prior to running
# this playbook. Service restarts will be skipped if any
# certificates were previously expired.
- role: openshift_certificate_expiry

- name: Backup existing etcd CA certificate directories
hosts: oo_etcd_to_config
tasks:
Expand Down
12 changes: 0 additions & 12 deletions playbooks/openshift-etcd/private/redeploy-certificates.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
---
- name: Check cert expirys
hosts: oo_etcd_to_config
vars:
openshift_certificate_expiry_show_all: yes
roles:
# Sets 'check_results' per host which contains health status for
# etcd, master and node certificates. We will use 'check_results'
# to determine if any certificates were expired prior to running
# this playbook. Service restarts will be skipped if any
# certificates were previously expired.
- role: openshift_certificate_expiry

- import_playbook: certificates-backup.yml

- import_playbook: certificates.yml
Expand Down
12 changes: 0 additions & 12 deletions playbooks/openshift-master/private/redeploy-openshift-ca.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
---
- name: Check cert expirys
hosts: oo_nodes_to_config:oo_masters_to_config:oo_etcd_to_config
vars:
openshift_certificate_expiry_show_all: yes
roles:
# Sets 'check_results' per host which contains health status for
# etcd, master and node certificates. We will use 'check_results'
# to determine if any certificates were expired prior to running
# this playbook. Service restarts will be skipped if any
# certificates were previously expired.
- role: openshift_certificate_expiry

# Update master config when ca-bundle not referenced. Services will be
# restarted below after new CA certificate has been distributed.
- name: Ensure ca-bundle.crt is referenced in master configuration
Expand Down