From f7034f4790acaa2f7299e561083a745e99d0ce4b Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 26 Jul 2018 11:40:32 +0100 Subject: [PATCH] Include common test vars To help the tests pass, we include the common test vars so that the defaults galera_root_password if provided. Change-Id: I8466bcce43d447d9b9e0ff9fcbd23c426fd8f335 --- tests/test-install-zun.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test-install-zun.yml b/tests/test-install-zun.yml index 7fcd070..c58bdbe 100644 --- a/tests/test-install-zun.yml +++ b/tests/test-install-zun.yml @@ -15,7 +15,11 @@ - name: Installation and setup of Zun hosts: zun_all + gather_facts: true + any_errors_fatal: true remote_user: root + vars_files: + - common/test-vars.yml roles: - role: "os_zun" zun_rabbitmq_password: secrete