- 29 Nov, 2013 5 commits
-
-
Christos Stavrakakis authored
Since the size of IP pools is not automatically computed by the size of corresponding subnet, the data migration must add sizes to all existing IP pools.
-
Christos Stavrakakis authored
-
Giorgos Korfiatis authored
Also add 2013 in package COPYRIGHT files.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Remove patching of 'django.views.debug.HIDDEN_SETTINGS' from 'cleanse' middleware that is going to be totally removed. Instead, patch them in 'models.py' of webproject.
-
- 28 Nov, 2013 18 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Add 'admin_mails' handler to default logging configuration and use it for 'django.request' logger, which is used to log all 5xx responses and unhandled exceptions.
-
Christos Stavrakakis authored
Change default value for default server networks to be an IPv4 public network.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostis Fardelas authored
-
Kostis Fardelas authored
- The file /etc/synnefo/10-snf-common-admins.conf does not exist. The correct filename is /etc/synnefo/00-snf-common-admins.conf - The file /etc/synnefo/10-snf-cyclades-gtools-backend.conf does not exist. The correct filename is /etc/synnefo/20-snf-cyclades-gtools-backend.conf - A clarification was added when running snf-manage resource-modify --limit-interactive command,so that the user specifies size unit (memory or storage) - A clarification was added so that the user verifies the correct setup of the ganeti cluster
-
Christos Stavrakakis authored
Change default settings for logging, to not disable existing loggers by default. This was already done for the API, but not for 'snf-manage'. Also, the example conf file were not updated.
-
Christos Stavrakakis authored
Change api_method decorator to log besides unhandled exceptions, all 5xx API responses to 'django.request'.
-
Christos Stavrakakis authored
Change api_method decorator to log unhandled exception in 'django.request' handler in order to match with Django's default behaviour to log unhandled exceptions as 'error' in 'django.request' and sent mail to admins for such cases.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Change logging level of messages about unauthorized access to helpdesk. Info level should be enough.
-
Giorgos Korfiatis authored
Speed up GET /quotas by caching the list of API visible resources. For consistency, apply the cache in GET /resources, too.
-
Giorgos Korfiatis authored
Since endpoints are rarely altered, we speed up POST /tokens by caching them.
-
Christos Stavrakakis authored
-
- 27 Nov, 2013 17 commits
-
-
Christos Stavrakakis authored
Extend logging of unexpected errors, in 'api_method' decorator to include the request and the status code in the log record, in order to be properly displayed by Django's AdminMailHandler.
-
Christos Stavrakakis authored
Reconciliation of IP pools has been moved from 'reconcile-networks' to 'reconcile-pools' command.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Christos Stavrakakis authored
Do not display the user defined name of the image. Instead, just display the 'OS' property or 'OSFAMILY' of the image.
-
Christos Stavrakakis authored
-
Giorgos Korfiatis authored
For efficiency reasons, commit 20c6de3 deletes and recreates holdings instead of updating them one by one. In order not to exhaust the IDs, we reuse the deleted ones.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
additionally to style update, when no quota are available for the resource
-
Kostas Papadimitriou authored
when user clicks to connect machines to network
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
- Private networks destroy - IPs detach/destroy - Public keys destroy
-
Christos Stavrakakis authored
Add section about converting existing networks to floating IP pools. Also, add tool for converting public IPv4 addresses to floating IPs.
-