summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-08-23 14:49:23 -0400
committerGitHub <noreply@github.com>2016-08-23 14:49:23 -0400
commitdba67f91f734e93b7932e25f4f0461c7a6da8d27 (patch)
tree88cb5e251723d46f344c7225a3b426b6b6395c64 /roles
parent46856f244abfcf02bc84a95de191cfce4c62c04d (diff)
parent8681ae6983aa20d66ea8741a2ea7d86a4906bcf3 (diff)
downloadopenshift-dba67f91f734e93b7932e25f4f0461c7a6da8d27.tar.gz
openshift-dba67f91f734e93b7932e25f4f0461c7a6da8d27.tar.bz2
openshift-dba67f91f734e93b7932e25f4f0461c7a6da8d27.tar.xz
openshift-dba67f91f734e93b7932e25f4f0461c7a6da8d27.zip
Merge pull request #2348 from dgoodwin/ded-etcd-fix
Dedicated Etcd Upgrade Fix
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_version/tasks/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/openshift_version/tasks/main.yml b/roles/openshift_version/tasks/main.yml
index 6e5d2b22c..a3a99d248 100644
--- a/roles/openshift_version/tasks/main.yml
+++ b/roles/openshift_version/tasks/main.yml
@@ -73,6 +73,10 @@
msg: openshift_version role was unable to set openshift_pkg_version
when: openshift_pkg_version is not defined
+- fail:
+ msg: "No OpenShift version available, please ensure your systems are fully registered and have access to appropriate yum repositories."
+ when: not is_containerized | bool and openshift_version == '0.0'
+
# We can't map an openshift_release to full rpm version like we can with containers, make sure
# the rpm version we looked up matches the release requested and error out if not.
- fail: