]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix inventory file name
authorVasu Kulkarni <vasu@redhat.com>
Wed, 15 Feb 2017 03:42:01 +0000 (19:42 -0800)
committerVasu Kulkarni <vasu@redhat.com>
Tue, 5 Sep 2017 18:50:56 +0000 (11:50 -0700)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
qa/tasks/upgrades.py

index 74fe9102a5fc92abef7d8f82e59afb2542f371ae..54c9863ca8d9f51c6dfef403c527b1602708e1fc 100644 (file)
@@ -58,7 +58,7 @@ def task(ctx, config):
         ])
     upg_cmd = ['cd', 'ceph-ansible', run.Raw(';'),
                'ansible-playbook', '-e', 'ireallymeanit=yes',
-               '-vv', '-i', 'hosts', 'rolling_update.yml']
+               '-vv', '-i', 'inven.yml', 'rolling_update.yml']
 
     ceph_installer.run(args=upg_cmd, timeout=4200)
     yield