Statistics
| Branch: | Tag: | Revision:

root / tools @ 5039a44f

# Date Author Comment
cf8482f2 07/17/2011 01:20 pm Giorgos Verigakis

Improve user support

  • Use logic functions when possible
  • Add user invite command

Refs #827

910f53d9 07/15/2011 04:07 pm Giorgos Verigakis

Add flavor create, delete and list actions

flavor create can get multiple values for each of cpu, ram and disk and will create the product of the combinations.

e.g. snf-admin create flavor 8 2048,4096 80,100

Fixes #827

735f44fe 07/15/2011 02:57 pm Giorgos Verigakis

Add user create and user delete commands

user delete is hidden to avoid accidents

Refs #827

13d2b7f7 07/14/2011 06:08 pm Giorgos Verigakis

Add user modify command

Refs #827

9a60dacb 07/14/2011 05:27 pm Giorgos Verigakis

Code refactoring

  • Better help output
  • image register outputs info about the new image
70691395 07/08/2011 05:44 pm Giorgos Verigakis

Make clear that commands can have arguments

ca8f8081 07/08/2011 05:37 pm Giorgos Verigakis

Add support for ImageMetadata

  • New image meta command lists and modifies image metadata.
  • Rename ls to list
  • Rename -p to --public
  • Rename -r to --nopublic

Refs #727

8cdde414 07/07/2011 06:23 pm Giorgos Verigakis

Initial import of snf-admin command line tool

Refs #727

5391d6b5 06/30/2011 01:49 pm Giorgos Verigakis

Update API to return 4 kinds of graphs

Also temporarily disable encryption of backend id.

Refs #527

c738c935 06/29/2011 01:15 pm Giorgos Verigakis

Add a Get Server Stats API method

46e42692 06/28/2011 04:07 pm Giorgos Verigakis

Show firewall profile if present

91826390 06/20/2011 03:32 pm Giorgos Verigakis

Add initial support for firewall profiles

Refs #659

adee02b8 06/17/2011 12:48 am Giorgos Verigakis

Add proper license headers

f7ace0a4 05/31/2011 08:02 pm Giorgos Verigakis

Bugfixes

Rename addnet to connect and removenet to disconnect.

207b70d5 05/31/2011 05:06 pm Giorgos Verigakis

Network improvements

  • Make backend functions transactional.
  • Only one network can be public and it has the id 'public'.
  • The public network can not be deleted or modified.
  • firewallProfile is optional
d44c236b 05/25/2011 06:23 pm Giorgos Verigakis

Refactor networks

  • VirtualMachines can have a number of nics that are attached to networks.
  • Networks can also be public
  • VirtualMachines can be attached to public networks that they don't own.
  • There is a special public network (id 1) that can't be deleted....
faae285d 05/16/2011 07:22 pm Giorgos Verigakis

Improve network display

Plus small refactorings.

b19653d1 05/06/2011 04:13 pm Giorgos Verigakis

Change networks to use numeric ids

Fixes #457

dca6520b 05/03/2011 06:30 pm Giorgos Verigakis

Rename server argument to serverRef

0269afd6 05/03/2011 12:29 pm Giorgos Verigakis

Add initial networks support

Refs #409

40777cc8 04/19/2011 03:56 pm Giorgos Verigakis

Add support for users

  • Tests use a hardcoded token
  • cloud tool uses a hardcoded token
  • Bugfixes

Fixes #423

5231a38a 04/15/2011 07:08 pm Giorgos Verigakis

Raise if vm is deleted or being built

Fixes #351

529178b1 04/15/2011 02:13 pm Giorgos Verigakis

Code clean up

  • Moved rapi related stuff in logic
  • Added messages to all raised Faults
  • Updated console format
  • Removed unused fixture
  • Better imports
  • Docstring bugfixes
4cf8adf8 04/13/2011 11:22 pm Vangelis Koukis

Change console req/response format, add unit tests

Change the format of JSON requests and replies for getting
a server console over VNC. Fix the cloud command-line tool to
understand the new format.

Add unit tests for api/actions.py:get_console().

Add a quick-n-dirty method of detecting if we're running unit...

432fc8c3 04/05/2011 01:21 pm Giorgos Verigakis

Add metadata support in Images

Removed description and size from Image model.

20a51b1e 04/04/2011 02:21 pm Giorgos Verigakis

Merge branch 'master' into api-redux

Conflicts:
api/actions.py
api/errors.py
api/handlers.py
api/helpers.py
api/servers.py

d8e50a39 04/04/2011 12:21 am Giorgos Verigakis

Move to OpenStack API v1.1

  • Removes piston dependency.
  • Adds dateutil dependency.

Fixes #183 - Implement /servers
Fixes #185 - Implement /images
Fixes #245 - Details in exception handlers
Fixes #249 - Metadata handling
Fixes #253 - Transition to OpenStack API v1.1...

09471611 04/03/2011 03:19 am Vangelis Koukis

Extend api/v1.1redux to support VNC OOB consoles

Add support in api/v1.1redux for OOB consoles using VNC, refs #349.
More specifically: * Implement a new action ("console") for POST to /servers/id/action. * Extend api/servers.py to pass the Django request object to actions....

ab756200 03/24/2011 03:34 pm Giorgos Verigakis

Add cloud command line tool

Run cloud help for a list of options.
Removed old (now obsolete) tools.

b016b476 03/22/2011 05:10 pm Giorgos Verigakis

Improve REDUX API

  • Add server actions
  • Add address listing

API mostly complete now.

Refs #301

2e2bd2a6 03/18/2011 08:05 pm Giorgos Verigakis

Add some command line tools.

Simple command line tools to help the development.