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

@@ -4,13 +4,6 @@
# TODO: akasurde: VCSIM does not suport network manager system
- name: store the vcenter container ip
set_fact:
vcsim: '{{ lookup("env", "vcenter_host") }}'
- debug:
var: vcsim
- name: Wait for Flask controller to come up online
wait_for:
host: '{{ vcsim }}'