]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
be verbose about the need to have a repo that has calamari packages
authorAlfredo Deza <adeza@redhat.com>
Wed, 13 May 2015 18:33:55 +0000 (14:33 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 14 May 2015 12:19:37 +0000 (08:19 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph_deploy/calamari.py

index 0d7fc35558bf7bb0c7e1bcea3e885a68b9123038..25b574dd6278a60c28c24aed51d9583f9632eb7a 100644 (file)
@@ -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',