From: Vasu Kulkarni Date: Tue, 18 Dec 2018 19:02:20 +0000 (-0800) Subject: disable firewall run in ceph-ansible playbook X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b67791ca38d1e3b638b53478e3f9abc99635f31f;p=teuthology.git disable firewall run in ceph-ansible playbook Signed-off-by: Vasu Kulkarni --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 9f7929d0d..87f1db909 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)