]>
git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Alfredo Deza [Wed, 13 May 2015 18:25:42 +0000 (14:25 -0400)]
default to an emtpy list to avoid getting KeyErrors or handling a None.
This should *never* happen, because the install module will always pass
something *unless* it is being explicitly asked not to install anything.
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 13 May 2015 18:18:58 +0000 (14:18 -0400)]
remove default component imports
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 13 May 2015 18:15:32 +0000 (14:15 -0400)]
tests for the added behavior
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 13 May 2015 18:15:19 +0000 (14:15 -0400)]
if --repo is used return [], fallback to defaults when nothing is selected
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 13 May 2015 13:09:34 +0000 (09:09 -0400)]
remove 'ceph' from install tests as it is no longer used
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 12 May 2015 20:52:26 +0000 (16:52 -0400)]
remove 'ceph' from being installed as it will no longer make sense
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 12 May 2015 20:52:14 +0000 (16:52 -0400)]
remove 'ceph' from being installed as it will no longer make sense
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 12 May 2015 19:08:35 +0000 (15:08 -0400)]
make default_components use an actual list
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 12 May 2015 19:08:20 +0000 (15:08 -0400)]
add an is_rpm/is_deb attribute to re-use in package checks
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 12 May 2015 19:07:51 +0000 (15:07 -0400)]
add tests for using distro in detect_components for deb/rpm
Signed-off-by: Alfredo Deza <adeza@redhat.com>