Statistics
| Branch: | Tag: | Revision:

root / kamaki @ 6c894e0c

# Date Author Comment
d07e6fc2 12/06/2013 05:42 pm Stavros Sachtouris

Fix typo in file list

f25bd53b 12/06/2013 05:17 pm Stavros Sachtouris

Update superclass info in networks

c6ea94ac 12/06/2013 05:08 pm Stavros Sachtouris

Elaborate range argument usage

Refs: #4704

1c366ac9 12/06/2013 04:36 pm Stavros Sachtouris

Complete updating documentation

Refs: #4692

f084bdc8 12/05/2013 06:34 pm Stavros Sachtouris

Update docs up to examples/imageregister

Refs: #4692

432cea25 12/05/2013 05:44 pm Stavros Sachtouris

Adjust image register to new scheme

Refs: #4583

76769d2f 12/05/2013 03:31 pm Stavros Sachtouris

Update docs up to usage

Refs: #4692

a4986073 12/04/2013 04:14 pm Stavros Sachtouris

Adjust setup

Refs: #4692

6893e31c 12/03/2013 03:02 pm Stavros Sachtouris

Create manpage for new kamaki

Refs: #4692

c22183b9 12/02/2013 06:25 pm Stavros Sachtouris

Allow kamaki-shell to ignore unrecognized commands

54b7c1de 12/02/2013 05:52 pm Stavros Sachtouris

Create a kamaki-shell command for kamaki shell

Refs: #4612

17cfc2f0 12/02/2013 05:16 pm Stavros Sachtouris

Add waiters to netowrk connect/disconnect

Refs: #4624

fd981f77 12/02/2013 05:01 pm Stavros Sachtouris

Revive network connect/disconnect

Refs: #4563

61c2c62d 12/02/2013 01:29 pm Stavros Sachtouris

Deprecate server commands expressible with info

Refs: #4563

f261965c 11/29/2013 05:52 pm Stavros Sachtouris

Apply waiter in port delete

Refs: #4624

a6a44506 11/29/2013 05:49 pm Stavros Sachtouris

Implement the "wait_for" and "wait_while" methods

Refs: #4624

67dfe4a2 11/29/2013 05:06 pm Stavros Sachtouris

Remove waiters from networks, except port

Refs: #4624

9b3c8fd9 11/29/2013 04:31 pm Stavros Sachtouris

Fix required args parsing in kamaki shell mode

e8ba3e9f 11/29/2013 04:12 pm Stavros Sachtouris

Re-fix expected codes in network-libs (sorry)

8ac8898f 11/29/2013 03:59 pm Build Bot

Fix expected response codes for port lib calls

d19b7ee3 11/29/2013 02:13 pm Stavros Sachtouris

Remove all traces of networks from cyclades CLI

291cab21 11/29/2013 02:12 pm Stavros Sachtouris

Fix typos in Network CLI

b82c93a5 11/29/2013 01:39 pm Stavros Sachtouris

Dont required subnet in fixed_ips, in create_port

Refs: #4563

eb647cfe 11/29/2013 01:03 pm Stavros Sachtouris

Allow ports without device_id in lib + waits

Refs: #4624, #4563

c6afee48 11/28/2013 06:34 pm Stavros Sachtouris

Implement port wait

Refs: #4583

6f2b87c1 11/28/2013 05:59 pm Stavros Sachtouris

Implement network wait

Refs: #4563

e3f54dc0 11/28/2013 05:02 pm Stavros Sachtouris

Fix typoes in network commands

a6d2ad78 11/28/2013 03:58 pm Stavros Sachtouris

Fix required argument inconsistency with lists

fcd0f53d 11/28/2013 03:00 pm Stavros Sachtouris

Merge branch 'feature-naming-scheme' into develop

Conflicts:
Changelog
kamaki/cli/commands/cyclades.py
kamaki/cli/commands/network.py
kamaki/cli/commands/pithos.py

f3a239f6 11/28/2013 02:49 pm Stavros Sachtouris

Update changelog

Refs: #4583

bfd0f8db 11/28/2013 01:43 pm Stavros Sachtouris

Complete Pithos+ copmmands

Refs: #4583

7b109aa7 11/27/2013 05:42 pm Stavros Sachtouris

Complete container commands

Refs: #4583

bfa33995 11/27/2013 02:09 pm Stavros Sachtouris

Manage file versions

commands affected: info, modify

Refs: #4583

606f5b54 11/27/2013 12:19 pm Stavros Sachtouris

Allow file download to download containers

20206179 11/26/2013 06:16 pm Stavros Sachtouris

Implement info and modify for file

Refs: #4583

74b7c6dc 11/26/2013 04:47 pm Stavros Sachtouris

Implement file download

Refs: #4583

edc1182f 11/25/2013 06:14 pm Stavros Sachtouris

Carefully copy file * up to car

Refs: #4583

de932277 11/25/2013 01:37 pm Stavros Sachtouris

Complete file copy/move (improved)

Refs: #4583

effa4b8f 11/22/2013 06:35 pm Stavros Sachtouris

Sketch-implement file copy/move

Refs: #4625, #4583

d1bced10 11/21/2013 06:07 pm Stavros Sachtouris

Expose Network floatingip commands

Refs: #4583, #4563

8fd99602 11/21/2013 05:42 pm Stavros Sachtouris

Implement Network floatingips

Refs: #4546

86900a30 11/21/2013 05:39 pm Stavros Sachtouris

server create arg type bug: image id not an int

cec2dfcd 11/21/2013 04:08 pm Stavros Sachtouris

Reimplement pithos commands (apply naming scheme)

Refs: #4625, #4583

So far: file list, file create

379c36a8 11/21/2013 01:32 pm Stavros Sachtouris

Fix typo (network type is network not compute)

264a13f7 11/20/2013 04:50 pm Stavros Sachtouris

Apply naming scheme to network + cyclades/network

Refs: #4583, #4563

Network connection has changed:
server create <usuall stuff here>
--network-id=NETWORK_ID --network-with-ip=NETWORK_ID,IP
port create/delete are also used to connect/disconnect networks to servers...

ec5d658f 11/19/2013 06:18 pm Stavros Sachtouris

Move thread control to threaded commands

Refs: #4616, #4617

Remove max_theads from config, move control to threaded commands as --threads
Set default MAX_THREADS to 1

5c5eb675 11/19/2013 05:33 pm Stavros Sachtouris

Apply naming scheme to image cmds

Refs: #4583

All image-property commands --> image modify --property-add/del
All image-compute commands --> imagecompute
imagecompute-property-* --> imagecompute modify --property-add/del

00b1248e 11/18/2013 06:56 pm Stavros Sachtouris

Apply naming conventions to 1st level image cmds

Refs: #4583

0b052394 11/18/2013 04:45 pm Stavros Sachtouris

Apply new naming convention for server

Refs: #4583

Renamings and merges in server:
rename/resize/firewall set/metadata set/metadata_delete -> modify

Removed in server:
metadata *, firewall *

Get all info with server info/list

49e85ee2 11/18/2013 01:09 pm Stavros Sachtouris

Make shell syntax help as verbose as one-commands

Refs: #4583

320af781 11/18/2013 12:22 pm Stavros Sachtouris

Move all argument related syntax help in Arguments

Refs: #4596

56d84a4e 11/15/2013 06:14 pm Stavros Sachtouris

Syntax check required arguments (incomplete)

Refs: #4596

515634db 11/14/2013 11:47 am Dionysis Grigoropoulos

Fix a bug in port create

  • Fix a bug in port create, that prevented the creation of a port
25f9a991 11/12/2013 03:58 pm Stavros Sachtouris

Apply naming scheme on astakos-related commands

Refs: #4583

Renames:
user session * --> user *
admin services * --> service *
admin endpoints * --> endpoint *
admin commission * --> commission *
admin resources --> resource list
user quotas --> quota list...

2c3671ff 11/11/2013 03:34 pm Stavros Sachtouris

Simplify image shared

b7d79306 11/08/2013 02:02 pm Stavros Sachtouris

Add fixed_ips in post create

Refs: #4563

737995ed 11/07/2013 04:56 pm Stavros Sachtouris

Add name to port create

Refs: #4563

ccdd1b82 11/07/2013 12:41 pm Stavros Sachtouris

Create port_creates extention (cyclaes) and expose

Refs: #4563

45cb7f88 11/06/2013 07:16 pm Stavros Sachtouris

Cancel previous commit

9e04242a 11/06/2013 07:16 pm Stavros Sachtouris

One-byte typo

1d565254 11/06/2013 07:15 pm Stavros Sachtouris

Minor fixes

11cc86af 11/06/2013 07:13 pm Stavros Sachtouris

Fast-create port list

447365fe 11/06/2013 07:10 pm Stavros Sachtouris

Export all port methods, except port create

Refs: #4563

62c6652f 11/06/2013 06:12 pm Stavros Sachtouris

Expose subnet commands w.r.t. Cyclades Network

Refs: #4563

7e57e590 11/06/2013 03:37 pm Stavros Sachtouris

Add user-id filter in network list

0e27687b 11/06/2013 03:27 pm Stavros Sachtouris

Add "detail" to network list

Refs: #4563

cd0927f7 11/06/2013 01:58 pm Stavros Sachtouris

Adjust network create to Cyclades extentions

Refs: #4563

e864cd9e 11/06/2013 01:28 pm Stavros Sachtouris

Implement client.cyclades.CycladesNetworkClient

Refs: #4563

This class implements APi extentions custom to Cyclades

5c433331 11/06/2013 01:10 pm Stavros Sachtouris

Rename packages networking-->network

58602137 11/06/2013 12:44 pm Stavros Sachtouris

Implement network set (update semantics)

Refs: #4563

aef3fa1f 11/06/2013 12:19 pm Stavros Sachtouris

Implement network delete command

Refs: #4563

56f5c6fc 11/05/2013 06:22 pm Stavros Sachtouris

Let kamaki client handle json

677979bc 11/05/2013 06:17 pm Stavros Sachtouris

Fix networking client call (data-->json)

bc4662d8 11/05/2013 06:11 pm Stavros Sachtouris

Use the correct networking client

49413939 11/05/2013 06:06 pm Stavros Sachtouris

Implement network create

Refs: #4563

cd40143a 11/05/2013 05:57 pm Stavros Sachtouris

Implement network info

Refs: #4563

77bf75fe 11/05/2013 05:52 pm Stavros Sachtouris

Add filters in network list

Refs: #4563

ccf8b124 11/05/2013 05:43 pm Stavros Sachtouris

Fix typo in dict creation in network list

Refs: #4563

d18e6439 11/05/2013 05:35 pm Stavros Sachtouris

Create networking-related commands + network list

Refs: #4563

networking related commands: netwokri, port, subnet
this affects the cyclades-related networks, which are not exposed (for now)

bac9c8ac 11/05/2013 04:33 pm Stavros Sachtouris

Complete clients.networkinh + unittests

Refs: #4546

25d2ff8e 11/05/2013 01:55 pm Stavros Sachtouris

Complete subnet operations + unittests

Refs: #4546

ba1ab65d 11/04/2013 06:38 pm Stavros Sachtouris

Implement create_subnet(s), update implementations

Refs: #4546

OpenStack modified the API during development, that was odd!

afba96a7 11/04/2013 03:40 pm Stavros Sachtouris

Implement all network calls + unittests

Refs: #4546

Implemented: list_networks, create_network, create_networks,
get_network_details, update_network, delete_network

c95ff061 11/04/2013 11:48 am Stavros Sachtouris

Pick "networking" as the name of the new client

Refs: #4546

058ee9a8 11/01/2013 06:32 pm Stavros Sachtouris

Implement clients.network.NetworkClient (part)

Refs: #4546

Implemented in this commit: list_networks, create_network, unittests for both

963bd664 11/01/2013 04:47 pm Stavros Sachtouris

Create unittests for network/rest_api

Refs: #4546

c6ebe715 10/31/2013 06:58 pm Stavros Sachtouris

Implement clients.network.rest_api

Refs: #4546

2d1f5058 10/31/2013 03:38 pm Stavros Sachtouris

Remove token from history

Refs: #4479

20211cbb 10/31/2013 02:53 pm Stavros Sachtouris

Astakosclient always ommits token and reveals data

85115c12 10/31/2013 02:29 pm Stavros Sachtouris

Log astakosclient in kamaki style

a2ed4352 10/30/2013 05:50 pm Stavros Sachtouris

Merge branch 'feature-require-astakosclient' into develop

fa7d08b6 10/30/2013 05:36 pm Stavros Sachtouris

Implement user session commands for kamaki

Refs: #4340

5033585e 10/29/2013 12:10 pm Stavros Sachtouris

Use the already initialized astakosclient in user

Refs: #4312

172ee8f9 10/25/2013 01:48 pm Stavros Sachtouris

Implement "get_client" in clients.astakos

Returns the synnefo-astakosclient object

b1f6632f 10/25/2013 11:44 am Stavros Sachtouris

Update README.update

4f228300 10/24/2013 06:15 pm Stavros Sachtouris

Apply "readall" method to PithosClient local IO

3ddb2ade 10/24/2013 06:11 pm Stavros Sachtouris

Implement a readall method to retry-read from file

ab863157 10/24/2013 05:14 pm Stavros Sachtouris

Complete astakosclient exposition in astakos.py

Refs: #4340

4475f8b7 10/23/2013 03:18 pm Stavros Sachtouris

Fix buig with image meta set

b490a8b8 10/23/2013 03:18 pm Stavros Sachtouris

Fix buig with image meta set