From: Alfredo Deza Date: Wed, 13 May 2015 18:33:55 +0000 (-0400) Subject: be verbose about the need to have a repo that has calamari packages X-Git-Tag: v1.5.24~6^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eca0cf8f6509dc5ce94a347751c2a6da058d8c79;p=ceph-deploy.git be verbose about the need to have a repo that has calamari packages Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/calamari.py b/ceph_deploy/calamari.py index 0d7fc35..25b574d 100644 --- a/ceph_deploy/calamari.py +++ b/ceph_deploy/calamari.py @@ -35,6 +35,8 @@ def connect(args): distro.release, distro.codename ) + LOG.info('assuming that a repository with Calamari packages is already configured.') + LOG.info('Refer to the docs for examples (http://ceph.com/ceph-deploy/docs/conf.html)') rlogger = logging.getLogger(hostname) @@ -78,7 +80,9 @@ def calamari(args): def make(parser): """ - Install and configure Calamari nodes + Install and configure Calamari nodes. Assumes that a repository with + Calamari packages is already configured. Refer to the docs for examples + (http://ceph.com/ceph-deploy/docs/conf.html) """ parser.add_argument( 'subcommand',