summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-06-09 12:48:40 -0300
committerDevan Goodwin <dgoodwin@redhat.com>2016-06-10 10:42:04 -0300
commitbcf414e8b559d35909f26420d9e7dec3cd0a1897 (patch)
treeef89779f1deaff5c19d10c6d8addca9e427c1530 /playbooks
parent00eb0c79ed65543b3d358ae71b1a40fcbc88d78b (diff)
downloadopenshift-bcf414e8b559d35909f26420d9e7dec3cd0a1897.tar.gz
openshift-bcf414e8b559d35909f26420d9e7dec3cd0a1897.tar.bz2
openshift-bcf414e8b559d35909f26420d9e7dec3cd0a1897.tar.xz
openshift-bcf414e8b559d35909f26420d9e7dec3cd0a1897.zip
Fix missing openshift.common.version fact on containerized nodes.
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml
index 42641f2eb..770ccaa78 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml
@@ -107,7 +107,9 @@
hosts: oo_nodes_to_config
roles:
- openshift_facts
+ - openshift_docker_facts
tasks:
+ - debug: var=openshift.docker.openshift_version
- name: Ensure Node is running
service:
name: "{{ openshift.common.service_type }}-node"