- 12 Nov, 2013 2 commits
-
-
Dionysis Grigoropoulos authored
* Fix the way we handle input of get_subnet()
-
Marios Kogias authored
New name is snf-manage floating-ip-history <floating-ip-address> Get info about which servers this ip is or was connected to.
-
- 11 Nov, 2013 11 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Dionysis Grigoropoulos authored
* Fix a bug if the user specified no allocation pools * Fix a wrong error message in logic/subnets.py
-
Dionysis Grigoropoulos authored
* Add a function in logic/subnets.py that parses allocation pools * Add a new option in snf-manage network-create for allocation pools * Update subnet-create to use the new function
-
Dionysis Grigoropoulos authored
Update the way allocation-pools work in subnet-create. Now, --allocation-pool can be used multiple times, each time for a different pool. Eg., snf-manage subnet-create --network-id 1 --cidr 192.168.42.0/24 --allocation-pool 192.168.42.10,192.168.42.30 --allocation-pool 192.168.42.100,192.168.42.200
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
- 10 Nov, 2013 4 commits
-
-
Marios Kogias authored
Add decorator convert_api_faults
-
Marios Kogias authored
snf-manage floating-ip-state <floating_ip_state> Find if a floating-ip is attached to a server or not. IPAddressLog now can contain multiple entries for the same ip.
-
Marios Kogias authored
Use --port multiple times to configure server connections. Possible forms are: * --port network:<network_id>(,address=<ip_address>) * --port id:<port_id> * --port floatingip:<floatingip_id>.
-
Marios Kogias authored
List only ports connected to public networks List only ports connected to a specific server
-
- 09 Nov, 2013 3 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Change default value of 'dhcp' option in snf-manage network-create command.
-
Christos Stavrakakis authored
Do not print IP pool of Ganeti network in case the network is an IPv6 only network. The Ganeti network has a dummy IPv5 subnet, just because it is needed. Only change this dummy subnet to /30 to reduce space in Ganeti config file.
-
- 08 Nov, 2013 6 commits
-
-
Christos Stavrakakis authored
* Export 'SNF:DRAINED' status for drained networks. * Do not allow creation of new ports in drained networks. * Do not allow allocation of new IPs in drained networks.
-
Christos Stavrakakis authored
If at the end of reconciliation the state of the network is not ACTIVE, try to recompute the state of the network based on the state of the networks in each backend. This step is mostly needed in case that the network does not exist in any backend.
-
Christos Stavrakakis authored
Use 'models.PROTECT' for 'on_delete' attribute for some ForeignKey relationship between networking models. This will create a more "strict" database and protect for unexpected data loss.
-
Christos Stavrakakis authored
-
Giorgos Korfiatis authored
Allow registering a resource for a different service, if it originates from the same component.
-
Giorgos Korfiatis authored
-
- 07 Nov, 2013 14 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Remove special handling of floating IP pools in reconciliation mechanism since floating IP pools are treated the same way with other networks.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Christos Stavrakakis authored
Pass 'nfdhcp' tag even if network is IPv6 only.
-
Christos Stavrakakis authored
Use prefetch_related and select-related to importive the DB queries that are generated by *-list snf-manage commands.
-
Christos Stavrakakis authored
Add options to use 'prefetch_related' and 'select_related' options of Django queries to optimize the DB queries.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Fix which networks are going to be initialized in the new backend and how the are printed in the output!
-