فهرست منبع

Playbook Consolidation - openshift-management

Russell Teague 7 سال پیش
والد
کامیت
3d20df36ec

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

@@ -10,7 +10,7 @@
 - include: ../../common/openshift-cluster/service_catalog.yml
   when: openshift_enable_service_catalog | default(false) | bool
 
-- include: ../../common/openshift-management/config.yml
+- include: ../../openshift-management/private/config.yml
   when: openshift_management_install_management | default(false) | bool
 
 - name: Print deprecated variable warning message if necessary

+ 0 - 4
playbooks/byo/openshift-management/add_container_provider.yml

@@ -1,4 +0,0 @@
----
-- include: ../../init/evaluate_groups.yml
-
-- include: ../../common/openshift-management/add_container_provider.yml

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

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

+ 0 - 1
playbooks/byo/openshift-management/roles

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

+ 0 - 2
playbooks/byo/openshift-management/uninstall.yml

@@ -1,2 +0,0 @@
----
-- include: ../../common/openshift-management/uninstall.yml

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

@@ -29,7 +29,7 @@
 - include: service_catalog.yml
   when: openshift_enable_service_catalog | default(true) | bool
 
-- include: ../openshift-management/config.yml
+- include: ../../openshift-management/private/config.yml
   when: openshift_management_install_management | default(false) | bool
 
 - name: Print deprecated variable warning message if necessary

+ 4 - 0
playbooks/openshift-management/add_container_provider.yml

@@ -0,0 +1,4 @@
+---
+- include: ../init/evaluate_groups.yml
+
+- include: private/add_container_provider.yml

playbooks/byo/openshift-management/add_many_container_providers.yml → playbooks/openshift-management/add_many_container_providers.yml


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

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

playbooks/common/openshift-management/add_container_provider.yml → playbooks/openshift-management/private/add_container_provider.yml


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


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


playbooks/common/openshift-management/library → playbooks/openshift-management/private/library


playbooks/common/openshift-management/roles → playbooks/openshift-management/private/roles


playbooks/common/openshift-management/uninstall.yml → playbooks/openshift-management/private/uninstall.yml


+ 1 - 0
playbooks/openshift-management/roles

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

+ 2 - 0
playbooks/openshift-management/uninstall.yml

@@ -0,0 +1,2 @@
+---
+- include: private/uninstall.yml

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

@@ -98,7 +98,7 @@ class CallbackModule(CallbackBase):
             },
             'installer_phase_management': {
                 'title': 'Management Install',
-                'playbook': 'playbooks/byo/openshift-management/config.yml'
+                'playbook': 'playbooks/openshift-management/config.yml'
             },
         }