Ver código fonte

Playbook Consolidation - openshift-etcd

Russell Teague 7 anos atrás
pai
commit
79939ca092
35 arquivos alterados com 38 adições e 41 exclusões
  1. 1 1
      playbooks/aws/openshift-cluster/install.yml
  2. 2 2
      playbooks/byo/openshift-cluster/redeploy-certificates.yml
  3. 2 2
      playbooks/byo/openshift-cluster/redeploy-etcd-certificates.yml
  4. 0 6
      playbooks/byo/openshift-etcd/certificates.yml
  5. 0 4
      playbooks/byo/openshift-etcd/config.yml
  6. 0 4
      playbooks/byo/openshift-etcd/embedded2external.yml
  7. 0 1
      playbooks/byo/openshift-etcd/filter_plugins
  8. 0 1
      playbooks/byo/openshift-etcd/lookup_plugins
  9. 0 4
      playbooks/byo/openshift-etcd/migrate.yml
  10. 0 4
      playbooks/byo/openshift-etcd/restart.yml
  11. 0 4
      playbooks/byo/openshift-etcd/scaleup.yml
  12. 1 1
      playbooks/common/openshift-cluster/config.yml
  13. 2 2
      playbooks/common/openshift-cluster/redeploy-certificates/etcd-ca.yml
  14. 0 1
      playbooks/common/openshift-etcd/roles
  15. 1 1
      playbooks/common/openshift-master/scaleup.yml
  16. 6 0
      playbooks/openshift-etcd/certificates.yml
  17. 4 0
      playbooks/openshift-etcd/config.yml
  18. 4 0
      playbooks/openshift-etcd/embedded2external.yml
  19. 4 0
      playbooks/openshift-etcd/migrate.yml
  20. 0 0
      playbooks/openshift-etcd/private/ca.yml
  21. 0 0
      playbooks/openshift-etcd/private/certificates.yml
  22. 0 0
      playbooks/openshift-etcd/private/config.yml
  23. 1 1
      playbooks/common/openshift-etcd/embedded2external.yml
  24. 0 0
      playbooks/openshift-etcd/private/filter_plugins
  25. 0 0
      playbooks/openshift-etcd/private/lookup_plugins
  26. 0 0
      playbooks/openshift-etcd/private/master_etcd_certificates.yml
  27. 0 0
      playbooks/openshift-etcd/private/migrate.yml
  28. 0 0
      playbooks/openshift-etcd/private/restart.yml
  29. 0 0
      playbooks/openshift-etcd/private/roles
  30. 0 0
      playbooks/openshift-etcd/private/scaleup.yml
  31. 0 0
      playbooks/openshift-etcd/private/server_certificates.yml
  32. 4 0
      playbooks/openshift-etcd/restart.yml
  33. 4 0
      playbooks/openshift-etcd/scaleup.yml
  34. 1 1
      roles/installer_checkpoint/README.md
  35. 1 1
      roles/installer_checkpoint/callback_plugins/installer_checkpoint.py

+ 1 - 1
playbooks/aws/openshift-cluster/install.yml

@@ -22,7 +22,7 @@
   include: ../../common/openshift-checks/install.yml
 
 - name: etcd install
-  include: ../../common/openshift-etcd/config.yml
+  include: ../../openshift-etcd/private/config.yml
 
 - name: include nfs
   include: ../../common/openshift-nfs/config.yml

+ 2 - 2
playbooks/byo/openshift-cluster/redeploy-certificates.yml

@@ -7,7 +7,7 @@
 
 - include: ../../common/openshift-cluster/redeploy-certificates/etcd-backup.yml
 
-- include: ../../common/openshift-etcd/certificates.yml
+- include: ../../openshift-etcd/private/certificates.yml
   vars:
     etcd_certificates_redeploy: true
 
@@ -23,7 +23,7 @@
   vars:
     openshift_certificates_redeploy: true
 
-- include: ../../common/openshift-etcd/restart.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 }}"
 

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

@@ -7,11 +7,11 @@
 
 - include: ../../common/openshift-cluster/redeploy-certificates/etcd-backup.yml
 
-- include: ../../common/openshift-etcd/certificates.yml
+- include: ../../openshift-etcd/private/certificates.yml
   vars:
     etcd_certificates_redeploy: true
 
-- include: ../../common/openshift-etcd/restart.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 }}"
 

+ 0 - 6
playbooks/byo/openshift-etcd/certificates.yml

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

+ 0 - 4
playbooks/byo/openshift-etcd/config.yml

@@ -1,4 +0,0 @@
----
-- include: ../../init/main.yml
-
-- include: ../../common/openshift-etcd/config.yml

+ 0 - 4
playbooks/byo/openshift-etcd/embedded2external.yml

@@ -1,4 +0,0 @@
----
-- include: ../../init/main.yml
-
-- include: ../../common/openshift-etcd/embedded2external.yml

+ 0 - 1
playbooks/byo/openshift-etcd/filter_plugins

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

+ 0 - 1
playbooks/byo/openshift-etcd/lookup_plugins

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

+ 0 - 4
playbooks/byo/openshift-etcd/migrate.yml

@@ -1,4 +0,0 @@
----
-- include: ../../init/main.yml
-
-- include: ../../common/openshift-etcd/migrate.yml

+ 0 - 4
playbooks/byo/openshift-etcd/restart.yml

@@ -1,4 +0,0 @@
----
-- include: ../../init/main.yml
-
-- include: ../../common/openshift-etcd/restart.yml

+ 0 - 4
playbooks/byo/openshift-etcd/scaleup.yml

@@ -1,4 +0,0 @@
----
-- include: ../../init/main.yml
-
-- include: ../../common/openshift-etcd/scaleup.yml

+ 1 - 1
playbooks/common/openshift-cluster/config.yml

@@ -1,7 +1,7 @@
 ---
 - include: ../openshift-checks/install.yml
 
-- include: ../openshift-etcd/config.yml
+- include: ../../openshift-etcd/private/config.yml
 
 - include: ../openshift-nfs/config.yml
   when: groups.oo_nfs_to_config | default([]) | count > 0

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

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

+ 0 - 1
playbooks/common/openshift-etcd/roles

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

+ 1 - 1
playbooks/common/openshift-master/scaleup.yml

@@ -46,7 +46,7 @@
 
 - include: ../openshift-master/set_network_facts.yml
 
-- include: ../openshift-etcd/certificates.yml
+- include: ../../openshift-etcd/private/certificates.yml
 
 - include: ../openshift-master/config.yml
 

+ 6 - 0
playbooks/openshift-etcd/certificates.yml

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

+ 4 - 0
playbooks/openshift-etcd/config.yml

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

+ 4 - 0
playbooks/openshift-etcd/embedded2external.yml

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

+ 4 - 0
playbooks/openshift-etcd/migrate.yml

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

playbooks/common/openshift-etcd/ca.yml → playbooks/openshift-etcd/private/ca.yml


playbooks/common/openshift-etcd/certificates.yml → playbooks/openshift-etcd/private/certificates.yml


playbooks/common/openshift-etcd/config.yml → playbooks/openshift-etcd/private/config.yml


+ 1 - 1
playbooks/common/openshift-etcd/embedded2external.yml

@@ -68,7 +68,7 @@
     etcd_certificates_redeploy: "{{ true }}"
 
 # 4. deploy external etcd
-- include: ../openshift-etcd/config.yml
+- include: config.yml
 
 # 5. stop external etcd
 - name: Cleanse etcd

playbooks/common/openshift-etcd/filter_plugins → playbooks/openshift-etcd/private/filter_plugins


playbooks/common/openshift-etcd/lookup_plugins → playbooks/openshift-etcd/private/lookup_plugins


playbooks/common/openshift-etcd/master_etcd_certificates.yml → playbooks/openshift-etcd/private/master_etcd_certificates.yml


playbooks/common/openshift-etcd/migrate.yml → playbooks/openshift-etcd/private/migrate.yml


playbooks/common/openshift-etcd/restart.yml → playbooks/openshift-etcd/private/restart.yml


playbooks/byo/openshift-etcd/roles → playbooks/openshift-etcd/private/roles


playbooks/common/openshift-etcd/scaleup.yml → playbooks/openshift-etcd/private/scaleup.yml


playbooks/common/openshift-etcd/server_certificates.yml → playbooks/openshift-etcd/private/server_certificates.yml


+ 4 - 0
playbooks/openshift-etcd/restart.yml

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

+ 4 - 0
playbooks/openshift-etcd/scaleup.yml

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

+ 1 - 1
roles/installer_checkpoint/README.md

@@ -64,7 +64,7 @@ phase are stored in the `phase_attributes` variable.
             },
             'installer_phase_etcd': {
                 'title': 'etcd Install',
-                'playbook': 'playbooks/byo/openshift-etcd/config.yml'
+                'playbook': 'playbooks/openshift-etcd/config.yml'
             },
             'installer_phase_nfs': {
                 'title': 'NFS Install',

+ 1 - 1
roles/installer_checkpoint/callback_plugins/installer_checkpoint.py

@@ -50,7 +50,7 @@ class CallbackModule(CallbackBase):
             },
             'installer_phase_etcd': {
                 'title': 'etcd Install',
-                'playbook': 'playbooks/byo/openshift-etcd/config.yml'
+                'playbook': 'playbooks/openshift-etcd/config.yml'
             },
             'installer_phase_nfs': {
                 'title': 'NFS Install',