Browse Source

Bug 1315564 - upgrade to ose3.2 failed on Atomic Hosts

Brenton Leanhardt 9 years ago
parent
commit
edc7a0f4b9

+ 1 - 0
playbooks/common/openshift-cluster/upgrades/v3_1_minor/pre.yml

@@ -36,6 +36,7 @@
   tasks:
   - name: Clean package cache
     command: "{{ ansible_pkg_mgr }} clean all"
+    when: not openshift.common.is_atomic | bool
 
   - set_fact:
       g_new_service_name: "{{ 'origin' if deployment_type =='origin' else 'atomic-openshift' }}"

+ 2 - 0
playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml

@@ -55,6 +55,7 @@
   tasks:
   - name: Clean package cache
     command: "{{ ansible_pkg_mgr }} clean all"
+    when: not openshift.common.is_atomic | bool
 
   - set_fact:
       g_new_service_name: "{{ 'origin' if deployment_type =='origin' else 'atomic-openshift' }}"
@@ -217,6 +218,7 @@
 
   - name: Install etcd (for etcdctl)
     action: "{{ ansible_pkg_mgr }} name=etcd state=latest"
+    when: not openshift.common.is_atomic | bool
 
   - name: Generate etcd backup
     command: >