Reduce vcenter integration test boilerplate.

This commit is contained in:
Matt Clay 2019-02-26 09:32:06 -08:00
parent e017d94766
commit b713246f57
79 changed files with 24 additions and 459 deletions

View file

@ -2,12 +2,6 @@
# Copyright: (c) 2017, Abhijeet Kasurde <akasurde@redhat.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
- name: store the vcenter container ip
set_fact:
vcsim: "{{ lookup('env', 'vcenter_host') }}"
- debug: var=vcsim
- name: Wait for vcsim controller to come online {{ vcsim }}
wait_for:
host: "{{ vcsim }}"