diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2017-09-06 15:11:55 -0400 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2017-10-04 10:48:30 -0400 |
commit | 42d330a1cf2990fee39dab36250524ebfb303428 (patch) | |
tree | c285407cbcbb32ee0ed292e98dfdc428db5dc52e /playbooks/common/openshift-cfme | |
parent | a0ba7b469776f7a141d2bb0f26f51e3f1c4b268a (diff) | |
download | openshift-42d330a1cf2990fee39dab36250524ebfb303428.tar.gz openshift-42d330a1cf2990fee39dab36250524ebfb303428.tar.bz2 openshift-42d330a1cf2990fee39dab36250524ebfb303428.tar.xz openshift-42d330a1cf2990fee39dab36250524ebfb303428.zip |
CFME 4.6 work begins. CFME 4.5 references added to the release-3.6 branch
Diffstat (limited to 'playbooks/common/openshift-cfme')
-rw-r--r-- | playbooks/common/openshift-cfme/config.yml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/playbooks/common/openshift-cfme/config.yml b/playbooks/common/openshift-cfme/config.yml index 533a35d9e..798805698 100644 --- a/playbooks/common/openshift-cfme/config.yml +++ b/playbooks/common/openshift-cfme/config.yml @@ -14,27 +14,13 @@ # # F-a-f, never check on this. True 'background' task. # poll: 0 -- name: Configure Masters for CFME Bulk Image Imports - hosts: oo_masters_to_config - serial: 1 - tasks: - - name: Run master cfme tuning playbook - include_role: - name: openshift_cfme - tasks_from: tune_masters - - name: Setup CFME - hosts: oo_first_master - vars: - r_openshift_cfme_miq_template_content: "{{ lookup('file', 'roles/openshift_cfme/files/miq-template.yaml') | from_yaml}}" + hosts: m01.example.com pre_tasks: - name: Create a temporary place to evaluate the PV templates command: mktemp -d /tmp/openshift-ansible-XXXXXXX register: r_openshift_cfme_mktemp changed_when: false - - name: Ensure the server template was read from disk - debug: - msg="{{ r_openshift_cfme_miq_template_content | from_yaml }}" tasks: - name: Run the CFME Setup Role |