- 03 Dec, 2013 4 commits
-
-
Christos Stavrakakis authored
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
Return 405 (NotAllowed) instead of 400 (BadRequest) Add Allow header in the response containing the list of valid methods
-
Sofia Papagiannaki authored
-
- 02 Dec, 2013 36 commits
-
-
Stratos Psomadakis authored
-
Stratos Psomadakis authored
-
Christos Stavrakakis authored
Add section about Cyclades resources and quota handling. Also, refactor the section about the reconciliation mechanism.
-
Kostas Papadimitriou authored
Signed-off-by:
Olga Brani <olgabrani@grnet.gr>
-
Kostas Papadimitriou authored
Relying on cache.get is not always safe
-
Constantinos Venetsanopoulos authored
Also, move the complete component list from the index to the Admin Guide.
-
Christos Stavrakakis authored
Add new 'filter_objects_results' function to apply filters, e.g. from --filter-by option to objects. Rename old 'parse_filters' function ,that parsed filters to querytset arguments, to 'parse_queryset_filters. The new function is currently unused.
-
Christos Stavrakakis authored
Optimize server-list command by prefetching related fields if needed.
-
Stratos Psomadakis authored
-
Stratos Psomadakis authored
-
Stratos Psomadakis authored
-
Stratos Psomadakis authored
-
Stratos Psomadakis authored
-
Stratos Psomadakis authored
-
Stratos Psomadakis authored
Make the necessary changes to the collectd Ganeti plugin and the snf-stats-app grapher to make them work with the Debian Wheezy version of collectd (and the new v5 rrd format).
-
Stratos Psomadakis authored
-
Stratos Psomadakis authored
-
Kostas Papadimitriou authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
Command Line Interface of kamaki has changed the way it handles pithos containers. A new command `container' has been created. This commit changes the command snf-deploy is using the create a new container from $ kamaki file create images to $ kamaki container create images
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
After every action that changes the user's quotas verify that quotas' changes are consistent.
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
After a reconciliation, a machine will go to STOPPED state before the DELETED state. This commit adds the STOPPED state to the accepted states for a machine that is being destroyed.
-
Ilias Tsitsimpis authored
When --quiet flag is used, burnin will not produce a logging file at all (neither will log to stdout). This flag is used when we simple want to check if there are stale servers from previous runs (we can do this based on burnin's exit status) but we don't want to produce any log files.
-
Ilias Tsitsimpis authored
Add the kamaki_version parameter to the ci config file. Using this parameter the user can specify a version of kamaki to be used (mostly by burnin). Force the use of version 0.11next-1811-197b413 for kamaki, as currently is the version that works with develop.
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
This testsuite is used to inspect and delete stale servers (servers left from previous burnin runs).
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
Since each instance of the TestCase will only be used to run a single test method (a new fixture is created for each test) the attributes can not be saved in the class instances. Instead we use descriptors.
-
Ilias Tsitsimpis authored
-