From: Alfredo Deza Date: Thu, 8 Dec 2016 13:36:41 +0000 (-0500) Subject: [RM-18169] install: pass args to the host-specific install function X-Git-Tag: v1.5.37~3^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5bfb81411429956eec7f749ad1aad5ff7cc3d4ba;p=ceph-deploy.git [RM-18169] install: pass args to the host-specific install function Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index f245497..93529f9 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -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