Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / logic / management / commands / network-inspect.py @ c51f3a08

History | View | Annotate | Download (4.8 kB)

# Date Author Comment
c51f3a08 02/14/2013 06:05 pm Stratos Psomadakis

Add --uuids option to snf-manage cmds

cc92b70f 02/06/2013 02:18 pm Christos Stavrakakis

Fix pep8 warnings

bed3cd0b 01/18/2013 03:09 pm Christos Stavrakakis

Network field type has been renamed to flavor

b84ed662 11/09/2012 05:32 pm Christos Stavrakakis

Refactor code in management commands

dab038a2 10/16/2012 01:38 pm Christos Stavrakakis

Fix typos

3524241a 10/03/2012 12:22 pm Christos Stavrakakis

Pool Ganeti RAPI clients

- Move Ganeti RAPI client from snf-common to snf-cyclades-app/logic.
- Create GanetiRapiClientPool for pooling GanetiRapiClient objects
- Create context manager in db.models for pool handling
- Update code using the RAPI client

5e1a5f9b 09/27/2012 03:59 pm Christos Stavrakakis

Fix presentation of pools

fdc94944 09/20/2012 12:14 pm Christos Stavrakakis

Refactor IP pools

Treat IP pool the same way as bridge and mac-prefix pools. The pool is
removed from the Network table and moved to an IPPoolTable containing the
IP pools for all networks. Also added support for external reservations.

Migration files for transfering the pool to the new tables are included....

439ff929 07/23/2012 11:49 am Christos Stavrakakis

Display IP pool map in network-inspect command

56a1134d 07/23/2012 11:48 am Christos Stavrakakis

Rename management commands