Browse Source

Fix use of v3.2 format for openshift_release in upgrade.

Devan Goodwin 8 years ago
parent
commit
50c5e7ac79
1 changed files with 4 additions and 0 deletions
  1. 4 0
      playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml

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

@@ -58,6 +58,10 @@
         valid version for a {{ target_version }} upgrade
     when: openshift_image_tag is defined and openshift_image_tag.split('v',1).1 | version_compare(target_version ,'<')
 
+  - set_fact:
+      openshift_release: "{{ openshift_release[1:] }}"
+    when: openshift_release is defined and openshift_release[0] == 'v'
+
   - fail:
       msg: >
         openshift_release is {{ openshift_release }} which is not a