summaryrefslogtreecommitdiffstats
path: root/roles/installer_checkpoint
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2017-10-10 18:41:32 -0700
committerGitHub <noreply@github.com>2017-10-10 18:41:32 -0700
commited94267382f9629ac110f47df562d9a2b6f7ccb4 (patch)
tree422a626cf4373eee7cdd1019701e0f67f3670a10 /roles/installer_checkpoint
parentbf4bb23ddfa2d4c9b6d56d09ef8a16e5e9b5b009 (diff)
parentf6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf (diff)
downloadopenshift-ed94267382f9629ac110f47df562d9a2b6f7ccb4.tar.gz
openshift-ed94267382f9629ac110f47df562d9a2b6f7ccb4.tar.bz2
openshift-ed94267382f9629ac110f47df562d9a2b6f7ccb4.tar.xz
openshift-ed94267382f9629ac110f47df562d9a2b6f7ccb4.zip
Merge pull request #5659 from mtnbikenc/fix-checkpointing
Automatic merge from submit-queue. Allow checkpoint status to work across all groups Conditionals placed in inventories were not being applied to localhost causing the checkpoint status to not be updated properly. Moving to the `oo_all_hosts` group will correctly pick up the conditional and apply regardless of which group (or host) may have that conditional set.
Diffstat (limited to 'roles/installer_checkpoint')
-rw-r--r--roles/installer_checkpoint/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/installer_checkpoint/README.md b/roles/installer_checkpoint/README.md
index 321acca21..83e00e504 100644
--- a/roles/installer_checkpoint/README.md
+++ b/roles/installer_checkpoint/README.md
@@ -92,8 +92,7 @@ phase/component and then a final play for setting `installer_hase_initialize` to
# common/openshift-cluster/std_include.yml
---
- name: Initialization Checkpoint Start
- hosts: localhost
- connection: local
+ hosts: oo_all_hosts
gather_facts: false
roles:
- installer_checkpoint