Statistics
| Branch: | Tag: | Revision:

root / docs @ 8be50626

# Date Author Comment
8be50626 08/06/2013 02:07 pm Stavros Sachtouris

rename floatingip --> ip in server + docs

ef04bdeb 08/02/2013 04:51 pm Stavros Sachtouris

Fix some typos in docs

a582b70e 07/31/2013 05:55 pm Stavros Sachtouris

Add documentation and examples for logging

Also, add a batch image register example script

Refs: #4135

cedde35d 07/31/2013 02:24 pm Stavros Sachtouris

Fix some spelling and typoes in docs

f2ea1314 07/30/2013 03:00 pm Stavros Sachtouris

Use container:path format in register

Refs: #3778

fc7c3c4c 07/22/2013 05:45 pm Stavros Sachtouris

Update documentation for server resize

Refs: #4153

6362f3e1 07/17/2013 06:00 pm Stavros Sachtouris

Enrich clients docs for astakos endpoints, scripts

Refs: #4135

9d0a8ecf 06/27/2013 01:40 pm Stavros Sachtouris

Fix typo == --> --

e3f01d64 06/26/2013 12:28 pm Stavros Sachtouris

Update the copyright dates everywhere

d0f431bb 06/19/2013 05:35 pm Stavros Sachtouris

Add network examples

76e9db55 06/19/2013 04:18 pm Stavros Sachtouris

Add examples for virtual machine handling

0b158e6b 06/19/2013 02:58 pm Stavros Sachtouris

Add image registration examples

4dd5ea2c 06/18/2013 04:28 pm Stavros Sachtouris

Add file sharing examples

efae4212 06/18/2013 03:44 pm Stavros Sachtouris

Add upload and download examples

9e5341f5 06/18/2013 02:51 pm Stavros Sachtouris

Complete the listing section

b4ed3a7e 06/17/2013 04:34 pm Stavros Sachtouris

Rename: scenarios-->examples, add first content

- configuration section, with clouds
- Simple listing
- Pithos advanced listing

f4ddbb74 06/17/2013 12:51 pm Stavros Sachtouris

Add a new section "Scenarios" in documentation

fa382f9e 06/14/2013 05:51 pm Stavros Sachtouris

Fix deprecated terms in documentation

904091dd 06/11/2013 07:27 pm Stavros Sachtouris

Adjust docs to cover multiple clouds functionality

This commit server as a backup mostly, since the adjustments are not yet
applied to docs/commands and all docs/developers kamaki guides.

fa479dc3 06/10/2013 06:11 pm Stavros Sachtouris

Update some of the documentation

this commit serves back-up purposes mostly

9dc6159f 06/10/2013 04:03 pm Stavros Sachtouris

Document the Upgrade notes for v0.9

545c6c29 05/22/2013 05:26 pm Stavros Sachtouris

Implement an optional json output 4 outputing cmds

Refs: #3732

cd295a1d 05/22/2013 01:07 pm Stavros Sachtouris

Add json/optional outputs to server commands

Refs: #3732

395fbf9e 05/20/2013 06:40 pm Stavros Sachtouris

Update documentation to reflect changes in output

Refs: #3756

d9beedc1 04/23/2013 05:21 pm Stavros Sachtouris

Update documentation to refer to www.synnefo.org

1d565188 04/22/2013 04:41 pm Stavros Sachtouris

Stop doc building from crushing if no objpool

c40f0244 04/22/2013 04:26 pm Stavros Sachtouris

Add automatic version for docs

9e87e4bb 04/18/2013 06:18 pm Stavros Sachtouris

Remove extra logging options

One default: ~/.kamaki.log
User can use a custom: kamaki config set log_file <custom log file>

edf00ab3 04/18/2013 03:59 pm Stavros Sachtouris

Set ~/.kamaki.log with mode 0600 as default

Refs: #3610

58743792 04/16/2013 06:29 pm Stavros Sachtouris

Merge branch 'feature-store' into develop

028b1270 04/16/2013 05:31 pm Stavros Sachtouris

Adjust documentation to include new upload feats.

76e7661e 04/15/2013 06:14 pm Stavros Sachtouris

Update docs to use the term Synnefo where needed

In some cases, the term 'GRNET development team' was replaced with 'Synnefo' or
'Synnefo development team'

3ed6dbde 04/15/2013 02:11 pm Stavros Sachtouris

Split file-quota semantics for account and contner

kamaki file quota --> only for account
kamaki file quota <container> --> kamaki file containerlimit get [container]

Support #3541

326a79b9 04/15/2013 01:32 pm Stavros Sachtouris

Rename file setquota to file containerlimit set

Also, do not allow user to set account quota

1792ed1d 04/15/2013 11:22 am Stavros Sachtouris

Remove quotaholder from kamaki

This affects the cli:
- remove the quotaholder commands set
- remove the commissioning system (automatic command retrieval)

This affevts the clients:
- remove the quotaholder client
- remove the clients commissioning system...

0ea31480 04/12/2013 06:27 pm Stavros Sachtouris

Update docs, rename kamaki.cli.commands/*

Documentation updates: reflect the changes in command groups
astakos --> user, store --> file

File renaming: remove the _cli suffix from modules in kamaki.cli.commands

Feature #3566

31a30991 04/12/2013 01:46 pm Stavros Sachtouris

Update documentation for logger changes

f47417e7 04/12/2013 01:14 pm Stavros Sachtouris

Pametrize log file, make it globaly available

Kamaki logger module is now available to both cli and clients packages
Users may set the log_file option in configuration file
kamaki config set log_file ...

Support #3441

c5b9380c 04/11/2013 02:41 pm Stavros Sachtouris

Allow users to set maximum thread limit

This is implemented as a configuration option in cli
Developers may set it as kamaki.clients.Client.MAX_THREADS = <limit>

Adjust documentation acoordingly

Feature #3546

61d13904 04/11/2013 12:24 pm Stavros Sachtouris

Fix typo in kamaki quick setup guide

WAS: kamaki set token ....
NOW: kamaki config set token ...

1d1b2724 04/04/2013 07:27 pm Stavros Sachtouris

Adjust docs to recent changes, fix missing config

Missing config: at setup, in the first example (Quick Setup) it was
kamaki set ...
while it should have been
kamaki config set

573be34f 04/02/2013 01:27 pm Stavros Sachtouris

Cover image-compute command group in documentation

8741c407 04/02/2013 12:46 pm Stavros Sachtouris

Create an image compute cmd group, make it work

- image compute group contains all Compute Image API commands, as oposed to
Plankton API commands.

- definition of a kamaki cli command slightly changed: a command with
subcommands can have a class without being a command itself, as long as it has...

3c50df2e 03/22/2013 03:42 pm Stavros Sachtouris

Apply a simple naming convention for unit tests

Naming convention:

Actual functionality:

In package kamaki.clients.pkg there is class C containing a method M
Test it in a package kamaki.clients.pkg.test, with a class C + a method test_M
Command line run:...

4054c46d 03/22/2013 01:49 pm Stavros Sachtouris

Document unittest mechanism, dependency changes

New dependency changes: progress is required, mock is optional
Changes are also documented

6539c700 03/19/2013 12:18 pm Stavros Sachtouris

Update installation isntructions to suggest pypi

Problem: installation isntructions used to suggest installing kamaki from git repo
which is now designed for development only
Solution: Installation instructions now suggest users to install kamaki from pypi...

6fb4af77 03/04/2013 06:55 pm Stavros Sachtouris

Suggest ansicolors, progress when missing (#3367)

95a11486 02/27/2013 04:04 pm Stavros Sachtouris

Remove deprecated debian repo apt.dev.grnet.gr

5b879b16 02/21/2013 04:48 pm Stavros Sachtouris

update tests

79b4f177 02/21/2013 02:26 pm Stavros Sachtouris

Documentation updates

f5f2dc53 02/21/2013 12:50 pm Stavros Sachtouris

Rename tests to livetest in kamaki.clients

Update documentation to reflect these changes

7ae842c2 02/07/2013 07:18 pm Stavros Sachtouris

Adjust documentation, allow explicit account set

29040fef 02/07/2013 05:04 pm Stavros Sachtouris

Adjust documentation to recent astakos client

3f61753d 02/07/2013 02:04 pm Stavros Sachtouris

Merge branch 'develop' into feature-astakos

Conflicts:
kamaki/cli/commands/astakos_cli.py
kamaki/clients/tests.py

7f87da8b 02/06/2013 07:48 pm Stavros Sachtouris

Documentation updates, cosmetics for pithos tests

db77d79e 02/05/2013 07:41 pm Stavros Sachtouris

Adjust cyclades tests up to start_server

Use increment prefixes in private methods for scenario to perform
Use non-checking methods to handle building/rebooting etc of VMs

c314fc10 01/30/2013 03:45 pm Stavros Sachtouris

Add new --[dst-]container info to documentation

7eda693f 01/21/2013 03:23 pm Stavros Sachtouris

Doc updates and minor improvements

e3a1d743 01/16/2013 04:47 pm Stavros Sachtouris

Documentation updates

f5d9bc54 01/15/2013 07:24 pm Stavros Sachtouris

Documentation updates

ad090323 01/10/2013 01:05 pm Stavros Sachtouris

Docfix

96ec49f2 01/09/2013 07:01 pm Stavros Sachtouris

Enricch store_append helps, fix docs/donf dep.

1e29b9f6 01/09/2013 05:03 pm Stavros Sachtouris

enrich up to store_create, which has new semantics

store_create is only for containers now

439826ec 01/09/2013 02:27 pm Stavros Sachtouris

Adjust util, docs and store_list to new strategy

New method: cli.utils.page_hold holds console until user input, usefull for listing
results

c3cbefb5 12/20/2012 06:22 pm Stavros Sachtouris

Merge branch 'develop'

Conflicts:
docs/setup.rst

36d4b607 12/20/2012 06:13 pm Stavros Sachtouris

Documentation uniformity

c52d1b08 12/20/2012 06:12 pm Stavros Sachtouris

Make setup easier

b6a99832 12/18/2012 05:44 pm Stavros Sachtouris

Restructure interface code

5c801047 12/18/2012 04:00 pm Stavros Sachtouris

Windows installation guide

ec3b8f78 12/18/2012 02:30 pm Stavros Sachtouris

Prepent installation from package to source

68ab0942 12/18/2012 12:56 pm Stavros Sachtouris

Update history docs

d6737e18 12/17/2012 08:07 pm Stavros Sachtouris

Help user initial kamaki setup (docs and defaults)

010e8c7c 12/14/2012 04:45 pm Stavros Sachtouris

Update pgp info in docs

93c22870 12/14/2012 02:52 pm Stavros Sachtouris

line warning in docs

59cadffb 12/12/2012 07:06 pm Stavros Sachtouris

Suit up for release

7341c226 12/12/2012 05:33 pm Stavros Sachtouris

Merge branch 'features/history' into develop

ee9f8245 12/12/2012 05:32 pm Stavros Sachtouris

Document History changes

c5a9cfae 12/12/2012 04:01 pm Stavros Sachtouris

Remove condig rehash warning

The bug with config in shell (changes were not effective immidiately) was
corrected with features/output merge

ac5afc12 12/12/2012 02:36 pm Stavros Sachtouris

Proofreading documentation fixes

e9e547ed 12/11/2012 05:56 pm Stavros Sachtouris

Update docs with changes

ffbc7783 12/05/2012 12:36 pm Stavros Sachtouris

Docs reflect the new pooling depdncy

05208859 12/05/2012 11:47 am Stavros Sachtouris

Merge branch 'dionyziz' into develop

Conflicts:
setup.py

Docs adjusted

991daaa7 12/04/2012 07:44 pm Stavros Sachtouris

Minor doc fix

d88ba587 12/04/2012 01:17 pm Stavros Sachtouris

Update docs and doc-parsed comments in storage

docs: replace Glance with Plankton
storage: standard sphincs-parsable comments

a2ef112e 11/30/2012 04:06 pm Stavros Sachtouris

Update kamaki.clients.compute commends + restruct

9a76987c 11/29/2012 06:14 pm Stavros Sachtouris

Merge branch 'develop'

Conflicts:
docs/overview.rst

03d661d8 11/29/2012 06:11 pm Stavros Sachtouris

Replace pithos_cli.MetaArguement with KeyValueArg

d8214a23 11/29/2012 05:38 pm Constantinos Venetsanopoulos

Update synnefo mailing lists on docs/man pages

c93d5123 11/29/2012 04:58 pm Stavros Sachtouris

Minot fixes

9e4508df 11/29/2012 04:51 pm Stavros Sachtouris

Rearange and complete developers guide

7be7673b 11/28/2012 07:11 pm Stavros Sachtouris

How to build kamaki cli (not finished)

8ae6cb52 11/28/2012 04:58 pm Stavros Sachtouris

Move subsections were they belong

Documention features that are missing:
- More examples in usage
- An analytical guide on how to create a kamaki cli command spec
- More details on developing thread-safe clients

961e6040 11/28/2012 04:54 pm Stavros Sachtouris

Rearrange sections in docs, add developer corner

5f5045b5 11/28/2012 12:42 pm Stavros Sachtouris

Installation guide

2151584b 11/27/2012 07:20 pm Stavros Sachtouris

Modify documentation structure

7536c9bf 11/27/2012 05:57 pm Stavros Sachtouris

Spell-check current documentation

e5d1d5c2 11/27/2012 05:27 pm Stavros Sachtouris

Complete the kamaki interactive shell usage guide

Not spell-checked yet

7de017e5 11/27/2012 02:03 pm Stavros Sachtouris

Restore old personality syntax

Syntax is now the following:

kamaki create server 'Server name' <flavor id> <image id> [... params ...]
--personality=local_path[,server_path[,owner[,group[,mode]]]]

f3446cf0 11/26/2012 08:27 pm Stavros Sachtouris

Add interactive shell help (2b continued)

4067cdaf 11/26/2012 02:12 pm Stavros Sachtouris

Fix sphinx auto-doc syntax warning