]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/log
ceph-deploy.git
11 years agoset the right priorities in centos installs for ceph.repo 197/head
Alfredo Deza [Fri, 6 Jun 2014 14:42:36 +0000 (10:42 -0400)]
set the right priorities in centos installs for ceph.repo

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoadd a remote helper function to set priorities in ceph.repo
Alfredo Deza [Fri, 6 Jun 2014 14:42:17 +0000 (10:42 -0400)]
add a remote helper function to set priorities in ceph.repo

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoadd the priority line to the repo files
Alfredo Deza [Thu, 5 Jun 2014 12:57:24 +0000 (08:57 -0400)]
add the priority line to the repo files

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoif adjusting repos, install yum priorities
Alfredo Deza [Thu, 5 Jun 2014 12:56:55 +0000 (08:56 -0400)]
if adjusting repos, install yum priorities

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agocreate a helper function to install plugin priorities
Alfredo Deza [Thu, 5 Jun 2014 12:56:02 +0000 (08:56 -0400)]
create a helper function to install plugin priorities

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #196 from alfredodeza/8534
Zack Cerza [Thu, 5 Jun 2014 15:41:32 +0000 (10:41 -0500)]
Merge pull request #196 from alfredodeza/8534

conditional lines for custom repo files

11 years agofix broken docstring 196/head
Alfredo Deza [Wed, 4 Jun 2014 20:47:26 +0000 (16:47 -0400)]
fix broken docstring

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agomake suse use the new custom_repo callable
Alfredo Deza [Wed, 4 Jun 2014 20:42:31 +0000 (16:42 -0400)]
make suse use the new custom_repo callable

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agomake centos use the new custom_repo
Alfredo Deza [Wed, 4 Jun 2014 20:42:08 +0000 (16:42 -0400)]
make centos use the new custom_repo

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agomake template for custom repo a callable
Alfredo Deza [Wed, 4 Jun 2014 20:38:37 +0000 (16:38 -0400)]
make template for custom repo a callable

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agounit tests for the new templating changes
Alfredo Deza [Wed, 4 Jun 2014 20:37:48 +0000 (16:37 -0400)]
unit tests for the new templating changes

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoadd docs link to help menu
Alfredo Deza [Mon, 2 Jun 2014 13:55:25 +0000 (09:55 -0400)]
add docs link to help menu

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agofix host resolution for jenkins builds
Alfredo Deza [Fri, 30 May 2014 16:41:02 +0000 (12:41 -0400)]
fix host resolution for jenkins builds

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years ago1.5.3 v1.5.3
Jenkins [Fri, 30 May 2014 12:56:14 +0000 (12:56 +0000)]
1.5.3

11 years agoupdate the changelog
Alfredo Deza [Fri, 30 May 2014 12:40:32 +0000 (08:40 -0400)]
update the changelog

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agobump the version
Alfredo Deza [Fri, 30 May 2014 12:39:56 +0000 (08:39 -0400)]
bump the version

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #195 from kfei/mon-add-status
Alfredo Deza [Fri, 30 May 2014 12:09:20 +0000 (08:09 -0400)]
Merge pull request #195 from kfei/mon-add-status

Add better status message when adding new monitors

11 years agoAdd better status message when adding new monitors 195/head
kfei [Fri, 30 May 2014 08:50:53 +0000 (16:50 +0800)]
Add better status message when adding new monitors

The `time.sleep(2)` in the `mon_add` method is not enough in some cases.
For example, when a low-spec slow VM acting as a monitor, it may still at
the state of 'probing' after the 2-seconds sleep. But in such cases the
`mon_status` method will just say the monitor *is not running*, it's kind of
confusion.

So maybe it would be better if provides user the current state of the
newly added monitor in the log message.

Signed-off-by: kfei <kfei@kfei.net>
11 years agoMerge pull request #194 from alfredodeza/8443
Zack Cerza [Thu, 29 May 2014 22:05:13 +0000 (17:05 -0500)]
Merge pull request #194 from alfredodeza/8443

fix repo urls for rhel6

11 years agotests for the new helper 194/head
Alfredo Deza [Thu, 29 May 2014 19:07:09 +0000 (15:07 -0400)]
tests for the new helper

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agocreate a helper to figure out the repo url
Alfredo Deza [Thu, 29 May 2014 19:06:56 +0000 (15:06 -0400)]
create a helper to figure out the repo url

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoadd the import for easier testing
Alfredo Deza [Thu, 29 May 2014 19:06:25 +0000 (15:06 -0400)]
add the import for easier testing

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #193 from alfredodeza/8441
Zack Cerza [Thu, 29 May 2014 15:21:39 +0000 (10:21 -0500)]
Merge pull request #193 from alfredodeza/8441

remove silenced install calls

11 years agoremove silenced install calls 193/head
Alfredo Deza [Thu, 29 May 2014 13:48:59 +0000 (09:48 -0400)]
remove silenced install calls

package managers will be a bit more verbose, allowing the
timer to close the connection to be pushed as long as there is output

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #192 from kfei/wget-behind-proxy
Alfredo Deza [Wed, 28 May 2014 13:22:13 +0000 (09:22 -0400)]
Merge pull request #192 from kfei/wget-behind-proxy

Add a note about running wget behind proxy

11 years agoSet text width to 80 for README 192/head
kfei [Wed, 28 May 2014 13:10:32 +0000 (21:10 +0800)]
Set text width to 80 for README

Signed-off-by: kfei <kfei@kfei.net>
11 years agoAdd a note about running wget behind proxy
kfei [Wed, 28 May 2014 11:13:09 +0000 (19:13 +0800)]
Add a note about running wget behind proxy

To avoid mistakes, the wget env variables should be set in
'/root/.wgetrc' since ceph-deploy will run wget as root user on each
node.

Signed-off-by: kfei <kfei@kfei.net>
11 years agobump remoto requirement to 0.0.16 to fix stderr/stdout order
Alfredo Deza [Tue, 27 May 2014 17:38:42 +0000 (13:38 -0400)]
bump remoto requirement to 0.0.16 to fix stderr/stdout order

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #191 from alfredodeza/8401
Zack Cerza [Wed, 21 May 2014 14:53:34 +0000 (09:53 -0500)]
Merge pull request #191 from alfredodeza/8401

refuse to install with custom cluster names on sysvinit hosts

11 years agorefuse to install with custom cluster names on sysvinit hosts 191/head
Alfredo Deza [Wed, 21 May 2014 12:58:34 +0000 (08:58 -0400)]
refuse to install with custom cluster names on sysvinit hosts

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #190 from alfredodeza/6395
Zack Cerza [Tue, 20 May 2014 16:06:19 +0000 (11:06 -0500)]
Merge pull request #190 from alfredodeza/6395

better wording when ceph.conf is not found

11 years agobetter wording when ceph.conf is not found 190/head
Alfredo Deza [Tue, 20 May 2014 15:41:00 +0000 (11:41 -0400)]
better wording when ceph.conf is not found

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #188 from alfredodeza/8131
Zack Cerza [Wed, 14 May 2014 14:53:22 +0000 (09:53 -0500)]
Merge pull request #188 from alfredodeza/8131

ensure no proxies are set for calamari

11 years agoMerge pull request #187 from ceph/wip-apt-update
Alfredo Deza [Wed, 14 May 2014 13:49:53 +0000 (06:49 -0700)]
Merge pull request #187 from ceph/wip-apt-update

When adding an apt repo, run "apt-get update" unconditionally

11 years agodisable proxies for apt when needed 188/head
Alfredo Deza [Wed, 14 May 2014 13:02:30 +0000 (06:02 -0700)]
disable proxies for apt when needed

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoWhen adding an apt repo, run "apt-get update" unconditionally wip-apt-update 187/head
Dan Mick [Wed, 14 May 2014 00:00:32 +0000 (17:00 -0700)]
When adding an apt repo, run "apt-get update" unconditionally

Signed-off-by: Dan Mick <dan.mick@inktank.com>
11 years agoadd proxy kw into yum repo templates
Alfredo Deza [Tue, 13 May 2014 21:02:45 +0000 (17:02 -0400)]
add proxy kw into yum repo templates

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agosupport proxy in repo file settings
Alfredo Deza [Tue, 13 May 2014 21:01:39 +0000 (17:01 -0400)]
support proxy in repo file settings

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #186 from wido/ipv6
Alfredo Deza [Tue, 13 May 2014 15:28:28 +0000 (11:28 -0400)]
Merge pull request #186 from wido/ipv6

Two IPv6 related fixes

11 years agoWrite correct 'mon_host' with IPv6 addresses 186/head
Wido den Hollander [Thu, 8 May 2014 11:39:42 +0000 (13:39 +0200)]
Write correct 'mon_host' with IPv6 addresses

When the IP-address from a monitor is a IPv6 address, encapsulate
it with [ and ]

Fixes: #8309
11 years ago1.5.2 v1.5.2
Jenkins [Wed, 7 May 2014 18:09:23 +0000 (18:09 +0000)]
1.5.2

11 years agoMerge pull request #185 from alfredodeza/8302
Zack Cerza [Wed, 7 May 2014 18:04:12 +0000 (13:04 -0500)]
Merge pull request #185 from alfredodeza/8302

default to Firefly when installing

11 years agoupdate the changelog 185/head
Alfredo Deza [Wed, 7 May 2014 17:52:02 +0000 (13:52 -0400)]
update the changelog

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agobump the version
Alfredo Deza [Wed, 7 May 2014 14:23:19 +0000 (10:23 -0400)]
bump the version

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agodefault to firefly when installing
Alfredo Deza [Wed, 7 May 2014 14:22:59 +0000 (10:22 -0400)]
default to firefly when installing

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #184 from vincepii/master
Alfredo Deza [Mon, 5 May 2014 13:31:47 +0000 (09:31 -0400)]
Merge pull request #184 from vincepii/master

Remove double dashes marking end of args in 'purge' command

11 years agoRemove double dashes marking end of args in 'purge' command 184/head
Vincenzo Pii [Mon, 5 May 2014 11:45:52 +0000 (13:45 +0200)]
Remove double dashes marking end of args in 'purge' command

11 years ago1.5.1 v1.5.1
Jenkins [Thu, 1 May 2014 16:09:56 +0000 (16:09 +0000)]
1.5.1

11 years agoMerge pull request #183 from alfredodeza/8260
Zack Cerza [Thu, 1 May 2014 15:09:16 +0000 (10:09 -0500)]
Merge pull request #183 from alfredodeza/8260

fix broken osd subcommand with invalid attribute

11 years agobonus points, catch remoto issue #3 183/head
Alfredo Deza [Thu, 1 May 2014 12:12:16 +0000 (08:12 -0400)]
bonus points, catch remoto issue #3

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoupdate the changelog
Alfredo Deza [Thu, 1 May 2014 11:59:35 +0000 (07:59 -0400)]
update the changelog

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agobump the version to bug fix
Alfredo Deza [Thu, 1 May 2014 11:58:20 +0000 (07:58 -0400)]
bump the version to bug fix

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agofix invalid attribute in conn object
Alfredo Deza [Thu, 1 May 2014 11:51:15 +0000 (07:51 -0400)]
fix invalid attribute in conn object

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years ago1.5.0 v1.5.0
Jenkins [Fri, 25 Apr 2014 20:15:18 +0000 (20:15 +0000)]
1.5.0

11 years agochange the HARDCODED values for the deb package
Alfredo Deza [Fri, 25 Apr 2014 18:22:07 +0000 (14:22 -0400)]
change the HARDCODED values for the deb package

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoupdate the changelog
Alfredo Deza [Fri, 25 Apr 2014 18:14:22 +0000 (14:14 -0400)]
update the changelog

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agouse right versionadded for 1.5
Alfredo Deza [Fri, 25 Apr 2014 17:59:49 +0000 (13:59 -0400)]
use right versionadded for 1.5

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agobump version to 1.5.0
Alfredo Deza [Fri, 25 Apr 2014 17:57:49 +0000 (13:57 -0400)]
bump version to 1.5.0

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agotry to specify we need python 2.6 to debian
Alfredo Deza [Fri, 25 Apr 2014 15:18:16 +0000 (11:18 -0400)]
try to specify we need python 2.6 to debian

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agosupport 2.5 in vendor.py
Alfredo Deza [Fri, 25 Apr 2014 14:19:43 +0000 (10:19 -0400)]
support 2.5 in vendor.py

Even though we do not support it at all, some build servers
are attemtping to package ceph-deploy with that Python version. It
doesn't hurt to make it compatible

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #181 from osynge/master
Alfredo Deza [Fri, 25 Apr 2014 12:30:54 +0000 (08:30 -0400)]
Merge pull request #181 from osynge/master

distro is important object that should not be overwritern with a string

11 years agouses 'distro_name' correctly and tested on SLE 11sp3. Work around for bug in SLE... 181/head
Owen Synge [Fri, 25 Apr 2014 10:24:14 +0000 (12:24 +0200)]
uses 'distro_name' correctly and tested on SLE 11sp3. Work around for bug in SLE 11sp2

11 years agoMerge pull request #182 from alfredodeza/7617
Zack Cerza [Thu, 24 Apr 2014 20:17:43 +0000 (15:17 -0500)]
Merge pull request #182 from alfredodeza/7617

alert about some packages that will not get removed

11 years agowhen purging/uninstalling mention note about librados and librbd 182/head
Alfredo Deza [Thu, 24 Apr 2014 19:59:23 +0000 (15:59 -0400)]
when purging/uninstalling mention note about librados and librbd

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoadd note about librbd1 and librados on install docs
Alfredo Deza [Thu, 24 Apr 2014 19:58:45 +0000 (15:58 -0400)]
add note about librbd1 and librados on install docs

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agodistro is important object that shoudl not be overwritern with a string
Owen Synge [Thu, 24 Apr 2014 14:26:04 +0000 (16:26 +0200)]
distro is important object that shoudl not be overwritern with a string

11 years agoMerge pull request #180 from alfredodeza/4668
Zack Cerza [Wed, 23 Apr 2014 21:52:35 +0000 (16:52 -0500)]
Merge pull request #180 from alfredodeza/4668

implement osd list

11 years agoimplement osd list 180/head
Alfredo Deza [Wed, 23 Apr 2014 20:22:21 +0000 (16:22 -0400)]
implement osd list

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agotests for figuring out the mount point
Alfredo Deza [Wed, 23 Apr 2014 20:21:37 +0000 (16:21 -0400)]
tests for figuring out the mount point

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agomake util be aware of OSD paths
Alfredo Deza [Wed, 23 Apr 2014 20:21:17 +0000 (16:21 -0400)]
make util be aware of OSD paths

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoadd helper functions to remotes
Alfredo Deza [Wed, 23 Apr 2014 20:21:00 +0000 (16:21 -0400)]
add helper functions to remotes

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #179 from alfredodeza/6639
Zack Cerza [Fri, 18 Apr 2014 15:12:46 +0000 (10:12 -0500)]
Merge pull request #179 from alfredodeza/6639

local mirror support for ceph-deploy install

11 years agoget suse up to speed with local file repos 179/head
Alfredo Deza [Thu, 17 Apr 2014 20:21:23 +0000 (16:21 -0400)]
get suse up to speed with local file repos

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agomake fedora reuse more centos install stuff
Alfredo Deza [Thu, 17 Apr 2014 20:15:42 +0000 (16:15 -0400)]
make fedora reuse more centos install stuff

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoreuse missing module from centos
Alfredo Deza [Thu, 17 Apr 2014 20:06:15 +0000 (16:06 -0400)]
reuse missing module from centos

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoadd versionadded to clarify availability
Alfredo Deza [Thu, 17 Apr 2014 19:57:23 +0000 (15:57 -0400)]
add versionadded to clarify availability

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agodocs for the new flag
Alfredo Deza [Thu, 17 Apr 2014 19:49:37 +0000 (15:49 -0400)]
docs for the new flag

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoclean up imports
Alfredo Deza [Thu, 17 Apr 2014 16:26:09 +0000 (12:26 -0400)]
clean up imports

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agocentos and debian support for local_mirror
Alfredo Deza [Thu, 5 Dec 2013 16:58:53 +0000 (11:58 -0500)]
centos and debian support for local_mirror

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoadd a --local--mirror flag for install
Alfredo Deza [Thu, 5 Dec 2013 16:58:08 +0000 (11:58 -0500)]
add a --local--mirror flag for install

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #178 from alfredodeza/7251
Zack Cerza [Wed, 16 Apr 2014 14:37:15 +0000 (09:37 -0500)]
Merge pull request #178 from alfredodeza/7251

OSD status checks

11 years agoimprove status check documentation 178/head
Alfredo Deza [Tue, 15 Apr 2014 15:54:53 +0000 (11:54 -0400)]
improve status check documentation

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoadd status checks for OSDs
Alfredo Deza [Tue, 15 Apr 2014 15:51:12 +0000 (11:51 -0400)]
add status checks for OSDs

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #172 from fnordahl/patch-1
Alfredo Deza [Tue, 15 Apr 2014 12:14:36 +0000 (08:14 -0400)]
Merge pull request #172 from fnordahl/patch-1

Support hostname that resolve to IPv6-only address

11 years agoAdd comment to explain custom side_effect function 172/head
Frode Nordahl [Mon, 14 Apr 2014 21:19:04 +0000 (23:19 +0200)]
Add comment to explain custom side_effect function

11 years agoReplace tabs with whitespace
Frode Nordahl [Mon, 14 Apr 2014 21:10:12 +0000 (23:10 +0200)]
Replace tabs with whitespace

11 years agofix ssh recommendation in docs
Alfredo Deza [Mon, 14 Apr 2014 14:10:38 +0000 (10:10 -0400)]
fix ssh recommendation in docs

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoUpdate test_arg_validators.py
Frode Nordahl [Sun, 13 Apr 2014 20:35:56 +0000 (22:35 +0200)]
Update test_arg_validators.py

Update tests to work with getaddrinfo.

11 years agoUpdate arg_validators.py
Frode Nordahl [Sun, 13 Apr 2014 20:28:25 +0000 (22:28 +0200)]
Update arg_validators.py

o Handle name:ip correctly for IPv6 address
o Handle hostnames that resolves to IPv6-only address
o Detect IPv6 address and raise error when hostname is expected

11 years agoMerge pull request #177 from alfredodeza/8034
Zack Cerza [Thu, 10 Apr 2014 19:32:02 +0000 (14:32 -0500)]
Merge pull request #177 from alfredodeza/8034

call `yum clean` when installing in RHEL/CentOS

11 years agocall `yum clean` when installing in RHEL/CentOS 177/head
Alfredo Deza [Thu, 10 Apr 2014 16:54:21 +0000 (12:54 -0400)]
call `yum clean` when installing in RHEL/CentOS

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #176 from alfredodeza/7898
Zack Cerza [Mon, 7 Apr 2014 20:30:34 +0000 (15:30 -0500)]
Merge pull request #176 from alfredodeza/7898

Read conf sections and override flags

11 years agotests for the overrides 176/head
Alfredo Deza [Mon, 7 Apr 2014 19:51:49 +0000 (15:51 -0400)]
tests for the overrides

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agocreate the override helpers for cephdeploy conf
Alfredo Deza [Mon, 7 Apr 2014 19:51:37 +0000 (15:51 -0400)]
create the override helpers for cephdeploy conf

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoset overrides in cli.py
Alfredo Deza [Mon, 7 Apr 2014 19:12:43 +0000 (15:12 -0400)]
set overrides in cli.py

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agorenaming default func to pkg
Alfredo Deza [Mon, 7 Apr 2014 18:23:19 +0000 (14:23 -0400)]
renaming default func to pkg

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoremove unused module - memoize.py
Alfredo Deza [Mon, 7 Apr 2014 18:05:16 +0000 (14:05 -0400)]
remove unused module - memoize.py

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agorenaming default func to purgedata
Alfredo Deza [Mon, 7 Apr 2014 18:03:49 +0000 (14:03 -0400)]
renaming default func to purgedata

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agorenaming default func to calamari in calamari.py
Alfredo Deza [Mon, 7 Apr 2014 16:38:53 +0000 (12:38 -0400)]
renaming default func to calamari in calamari.py

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #175 from alfredodeza/7851
Zack Cerza [Wed, 2 Apr 2014 18:58:36 +0000 (13:58 -0500)]
Merge pull request #175 from alfredodeza/7851

implement a `calamari` command