Skip to content

Commit

Permalink
Remove Calamari-related functionality
Browse files Browse the repository at this point in the history
Signed-off-by: John Spray <john.spray@redhat.com>
  • Loading branch information
John Spray committed Sep 20, 2018
1 parent b15f4e4 commit 0ceeb1c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 176 deletions.
108 changes: 0 additions & 108 deletions ceph_deploy/calamari.py

This file was deleted.

49 changes: 0 additions & 49 deletions ceph_deploy/tests/parser/test_calamari.py

This file was deleted.

2 changes: 1 addition & 1 deletion ceph_deploy/tests/parser/test_main.py
Expand Up @@ -7,7 +7,7 @@

SUBCMDS_WITH_ARGS = [
'new', 'install', 'rgw', 'mds', 'mon', 'gatherkeys', 'disk', 'osd',
'admin', 'config', 'uninstall', 'purgedata', 'purge', 'pkg', 'calamari'
'admin', 'config', 'uninstall', 'purgedata', 'purge', 'pkg'
]
SUBCMDS_WITHOUT_ARGS = ['forgetkeys']

Expand Down
17 changes: 0 additions & 17 deletions ceph_deploy/tests/unit/test_calamari.py

This file was deleted.

1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -72,7 +72,6 @@ def read(fname):
'config = ceph_deploy.config:make',
'admin = ceph_deploy.admin:make',
'pkg = ceph_deploy.pkg:make',
'calamari = ceph_deploy.calamari:make',
'rgw = ceph_deploy.rgw:make',
'repo = ceph_deploy.repo:make',
],
Expand Down

0 comments on commit 0ceeb1c

Please sign in to comment.