]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/log
ceph-deploy.git
9 years agoceph_deploy.tests.test_gather_keys_with_mon: Mock shortname 393/head
Owen Synge [Tue, 24 May 2016 09:20:01 +0000 (11:20 +0200)]
ceph_deploy.tests.test_gather_keys_with_mon: Mock shortname

Since gatherkeys now uses distro.conn.remote_module.shortname()
We need to mock this also.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years agoceph_deploy.gatherkeys: Normalize hostname
Owen Synge [Mon, 23 May 2016 17:15:48 +0000 (19:15 +0200)]
ceph_deploy.gatherkeys: Normalize hostname

We should always use the short hostname for mon interactions.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years agoceph_deploy.gatherkeys: logging mon error improvment
Owen Synge [Mon, 23 May 2016 15:28:37 +0000 (17:28 +0200)]
ceph_deploy.gatherkeys: logging mon error improvment

Improve logging message so it is clear the error is not connecting the mon

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[fix-remove-ceph-create-keys-dep] ceph_deploy.gatherkeys: logging mon keyring location
Owen Synge [Mon, 23 May 2016 15:12:15 +0000 (17:12 +0200)]
[fix-remove-ceph-create-keys-dep] ceph_deploy.gatherkeys: logging mon keyring location

While testing we had issues finding the mon keyring.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[fix-remove-ceph-create-keys-dep_cp] docs.source.index: Update basic install
Owen Synge [Fri, 20 May 2016 11:34:16 +0000 (13:34 +0200)]
[fix-remove-ceph-create-keys-dep_cp] docs.source.index: Update basic install

Updated the basic install instructions.

(1) Added a creating a new configuration section.
(2) Added reference to the 'new' subcommand
(3) Added reference to the 'mon' subcommand
(4) Improved Gather keys
(5) Added reference to the 'gatherkeys' subcommand
(6) Moved Admin hosts section as now it is more important.
(7) Added reference to the 'admin' subcommand

The gatherkeys subcommand does not depend upon ceph-create-keys so does not
have to have the side effect of making mons admin nodes. To get this in I
must add documentation to ceph-deploy.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[fix-remove-ceph-create-keys-dep_cp] docs.source.mon: Add note on changed behavior
Owen Synge [Fri, 20 May 2016 11:29:08 +0000 (13:29 +0200)]
[fix-remove-ceph-create-keys-dep_cp] docs.source.mon: Add note on changed behavior

The gatherkeys subcommand does not depend upon ceph-create-keys so does not
have to have the side effect of making mons admin nodes.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[fix-remove-ceph-create-keys-dep_cp] docs.source.gatherkeys: Add gatherkeys documentation
Owen Synge [Fri, 20 May 2016 11:26:44 +0000 (13:26 +0200)]
[fix-remove-ceph-create-keys-dep_cp] docs.source.gatherkeys: Add gatherkeys documentation

The gatherkeys subcommand did not have and documentation.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[fix-remove-ceph-create-keys-dep_cp] docs.source.admin: Add admin documentation
Owen Synge [Fri, 20 May 2016 11:25:13 +0000 (13:25 +0200)]
[fix-remove-ceph-create-keys-dep_cp] docs.source.admin: Add admin documentation

The admin command did not have and documentation.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[fix-remove-ceph-create-keys-dep_cp] ceph_deploy.tests.test_gather_keys_missing:...
Owen Synge [Fri, 22 Apr 2016 15:09:53 +0000 (17:09 +0200)]
[fix-remove-ceph-create-keys-dep_cp] ceph_deploy.tests.test_gather_keys_missing: Remove unneeded imports

Remove unneeded imports

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[fix-remove-ceph-create-keys-dep_cp] ceph_deploy.gatherkeys: use comma-separated...
Owen Synge [Fri, 22 Apr 2016 15:01:23 +0000 (17:01 +0200)]
[fix-remove-ceph-create-keys-dep_cp] ceph_deploy.gatherkeys: use comma-separated values in logs

It is prefured to use comma-separated values in logs

Signed-off-by: Owen Synge <osynge@suse.com>