diff options
author | Russell Teague <rteague@redhat.com> | 2017-10-04 11:49:18 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-10-04 11:49:18 -0400 |
commit | f6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf (patch) | |
tree | 9ca60aca0e405298b5481d1d8329daccf5c8a2da /playbooks/common/openshift-master | |
parent | a0ba7b469776f7a141d2bb0f26f51e3f1c4b268a (diff) | |
download | openshift-f6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf.tar.gz openshift-f6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf.tar.bz2 openshift-f6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf.tar.xz openshift-f6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf.zip |
Allow checkpoint status to work across all groups
Diffstat (limited to 'playbooks/common/openshift-master')
-rw-r--r-- | playbooks/common/openshift-master/additional_config.yml | 6 | ||||
-rw-r--r-- | playbooks/common/openshift-master/config.yml | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/playbooks/common/openshift-master/additional_config.yml b/playbooks/common/openshift-master/additional_config.yml index ee76e2ed7..1b3eb268a 100644 --- a/playbooks/common/openshift-master/additional_config.yml +++ b/playbooks/common/openshift-master/additional_config.yml @@ -1,7 +1,6 @@ --- - name: Master Additional Install Checkpoint Start - hosts: localhost - connection: local + hosts: oo_all_hosts gather_facts: false tasks: - name: Set Master Additional install 'In Progress' @@ -37,8 +36,7 @@ when: openshift_use_flannel | default(false) | bool - name: Master Additional Install Checkpoint End - hosts: localhost - connection: local + hosts: oo_all_hosts gather_facts: false tasks: - name: Set Master Additional install 'Complete' diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml index 766e0e501..58ba4c2c7 100644 --- a/playbooks/common/openshift-master/config.yml +++ b/playbooks/common/openshift-master/config.yml @@ -1,7 +1,6 @@ --- - name: Master Install Checkpoint Start - hosts: localhost - connection: local + hosts: oo_all_hosts gather_facts: false tasks: - name: Set Master install 'In Progress' @@ -224,8 +223,7 @@ r_openshift_excluder_service_type: "{{ openshift.common.service_type }}" - name: Master Install Checkpoint End - hosts: localhost - connection: local + hosts: oo_all_hosts gather_facts: false tasks: - name: Set Master install 'Complete' |