diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-06-28 07:45:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-28 07:45:06 -0400 |
commit | 2230e46276b004a1124dc06552a947b9023b8d4c (patch) | |
tree | 1f8738c9366b0db2f356a18d7107800212046ada | |
parent | 002ceeb5bf17efe27880b1a17a342efabf9dbc30 (diff) | |
parent | 0fb7e604c72dc932c6a6290634b810c80ceea320 (diff) | |
download | openshift-2230e46276b004a1124dc06552a947b9023b8d4c.tar.gz openshift-2230e46276b004a1124dc06552a947b9023b8d4c.tar.bz2 openshift-2230e46276b004a1124dc06552a947b9023b8d4c.tar.xz openshift-2230e46276b004a1124dc06552a947b9023b8d4c.zip |
Merge pull request #4619 from ingvagabund/evaluate-groups-for-pure-etcd-upgrade
[master] evalute groups when running etcd upgrade from byo/openshift-cluster/upgrades/upgrade_etcd.yml
-rw-r--r-- | playbooks/byo/openshift-cluster/upgrades/upgrade_etcd.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-cluster/upgrades/upgrade_etcd.yml b/playbooks/byo/openshift-cluster/upgrades/upgrade_etcd.yml index 8005a17a3..5bd5d64ab 100644 --- a/playbooks/byo/openshift-cluster/upgrades/upgrade_etcd.yml +++ b/playbooks/byo/openshift-cluster/upgrades/upgrade_etcd.yml @@ -1,4 +1,6 @@ --- - include: ../initialize_groups.yml +- include: ../../../common/openshift-cluster/evaluate_groups.yml + - include: ../../../common/openshift-cluster/upgrades/etcd/main.yml |