diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2017-08-07 16:12:15 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2017-08-07 16:12:15 -0400 |
commit | 0c0afedb08ec3633e469bf24781256566384483c (patch) | |
tree | e0dab8b4d460a80e3578b4b35b854e40ffc7642e | |
parent | 5494fb3b3e34f9dae4a93e6212a53624d5568038 (diff) | |
download | openshift-0c0afedb08ec3633e469bf24781256566384483c.tar.gz openshift-0c0afedb08ec3633e469bf24781256566384483c.tar.bz2 openshift-0c0afedb08ec3633e469bf24781256566384483c.tar.xz openshift-0c0afedb08ec3633e469bf24781256566384483c.zip |
New pattern involves startup and initializing through the std_include.yml
-rw-r--r-- | test/integration/openshift_health_checker/setup_container.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/openshift_health_checker/setup_container.yml b/test/integration/openshift_health_checker/setup_container.yml index 33e94cf1f..d1f8f3f52 100644 --- a/test/integration/openshift_health_checker/setup_container.yml +++ b/test/integration/openshift_health_checker/setup_container.yml @@ -45,4 +45,4 @@ with_dict: "{{ l_host_vars | default({}) }}" - include: ../../../playbooks/byo/openshift-cluster/initialize_groups.yml -- include: ../../../playbooks/common/openshift-cluster/evaluate_groups.yml +- include: ../../../playbooks/common/openshift-cluster/std_include.yml |