diff options
author | Jan Chaloupka <jchaloup@redhat.com> | 2017-06-28 13:23:07 +0200 |
---|---|---|
committer | Jan Chaloupka <jchaloup@redhat.com> | 2017-06-28 13:23:07 +0200 |
commit | 0fb7e604c72dc932c6a6290634b810c80ceea320 (patch) | |
tree | 1f8738c9366b0db2f356a18d7107800212046ada /playbooks | |
parent | 002ceeb5bf17efe27880b1a17a342efabf9dbc30 (diff) | |
download | openshift-0fb7e604c72dc932c6a6290634b810c80ceea320.tar.gz openshift-0fb7e604c72dc932c6a6290634b810c80ceea320.tar.bz2 openshift-0fb7e604c72dc932c6a6290634b810c80ceea320.tar.xz openshift-0fb7e604c72dc932c6a6290634b810c80ceea320.zip |
evalute groups when running etcd upgrade from byo/openshift-cluster/upgrades/upgrade_etcd.yml
Diffstat (limited to 'playbooks')
-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 |