From 4e3acb4908611f66e82f348637f1f3bc230c7727 Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Tue, 18 Dec 2018 11:02:20 -0800 Subject: [PATCH] disable firewall run in ceph-ansible playbook Signed-off-by: Vasu Kulkarni --- teuthology/task/ceph_ansible.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 9f7929d0d0..87f1db9095 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -133,6 +133,7 @@ class CephAnsible(Task): args = [ 'ANSIBLE_STDOUT_CALLBACK=debug', 'ansible-playbook', '-vv', + '-e', 'check_firewall=false' '-i', 'inven.yml', 'site.yml' ] log.debug("Running %s", args) -- 2.39.5