From 08010c30e154de39c5aa63dbe21e6664d0577fa3 Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Mon, 28 Nov 2016 16:05:55 -0500 Subject: etcd upgrade playbook is not currently applicable to embedded etcd installs Fixes Bug 1395945 --- playbooks/common/openshift-cluster/upgrades/etcd/main.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'playbooks/common/openshift-cluster/upgrades/etcd/main.yml') diff --git a/playbooks/common/openshift-cluster/upgrades/etcd/main.yml b/playbooks/common/openshift-cluster/upgrades/etcd/main.yml index cce844403..192799376 100644 --- a/playbooks/common/openshift-cluster/upgrades/etcd/main.yml +++ b/playbooks/common/openshift-cluster/upgrades/etcd/main.yml @@ -14,6 +14,9 @@ connection: local become: no tasks: + - fail: + msg: 'The etcd upgrade playbook does not support upgrading embedded etcd, simply run the normal playbooks and etcd will be upgraded when your master is updated.' + when: "{{ groups.oo_etcd_to_config | default([]) | length == 0 }}" - name: Evaluate etcd_hosts_to_upgrade add_host: name: "{{ item }}" -- cgit v1.2.3