Browse Source

Playbook Consolidation - Redeploy Certificates

Russell Teague 7 years ago
parent
commit
0b80aca421
30 changed files with 88 additions and 106 deletions
  1. 0 42
      playbooks/byo/openshift-cluster/redeploy-certificates.yml
  2. 0 4
      playbooks/byo/openshift-cluster/redeploy-etcd-ca.yml
  3. 0 18
      playbooks/byo/openshift-cluster/redeploy-etcd-certificates.yml
  4. 0 10
      playbooks/byo/openshift-cluster/redeploy-master-certificates.yml
  5. 0 10
      playbooks/byo/openshift-cluster/redeploy-node-certificates.yml
  6. 0 4
      playbooks/byo/openshift-cluster/redeploy-openshift-ca.yml
  7. 0 4
      playbooks/byo/openshift-cluster/redeploy-registry-certificates.yml
  8. 0 4
      playbooks/byo/openshift-cluster/redeploy-router-certificates.yml
  9. 0 1
      playbooks/common/openshift-cluster/redeploy-certificates/filter_plugins
  10. 0 1
      playbooks/common/openshift-cluster/redeploy-certificates/library
  11. 0 1
      playbooks/common/openshift-cluster/redeploy-certificates/lookup_plugins
  12. 0 1
      playbooks/common/openshift-cluster/redeploy-certificates/roles
  13. 0 0
      playbooks/openshift-etcd/private/certificates-backup.yml
  14. 3 3
      playbooks/common/openshift-cluster/redeploy-certificates/etcd-ca.yml
  15. 7 1
      playbooks/common/openshift-cluster/redeploy-certificates/check-expiry.yml
  16. 4 0
      playbooks/openshift-etcd/redeploy-ca.yml
  17. 10 0
      playbooks/openshift-etcd/redeploy-certificates.yml
  18. 0 0
      playbooks/openshift-hosted/private/redeploy-registry-certificates.yml
  19. 0 0
      playbooks/openshift-hosted/private/redeploy-router-certificates.yml
  20. 4 0
      playbooks/openshift-hosted/redeploy-registry-certificates.yml
  21. 4 0
      playbooks/openshift-hosted/redeploy-router-certificates.yml
  22. 0 0
      playbooks/openshift-master/private/certificates-backup.yml
  23. 6 0
      playbooks/openshift-master/private/redeploy-certificates.yml
  24. 2 2
      playbooks/common/openshift-cluster/redeploy-certificates/openshift-ca.yml
  25. 6 0
      playbooks/openshift-master/redeploy-certificates.yml
  26. 4 0
      playbooks/openshift-master/redeploy-openshift-ca.yml
  27. 0 0
      playbooks/openshift-node/private/certificates-backup.yml
  28. 6 0
      playbooks/openshift-node/private/redeploy-certificates.yml
  29. 6 0
      playbooks/openshift-node/redeploy-certificates.yml
  30. 26 0
      playbooks/redeploy-certificates.yml

+ 0 - 42
playbooks/byo/openshift-cluster/redeploy-certificates.yml

@@ -1,42 +0,0 @@
----
-- include: ../../init/main.yml
-
-- include: ../../common/openshift-cluster/redeploy-certificates/check-expiry.yml
-  vars:
-    g_check_expiry_hosts: 'oo_etcd_to_config'
-
-- include: ../../common/openshift-cluster/redeploy-certificates/etcd-backup.yml
-
-- include: ../../openshift-etcd/private/certificates.yml
-  vars:
-    etcd_certificates_redeploy: true
-
-- include: ../../common/openshift-cluster/redeploy-certificates/masters-backup.yml
-
-- include: ../../openshift-master/private/certificates.yml
-  vars:
-    openshift_certificates_redeploy: true
-
-- include: ../../common/openshift-cluster/redeploy-certificates/nodes-backup.yml
-
-- include: ../../openshift-node/private/certificates.yml
-  vars:
-    openshift_certificates_redeploy: true
-
-- include: ../../openshift-etcd/private/restart.yml
-  vars:
-    g_etcd_certificates_expired: "{{ ('expired' in (hostvars | oo_select_keys(groups['etcd']) | oo_collect('check_results.check_results.etcd') | oo_collect('health'))) | bool }}"
-
-- include: ../../openshift-master/private/restart.yml
-
-- include: ../../openshift-node/private/restart.yml
-
-- include: ../../common/openshift-cluster/redeploy-certificates/router.yml
-  when: openshift_hosted_manage_router | default(true) | bool
-
-- include: ../../common/openshift-cluster/redeploy-certificates/registry.yml
-  when: openshift_hosted_manage_registry | default(true) | bool
-
-- include: ../../openshift-master/private/revert-client-ca.yml
-
-- include: ../../openshift-master/private/restart.yml

+ 0 - 4
playbooks/byo/openshift-cluster/redeploy-etcd-ca.yml

@@ -1,4 +0,0 @@
----
-- include: ../../init/main.yml
-
-- include: ../../common/openshift-cluster/redeploy-certificates/etcd-ca.yml

+ 0 - 18
playbooks/byo/openshift-cluster/redeploy-etcd-certificates.yml

@@ -1,18 +0,0 @@
----
-- include: ../../init/main.yml
-
-- include: ../../common/openshift-cluster/redeploy-certificates/check-expiry.yml
-  vars:
-    g_check_expiry_hosts: 'oo_etcd_to_config'
-
-- include: ../../common/openshift-cluster/redeploy-certificates/etcd-backup.yml
-
-- include: ../../openshift-etcd/private/certificates.yml
-  vars:
-    etcd_certificates_redeploy: true
-
-- include: ../../openshift-etcd/private/restart.yml
-  vars:
-    g_etcd_certificates_expired: "{{ ('expired' in (hostvars | oo_select_keys(groups['etcd']) | oo_collect('check_results.check_results.etcd') | oo_collect('health'))) | bool }}"
-
-- include: ../../openshift-master/private/restart.yml

+ 0 - 10
playbooks/byo/openshift-cluster/redeploy-master-certificates.yml

@@ -1,10 +0,0 @@
----
-- include: ../../init/main.yml
-
-- include: ../../common/openshift-cluster/redeploy-certificates/masters-backup.yml
-
-- include: ../../openshift-master/private/certificates.yml
-  vars:
-    openshift_certificates_redeploy: true
-
-- include: ../../openshift-master/private/restart.yml

+ 0 - 10
playbooks/byo/openshift-cluster/redeploy-node-certificates.yml

@@ -1,10 +0,0 @@
----
-- include: ../../init/main.yml
-
-- include: ../../common/openshift-cluster/redeploy-certificates/nodes-backup.yml
-
-- include: ../../openshift-node/private/certificates.yml
-  vars:
-    openshift_certificates_redeploy: true
-
-- include: ../../openshift-node/private/restart.yml

+ 0 - 4
playbooks/byo/openshift-cluster/redeploy-openshift-ca.yml

@@ -1,4 +0,0 @@
----
-- include: ../../init/main.yml
-
-- include: ../../common/openshift-cluster/redeploy-certificates/openshift-ca.yml

+ 0 - 4
playbooks/byo/openshift-cluster/redeploy-registry-certificates.yml

@@ -1,4 +0,0 @@
----
-- include: ../../init/main.yml
-
-- include: ../../common/openshift-cluster/redeploy-certificates/registry.yml

+ 0 - 4
playbooks/byo/openshift-cluster/redeploy-router-certificates.yml

@@ -1,4 +0,0 @@
----
-- include: ../../init/main.yml
-
-- include: ../../common/openshift-cluster/redeploy-certificates/router.yml

+ 0 - 1
playbooks/common/openshift-cluster/redeploy-certificates/filter_plugins

@@ -1 +0,0 @@
-../../../../filter_plugins

+ 0 - 1
playbooks/common/openshift-cluster/redeploy-certificates/library

@@ -1 +0,0 @@
-../../../../library

+ 0 - 1
playbooks/common/openshift-cluster/redeploy-certificates/lookup_plugins

@@ -1 +0,0 @@
-../../../../lookup_plugins

+ 0 - 1
playbooks/common/openshift-cluster/redeploy-certificates/roles

@@ -1 +0,0 @@
-../../../../roles

playbooks/common/openshift-cluster/redeploy-certificates/etcd-backup.yml → playbooks/openshift-etcd/private/certificates-backup.yml


+ 3 - 3
playbooks/common/openshift-cluster/redeploy-certificates/etcd-ca.yml

@@ -21,7 +21,7 @@
       name: etcd
       tasks_from: remove_ca_certificates
 
-- include: ../../../openshift-etcd/private/ca.yml
+- include: ca.yml
 
 - name: Create temp directory for syncing certs
   hosts: localhost
@@ -44,7 +44,7 @@
       etcd_sync_cert_dir: "{{ hostvars['localhost'].g_etcd_mktemp.stdout }}"
       etcd_ca_host: "{{ groups.oo_etcd_to_config.0 }}"
 
-- include: ../../../openshift-etcd/private/restart.yml
+- include: restart.yml
   # Do not restart etcd when etcd certificates were previously expired.
   when: ('expired' not in (hostvars
                            | oo_select_keys(groups['etcd'])
@@ -82,7 +82,7 @@
       state: absent
     changed_when: false
 
-- include: ../../../openshift-master/private/restart.yml
+- include: ../../openshift-master/private/restart.yml
   # Do not restart masters when master or etcd certificates were previously expired.
   when:
   # masters

+ 7 - 1
playbooks/common/openshift-cluster/redeploy-certificates/check-expiry.yml

@@ -1,6 +1,6 @@
 ---
 - name: Check cert expirys
-  hosts: "{{ g_check_expiry_hosts }}"
+  hosts: oo_etcd_to_config
   vars:
     openshift_certificate_expiry_show_all: yes
   roles:
@@ -10,3 +10,9 @@
   # this playbook. Service restarts will be skipped if any
   # certificates were previously expired.
   - role: openshift_certificate_expiry
+
+- include: certificates-backup.yml
+
+- include: certificates.yml
+  vars:
+    etcd_certificates_redeploy: true

+ 4 - 0
playbooks/openshift-etcd/redeploy-ca.yml

@@ -0,0 +1,4 @@
+---
+- include: ../init/main.yml
+
+- include: private/redeploy-ca.yml

+ 10 - 0
playbooks/openshift-etcd/redeploy-certificates.yml

@@ -0,0 +1,10 @@
+---
+- include: ../init/main.yml
+
+- include: private/redeploy-certificates.yml
+
+- include: private/restart.yml
+  vars:
+    g_etcd_certificates_expired: "{{ ('expired' in (hostvars | oo_select_keys(groups['etcd']) | oo_collect('check_results.check_results.etcd') | oo_collect('health'))) | bool }}"
+
+- include: ../openshift-master/private/restart.yml

playbooks/common/openshift-cluster/redeploy-certificates/registry.yml → playbooks/openshift-hosted/private/redeploy-registry-certificates.yml


playbooks/common/openshift-cluster/redeploy-certificates/router.yml → playbooks/openshift-hosted/private/redeploy-router-certificates.yml


+ 4 - 0
playbooks/openshift-hosted/redeploy-registry-certificates.yml

@@ -0,0 +1,4 @@
+---
+- include: ../init/main.yml
+
+- include: private/redeploy-registry-certificates.yml

+ 4 - 0
playbooks/openshift-hosted/redeploy-router-certificates.yml

@@ -0,0 +1,4 @@
+---
+- include: ../init/main.yml
+
+- include: private/redeploy-router-certificates.yml

playbooks/common/openshift-cluster/redeploy-certificates/masters-backup.yml → playbooks/openshift-master/private/certificates-backup.yml


+ 6 - 0
playbooks/openshift-master/private/redeploy-certificates.yml

@@ -0,0 +1,6 @@
+---
+- include: certificates-backup.yml
+
+- include: certificates.yml
+  vars:
+    openshift_certificates_redeploy: true

+ 2 - 2
playbooks/common/openshift-cluster/redeploy-certificates/openshift-ca.yml

@@ -207,7 +207,7 @@
       group: "{{ 'root' if item == 'root' else _ansible_ssh_user_gid.stdout  }}"
     with_items: "{{ client_users }}"
 
-- include: ../../../openshift-master/private/restart.yml
+- include: restart.yml
   # Do not restart masters when master or etcd certificates were previously expired.
   when:
   # masters
@@ -272,7 +272,7 @@
       state: absent
     changed_when: false
 
-- include: ../../../openshift-node/private/restart.yml
+- include: ../../openshift-node/private/restart.yml
   # Do not restart nodes when node, master or etcd certificates were previously expired.
   when:
   # nodes

+ 6 - 0
playbooks/openshift-master/redeploy-certificates.yml

@@ -0,0 +1,6 @@
+---
+- include: ../init/main.yml
+
+- include: private/redeploy-certificates.yml
+
+- include: private/restart.yml

+ 4 - 0
playbooks/openshift-master/redeploy-openshift-ca.yml

@@ -0,0 +1,4 @@
+---
+- include: ../init/main.yml
+
+- include: private/redeploy-openshift-ca.yml

playbooks/common/openshift-cluster/redeploy-certificates/nodes-backup.yml → playbooks/openshift-node/private/certificates-backup.yml


+ 6 - 0
playbooks/openshift-node/private/redeploy-certificates.yml

@@ -0,0 +1,6 @@
+---
+- include: certificates-backup.yml
+
+- include: certificates.yml
+  vars:
+    openshift_certificates_redeploy: true

+ 6 - 0
playbooks/openshift-node/redeploy-certificates.yml

@@ -0,0 +1,6 @@
+---
+- include: ../init/main.yml
+
+- include: private/redeploy-certificates.yml
+
+- include: private/restart.yml

+ 26 - 0
playbooks/redeploy-certificates.yml

@@ -0,0 +1,26 @@
+---
+- include: init/main.yml
+
+- include: openshift-etcd/private/redeploy-certificates.yml
+
+- include: openshift-master/private/redeploy-certificates.yml
+
+- include: openshift-node/private/redeploy-certificates.yml
+
+- include: openshift-etcd/private/restart.yml
+  vars:
+    g_etcd_certificates_expired: "{{ ('expired' in (hostvars | oo_select_keys(groups['etcd']) | oo_collect('check_results.check_results.etcd') | oo_collect('health'))) | bool }}"
+
+- include: openshift-master/private/restart.yml
+
+- include: openshift-node/private/restart.yml
+
+- include: openshift-hosted/private/redeploy-router-certificates.yml
+  when: openshift_hosted_manage_router | default(true) | bool
+
+- include: openshift-hosted/private/redeploy-registry-certificates.yml
+  when: openshift_hosted_manage_registry | default(true) | bool
+
+- include: openshift-master/private/revert-client-ca.yml
+
+- include: openshift-master/private/restart.yml