Browse Source

Remove the use of the upgrading variable.

Devan Goodwin 8 years ago
parent
commit
04643670db

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

@@ -71,7 +71,6 @@
     # defined, and overriding the normal behavior of protecting the installed version
     openshift_release: "3.2"
     openshift_protect_installed_version: False
-    upgrading: true
 
 - name: Verify master processes
   hosts: oo_masters_to_config

+ 0 - 1
playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml

@@ -132,7 +132,6 @@
     origin_reconcile_bindings: "{{ deployment_type == 'origin' and g_new_version | version_compare('1.0.6', '>') }}"
     ent_reconcile_bindings: true
     openshift_docker_hosted_registry_network: "{{ hostvars[groups.oo_first_master.0].openshift.common.portal_net }}"
-    upgrading: True
   tasks:
   - name: Verifying the correct commandline tools are available
     shell: grep {{ verify_upgrade_version }} {{ openshift.common.admin_binary}}

+ 0 - 1
roles/openshift_docker/defaults/main.yml

@@ -1,2 +1 @@
 ---
-upgrading: False