diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-15 13:14:28 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-15 13:14:28 -0500 |
commit | 383cac45cc48ac46e32334f10b97f69e4eab3a67 (patch) | |
tree | 1992e3bb64bb781336a8dcb9e3f0f56377087870 /playbooks/common | |
parent | d8501db3d0b0d22c9484176099ea84f205dbe24d (diff) | |
parent | 8c2ef6e1192006fea958e277cef5e8d9672476a3 (diff) | |
download | openshift-383cac45cc48ac46e32334f10b97f69e4eab3a67.tar.gz openshift-383cac45cc48ac46e32334f10b97f69e4eab3a67.tar.bz2 openshift-383cac45cc48ac46e32334f10b97f69e4eab3a67.tar.xz openshift-383cac45cc48ac46e32334f10b97f69e4eab3a67.zip |
Merge pull request #1191 from abutcher/restart-prompt
Call attention to openshift_master_rolling_restart_mode variable in r…
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-master/restart.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/playbooks/common/openshift-master/restart.yml b/playbooks/common/openshift-master/restart.yml index fa13a64cb..987fae63c 100644 --- a/playbooks/common/openshift-master/restart.yml +++ b/playbooks/common/openshift-master/restart.yml @@ -57,8 +57,10 @@ Warning: Running playbook from a host that will be restarted! Press CTRL+C and A to abort playbook execution. You may continue by pressing ENTER but the playbook will stop - executing once this system restarts and services must be - manually verified. + executing after this system has been restarted and services + must be verified manually. To only restart services, set + openshift_master_rolling_restart_mode=services in host + inventory and relaunch the playbook. when: exists.stat.exists and openshift.common.rolling_restart_mode == 'system' - set_fact: current_host: "{{ exists.stat.exists }}" |