summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/setup_container.yml
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2017-08-07 19:33:54 -0400
committerLuke Meyer <lmeyer@redhat.com>2017-08-07 20:00:55 -0400
commit7afd385e1e0d0ac5cdb4783be7cad692e65da9d4 (patch)
tree6ae556d2dffb8c71f2c49aa12f673e14fcd27dfe /test/integration/openshift_health_checker/setup_container.yml
parent0c0afedb08ec3633e469bf24781256566384483c (diff)
downloadopenshift-7afd385e1e0d0ac5cdb4783be7cad692e65da9d4.tar.gz
openshift-7afd385e1e0d0ac5cdb4783be7cad692e65da9d4.tar.bz2
openshift-7afd385e1e0d0ac5cdb4783be7cad692e65da9d4.tar.xz
openshift-7afd385e1e0d0ac5cdb4783be7cad692e65da9d4.zip
integration tests: keep openshift_version happy
Diffstat (limited to 'test/integration/openshift_health_checker/setup_container.yml')
-rw-r--r--test/integration/openshift_health_checker/setup_container.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/integration/openshift_health_checker/setup_container.yml b/test/integration/openshift_health_checker/setup_container.yml
index d1f8f3f52..90b2d6a4b 100644
--- a/test/integration/openshift_health_checker/setup_container.yml
+++ b/test/integration/openshift_health_checker/setup_container.yml
@@ -44,5 +44,20 @@
delegate_to: "{{ container_name }}"
with_dict: "{{ l_host_vars | default({}) }}"
+- hosts: all
+ tasks:
+
+ # run before openshift_version to prevent it breaking
+ - include: preflight/playbooks/tasks/enable_repo.yml
+ vars: { repo_name: "ose-3.2" }
+
- include: ../../../playbooks/byo/openshift-cluster/initialize_groups.yml
- include: ../../../playbooks/common/openshift-cluster/std_include.yml
+
+- hosts: all
+ tasks:
+
+ # put it back like it was for the tests
+ - include: preflight/playbooks/tasks/enable_repo.yml
+ vars: { repo_name: "ose-3.2", enabled: False }
+