]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-18169] install: pass args to the host-specific install function
authorAlfredo Deza <adeza@redhat.com>
Thu, 8 Dec 2016 13:36:41 +0000 (08:36 -0500)
committerAlfredo Deza <adeza@redhat.com>
Thu, 8 Dec 2016 13:36:41 +0000 (08:36 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph_deploy/install.py

index f245497d5dbaaaee37c873c96305ef4b94ec0413..93529f90e76fc2e5ff610433b436eb5a7222b0c6 100644 (file)
@@ -174,6 +174,7 @@ def install(args):
                 args.adjust_repos,
                 components=components,
                 gpgcheck=gpgcheck,
+                args=args
             )
 
         # Detect and install custom repos here if needed
@@ -189,6 +190,7 @@ def install(args):
                 args.adjust_repos,
                 components=components,
                 gpgcheck = gpgcheck,
+                args=args
             )
 
         # Check the ceph version we just installed