From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Mick Subject: Re: ansible task progress Date: Tue, 07 Jul 2015 18:11:02 -0700 Message-ID: <559C78A6.8000800@redhat.com> References: <559C719C.8010707@dachary.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com ([209.132.183.28]:46968 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753684AbbGHBLC (ORCPT ); Tue, 7 Jul 2015 21:11:02 -0400 In-Reply-To: <559C719C.8010707@dachary.org> Sender: ceph-devel-owner@vger.kernel.org List-ID: To: Loic Dachary , Zack Cerza , Andrew Schoen Cc: Ceph Development The overall issue here is, of course, there's a lot of vars that cephlab relies on that are not generated by the task itself (in the case of no inventory file). I'm not sure what the plan was to cope with all those vars. On 07/07/2015 05:41 PM, Loic Dachary wrote: > Hi Zack & Andrew, > > With Dan's help we hacked passed the sudo problem with: > > cat > /tmp/ansible.yaml < overrides: > ansible.cephlab: > branch: wip-fix-defaults > vars: > ansible_sudo: true > interactive-on-error: true > EOF > > teuthology-suite --machine-type openstack --suite-dir $(pwd)/teuthology/test/integration --suite noop /tmp/ansible.yaml > > with full logs at > > http://integration.ceph.dachary.org:8081/ubuntu-2015-07-08_00:31:07-noop-master---basic-openstack/3/ > > Cheers >