diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-01-05 11:39:22 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-01-11 16:04:36 -0500 |
commit | f9aaa8ac13adf841823f35be594641bdc2ebecac (patch) | |
tree | d60ccafbd99d54beb901766329e6f670aedaaff7 /playbooks/byo/openshift-cluster | |
parent | dea9abfe22864cf10d85d85370b1633ca18060b6 (diff) | |
download | openshift-f9aaa8ac13adf841823f35be594641bdc2ebecac.tar.gz openshift-f9aaa8ac13adf841823f35be594641bdc2ebecac.tar.bz2 openshift-f9aaa8ac13adf841823f35be594641bdc2ebecac.tar.xz openshift-f9aaa8ac13adf841823f35be594641bdc2ebecac.zip |
Update rolling restart playbook for pacemaker support.
Replace fail with a warn and prompt if running ansible from a host that will be rebooted.
Re-organize playbooks.
Diffstat (limited to 'playbooks/byo/openshift-cluster')
-rw-r--r-- | playbooks/byo/openshift-cluster/restart.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/playbooks/byo/openshift-cluster/restart.yml b/playbooks/byo/openshift-cluster/restart.yml deleted file mode 100644 index da0da69a6..000000000 --- a/playbooks/byo/openshift-cluster/restart.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- include: ../../common/openshift-cluster/restart.yml - vars: - g_etcd_hosts: "{{ groups.etcd | default([]) }}" - g_master_hosts: "{{ groups.masters | default([]) }}" - g_node_hosts: "{{ groups.nodes | default([]) }}" - g_lb_hosts: "{{ groups.lb | default([]) }}" |