diff options
author | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2017-10-09 18:34:24 +0900 |
---|---|---|
committer | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2018-02-03 17:30:04 +0900 |
commit | 553e06d7baba5bfc96d8b00684a3d8e6db11f4b1 (patch) | |
tree | 62aa8fdd69e4510e682f14f41c5d2091dd117946 /playbooks | |
parent | 2a0eb131853c9dbbe5b2e4f4b5a61da08bf2421f (diff) | |
download | openshift-553e06d7baba5bfc96d8b00684a3d8e6db11f4b1.tar.gz openshift-553e06d7baba5bfc96d8b00684a3d8e6db11f4b1.tar.bz2 openshift-553e06d7baba5bfc96d8b00684a3d8e6db11f4b1.tar.xz openshift-553e06d7baba5bfc96d8b00684a3d8e6db11f4b1.zip |
remove openshift_upgrade_{pre,post}_storage_migration_enabled from failed_when
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml index 1dcd9a207..9b5ba3482 100644 --- a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml +++ b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml @@ -56,7 +56,6 @@ register: l_pb_upgrade_control_plane_pre_upgrade_storage when: openshift_upgrade_pre_storage_migration_enabled | default(true) | bool failed_when: - - openshift_upgrade_pre_storage_migration_enabled | default(true) | bool - l_pb_upgrade_control_plane_pre_upgrade_storage.rc != 0 - openshift_upgrade_pre_storage_migration_fatal | default(true) | bool @@ -122,7 +121,6 @@ - openshift_upgrade_post_storage_migration_enabled | default(true) | bool - openshift_version is version_compare('3.7','<') failed_when: - - openshift_upgrade_post_storage_migration_enabled | default(true) | bool - l_pb_upgrade_control_plane_post_upgrade_storage.rc != 0 - openshift_upgrade_post_storage_migration_fatal | default(false) | bool run_once: true @@ -258,7 +256,6 @@ register: l_pb_upgrade_control_plane_post_upgrade_storage when: openshift_upgrade_post_storage_migration_enabled | default(true) | bool failed_when: - - openshift_upgrade_post_storage_migration_enabled | default(true) | bool - l_pb_upgrade_control_plane_post_upgrade_storage.rc != 0 - openshift_upgrade_post_storage_migration_fatal | default(false) | bool |