- 02 Dec, 2013 9 commits
-
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
`final-report-only' flag is useful when burnin is used in script files and it's output is to be sent using email.
-
Ilias Tsitsimpis authored
We are going to re-implement burnin. The goal is to have a cleaner structure (not all code in one file), a better logging schema and remove code that is unused or duplicated. Refs #3385
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Christos Stavrakakis authored
Remove incorrectly statement about hotplug-able CPU and RAM.
-
Christos Stavrakakis authored
Before deleting a network, the network is marked as drained to be excluded from automatic IP allocation. The state of the network that is exposed in the API is always 'SNF:DRAINED' if the drained flag is set. This resulted in deleted networks to appear as 'SNF:DRAINED'. This commit fixes this issue by clearing the 'drained' flag when deleting the network. Also, this commit sets the 'drained' flag only when deleting public networks that can take part in automatic IP allocation. For private networs setting this flag is not needed.
-
- 01 Dec, 2013 1 commit
-
-
Christos Stavrakakis authored
-
- 29 Nov, 2013 13 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
avoid parsing image id as int
-
Kostas Papadimitriou authored
disable port/network connect/disconnect on active vms when ganeti hotplug is disabled
-
Kostas Papadimitriou authored
- Display grayed out start button if no available quota to start the corresponding vm - Open resize overlay instead of start confirmation for the above cases - Allow overlimit resizing of inactive machines - Minor styling fixes
-
Kostas Papadimitriou authored
-
Christos Stavrakakis authored
-
Giorgos Korfiatis authored
-
Christos Stavrakakis authored
Move all management commands from 'api/management/commands' to 'logic/management/commands'.
-
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 17 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.
-