Activity

From 09/28/2012 to 10/27/2012

10/26/2012

06:05 pm snf-ganeti Revision 7adb7dff: Convert Luxi results to Ganeti errors
This a bit too complex patch converts the result of Luxi calls
(submitJob, query*, etc.) from Result to ErrorResult. ...
Iustin Pop
06:05 pm ganeti-local Revision 7adb7dff: Convert Luxi results to Ganeti errors
This a bit too complex patch converts the result of Luxi calls
(submitJob, query*, etc.) from Result to ErrorResult. ...
Iustin Pop
05:35 pm ganeti-local Revision 7939f60c: cfgupgrade: Write file for file storage paths
When file storage is used this file is now mandatory.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed...
Michael Hanselmann
05:35 pm snf-ganeti Revision 7939f60c: cfgupgrade: Write file for file storage paths
When file storage is used this file is now mandatory.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed...
Michael Hanselmann
05:35 pm ganeti-local Revision 5e09a309: backend: Switch to new file storage directory verification
The configuration is no longer used for verifying file storage paths.
Signed-off-by: Michael Hanselmann <hansmi@goog...
Michael Hanselmann
05:35 pm snf-ganeti Revision 5e09a309: backend: Switch to new file storage directory verification
The configuration is no longer used for verifying file storage paths.
Signed-off-by: Michael Hanselmann <hansmi@goog...
Michael Hanselmann
05:35 pm snf-ganeti Revision 72b35807: Check allowed file storage paths during cluster-verify
Some paths, such as /bin or /usr/lib, should not be used for file
storage. This patch implements a check during clust...
Michael Hanselmann
05:35 pm ganeti-local Revision 72b35807: Check allowed file storage paths during cluster-verify
Some paths, such as /bin or /usr/lib, should not be used for file
storage. This patch implements a check during clust...
Michael Hanselmann
05:33 pm snf-ganeti Revision 78062de9: Make Paramiko an optional dependency for listrunner
With the move away from “setup-ssh”, Paramiko is no longer necessary to
configure SSH on nodes.
Signed-off-by: Micha...
Michael Hanselmann
05:33 pm ganeti-local Revision 78062de9: Make Paramiko an optional dependency for listrunner
With the move away from “setup-ssh”, Paramiko is no longer necessary to
configure SSH on nodes.
Signed-off-by: Micha...
Michael Hanselmann
05:30 pm Revision 5b43614a: Merge branch 'master' into testing
Christos KK Loverdos
05:27 pm snf-ganeti Revision 8a670753: Remove setup-ssh
It has been superseeded by “prepare-node-join”.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: I...
Michael Hanselmann
05:27 pm ganeti-local Revision 8a670753: Remove setup-ssh
It has been superseeded by “prepare-node-join”.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: I...
Michael Hanselmann
05:27 pm snf-ganeti Revision 224ff0f7: gnt-node add: Use prepare-node-join
This patch changes “gnt-node add” to use the newly added
“prepare-node-join” tool. Hereby Paramiko is no longer a har...
Michael Hanselmann
05:27 pm ganeti-local Revision 224ff0f7: gnt-node add: Use prepare-node-join
This patch changes “gnt-node add” to use the newly added
“prepare-node-join” tool. Hereby Paramiko is no longer a har...
Michael Hanselmann
05:27 pm ganeti-local Revision f712208d: prepare-node-join: Use ssh.GetAllUserFiles
Instead of building the dictionary locally, the global version in
“ssh.py” can be used.
Signed-off-by: Michael Hanse...
Michael Hanselmann
05:27 pm snf-ganeti Revision f712208d: prepare-node-join: Use ssh.GetAllUserFiles
Instead of building the dictionary locally, the global version in
“ssh.py” can be used.
Signed-off-by: Michael Hanse...
Michael Hanselmann
05:27 pm ganeti-local Revision 5484cda5: ssh: Add function to get all of user's SSH files
This new function returns the file paths for all of a user's SSH-related
files (RSA, DSA and authorized_keys).
Signe...
Michael Hanselmann
05:27 pm snf-ganeti Revision 5484cda5: ssh: Add function to get all of user's SSH files
This new function returns the file paths for all of a user's SSH-related
files (RSA, DSA and authorized_keys).
Signe...
Michael Hanselmann
05:27 pm ganeti-local Revision d5d76ab2: RunCmd: Support standard input file descriptor
This patch changes “utils.RunCmd” to accept a file-like object or a
numeric file descriptor which will be used as the...
Michael Hanselmann
05:27 pm snf-ganeti Revision d5d76ab2: RunCmd: Support standard input file descriptor
This patch changes “utils.RunCmd” to accept a file-like object or a
numeric file descriptor which will be used as the...
Michael Hanselmann
05:10 pm ./kamaki Revision e828bac0: Try (and fail) to fix _delete_network in tests.py
Stavros Sachtouris
05:05 pm Revision 97b987e4: more on pgerakios
Prodromos Gerakios
05:03 pm ./kamaki Revision 436f2ce1: Gracefull filenotfound error in store upload
Stavros Sachtouris
04:35 pm ./kamaki Revision 0fc54992: Clean up forgoten HTTPRequest imports
Stavros Sachtouris
04:18 pm ./kamaki Revision c270fe96: Remove relative imports from all pkgs, fix astakos
astakos imports an anused (and soon deprecated) module Stavros Sachtouris
04:03 pm ./kamaki Revision 03fd7ddb: Remove relative imports from commands specs
Stavros Sachtouris
03:37 pm ganeti-local Revision feec4cc5: Factorize job selection in “gnt-job cancel”
This will also be used for changing jobs' priorities. All parameters to
the common function are non-optional.
Signed...
Michael Hanselmann
03:37 pm snf-ganeti Revision feec4cc5: Factorize job selection in “gnt-job cancel”
This will also be used for changing jobs' priorities. All parameters to
the common function are non-optional.
Signed...
Michael Hanselmann
03:37 pm ganeti-local Revision 6b96df59: utils.x509: Factorize code to extract X509 certificate
This will be useful in “gnt-node add”.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop...
Michael Hanselmann
03:37 pm ganeti-local Revision ebae9e37: prepare_node_join: Move daemon SSH files to constants
This dictionary will also be useful in “gnt-node add”.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewe...
Michael Hanselmann
03:37 pm snf-ganeti Revision 6b96df59: utils.x509: Factorize code to extract X509 certificate
This will be useful in “gnt-node add”.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop...
Michael Hanselmann
03:37 pm snf-ganeti Revision ebae9e37: prepare_node_join: Move daemon SSH files to constants
This dictionary will also be useful in “gnt-node add”.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewe...
Michael Hanselmann
03:37 pm ganeti-local Revision 340ae7da: prepare-node-join: Swap private and public keys
Other places, such as “ssh.GetUserFiles”, use a structure where the
private key comes before the private key. Until n...
Michael Hanselmann
03:37 pm snf-ganeti Revision 340ae7da: prepare-node-join: Swap private and public keys
Other places, such as “ssh.GetUserFiles”, use a structure where the
private key comes before the private key. Until n...
Michael Hanselmann
03:37 pm snf-ganeti Revision 910ef222: prepare-node-join: Use public key directly for auth…_keys
A public key already includes the necessary prefix (“ssh-rsa” or
“ssh-dss”), so there is no need to add it again.
Si...
Michael Hanselmann
03:37 pm ganeti-local Revision 910ef222: prepare-node-join: Use public key directly for auth…_keys
A public key already includes the necessary prefix (“ssh-rsa” or
“ssh-dss”), so there is no need to add it again.
Si...
Michael Hanselmann
03:35 pm snf-ganeti Revision 7bd70e6b: ssh.GetUserFiles: Parameter to disable directory check
Without this parameter, either an error would be raised or “.ssh” would
have to be created. Now it is possible to ret...
Michael Hanselmann
03:35 pm ganeti-local Revision 7bd70e6b: ssh.GetUserFiles: Parameter to disable directory check
Without this parameter, either an error would be raised or “.ssh” would
have to be created. Now it is possible to ret...
Michael Hanselmann
03:21 pm Revision 7661c43c: Delete Commissions in {accept|reject}_commission
Delete Commission objects, associcated with each serial, when accepting
or rejecting a commission. Otherwise, get_pen...
Christos Stavrakakis
03:21 pm Revision 4dbc21cf: Make serial not a primary key of ProvisionLog
Christos Stavrakakis
03:21 pm Revision 4d516a3b: Fix bug in get_pending_commissions
get_pending_commissions should return a list of serials, instead of
Commision objects.
Christos Stavrakakis
03:05 pm ganeti-local Revision 879d9290: Move htools backends to a separate directory
Five modules under the HTools/ directories are backend
implementations, so let's move them to a separate directory, t...
Iustin Pop
03:05 pm snf-ganeti Revision 879d9290: Move htools backends to a separate directory
Five modules under the HTools/ directories are backend
implementations, so let's move them to a separate directory, t...
Iustin Pop
02:49 pm ganeti-local Revision 5c03bcea: Fix lint issue in Test/…/THH.hs
Sorry!
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Iustin Pop
02:49 pm snf-ganeti Revision 5c03bcea: Fix lint issue in Test/…/THH.hs
Sorry!
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Iustin Pop
02:49 pm Pithos Revision 4587227e: Fix quota error formatting in case of NoneType
Sofia Papagiannaki
02:23 pm ganeti-local Revision bca39f5c: Fix X509CertError definition in Haskell codebase
Thanks Dato for catching this.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi...
Iustin Pop
02:23 pm snf-ganeti Revision bca39f5c: Fix X509CertError definition in Haskell codebase
Thanks Dato for catching this.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi...
Iustin Pop
02:22 pm ganeti-local Revision 66ad857a: Fix a few issues found by newer hlint
Testing with a newer hlint found a few minor issues; but all are real,
valid recommendations:
- don't use "if cond t...
Iustin Pop
02:22 pm snf-ganeti Revision 66ad857a: Fix a few issues found by newer hlint
Testing with a newer hlint found a few minor issues; but all are real,
valid recommendations:
- don't use "if cond t...
Iustin Pop
02:22 pm snf-ganeti Revision f51eacf3: Add a simple unittest for THH code
This is very THH specific, and applies to all serialisations generated
by THH, so I'm adding it in its own module.
P...
Iustin Pop
02:22 pm ganeti-local Revision f51eacf3: Add a simple unittest for THH code
This is very THH specific, and applies to all serialisations generated
by THH, so I'm adding it in its own module.
P...
Iustin Pop
02:22 pm snf-ganeti Revision 9b156883: Add support for optional fields with null serialised
This follows a conversation we had for how to deal with
optional-but-required fields in JSON serialisations: fields w...
Iustin Pop
02:22 pm ganeti-local Revision 9b156883: Add support for optional fields with null serialised
This follows a conversation we had for how to deal with
optional-but-required fields in JSON serialisations: fields w...
Iustin Pop
01:52 pm Revision 73c2ce37: Update docs to include the snf-image-creator tool
Constantinos Venetsanopoulos
01:39 pm Pithos Revision 0aaf350a: Include account and container usage information in case of exceeded quota
Sofia Papagiannaki
01:25 pm Revision f752215c: Minor fixes in snf-burnin
- Fix in stale resources cleanup
- Using new custom resultclass for the testrunner
John Giannelos
12:28 pm Revision 9be26fe1: Merge branch 'master' of https://code.grnet.gr/git/pithos
Sofia Papagiannaki
12:28 pm Pithos Revision 9be26fe1: Merge branch 'master' of https://code.grnet.gr/git/pithos
Sofia Papagiannaki
11:06 am snf-ganeti Revision d976957d: Update instance modify message
Currently the message does not say explicitly that instance-initiated
reboots are useless to trigger the use of new p...
Iustin Pop
11:06 am ganeti-local Revision d976957d: Update instance modify message
Currently the message does not say explicitly that instance-initiated
reboots are useless to trigger the use of new p...
Iustin Pop
10:22 am ganeti-local Revision 2081f0bd: Merge branch 'stable-2.6-hotplug' into stable-2.6-ippool-hotplug-esi
Conflicts:
lib/config.py
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
10:22 am snf-ganeti Revision 2081f0bd: Merge branch 'stable-2.6-hotplug' into stable-2.6-ippool-hotplug-esi
Conflicts:
lib/config.py
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis

10/25/2012

11:03 pm snf-ganeti Revision c1bfc2eb: Hotplug: rpc only if instance is running
Intruduce new function _InstanceRunning().
Fix *PCIInfo config methods to hold exclusively _config_lock and
take inst...
Dimitris Aragiorgis
11:03 pm ganeti-local Revision c1bfc2eb: Hotplug: rpc only if instance is running
Intruduce new function _InstanceRunning().
Fix *PCIInfo config methods to hold exclusively _config_lock and
take inst...
Dimitris Aragiorgis
08:57 pm ganeti-local Revision 86a24969: Errors.hs: improve field names for ConfigVersionMismatch
Change {exp,act}Code to {exp,act}Ver, which gives a better idea that
the integer fields represent version numbers.
A...
Dato Simó
08:57 pm snf-ganeti Revision 86a24969: Errors.hs: improve field names for ConfigVersionMismatch
Change {exp,act}Code to {exp,act}Ver, which gives a better idea that
the integer fields represent version numbers.
A...
Dato Simó
07:37 pm ./kamaki Revision 6ce9fc72: Handle connection.close in repeated requests
Stavros Sachtouris
07:11 pm astakos Revision 1ff7fe17: Fix undefined variable
Sofia Papagiannaki
07:11 pm Revision 1ff7fe17: Fix undefined variable
Sofia Papagiannaki
07:10 pm Revision 288bab1f: Minor changes (mainly formatting)
Sofia Papagiannaki
07:10 pm astakos Revision 288bab1f: Minor changes (mainly formatting)
Sofia Papagiannaki
07:06 pm Revision b0d54088: Fix undefined variable
Sofia Papagiannaki
07:06 pm astakos Revision b0d54088: Fix undefined variable
Sofia Papagiannaki
07:04 pm Revision a5373d5f: Changes in the format
Sofia Papagiannaki
07:04 pm astakos Revision a5373d5f: Changes in the format
Sofia Papagiannaki
07:02 pm Revision 1876378f: Remove duplicate command
Sofia Papagiannaki
07:02 pm astakos Revision 1876378f: Remove duplicate command
Sofia Papagiannaki
06:47 pm snf-ganeti Revision cd93a0ec: Remove unused cache implementation
Note that this commit has no Makefile.am changes, as the files were
not actually used. So it's better to actually rem...
Iustin Pop
06:47 pm ganeti-local Revision cd93a0ec: Remove unused cache implementation
Note that this commit has no Makefile.am changes, as the files were
not actually used. So it's better to actually rem...
Iustin Pop
06:43 pm snf-ganeti Revision dce5d027: THH.hs: delete isOptional, no longer used
The isOptional function is no longer used after a150585 (“Convert
opcode TH code to the use of Field type”).
Signed-...
Dato Simó
06:43 pm ganeti-local Revision dce5d027: THH.hs: delete isOptional, no longer used
The isOptional function is no longer used after a150585 (“Convert
opcode TH code to the use of Field type”).
Signed-...
Dato Simó
05:54 pm Revision 1912b5b2: More code for modelling E-R-C
Prodromos Gerakios
05:29 pm Revision d80813fb: Minor changes
Stratos Psomadakis
05:10 pm ./kamaki Revision f34bfe13: Adjust get_firewall_profile expcted rspns frmt
Stavros Sachtouris
04:46 pm ganeti-local Revision 5e360222: Fix two typos in Ganeti administrator's guide
Fix a verb tense and add a missing verb.
Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Adeodato ...
Michele Tartara
04:46 pm snf-ganeti Revision 5e360222: Fix two typos in Ganeti administrator's guide
Fix a verb tense and add a missing verb.
Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Adeodato ...
Michele Tartara
04:10 pm snf-ganeti Revision 15c118a4: bdev: Remove unused import of itertools
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>
Michael Hanselmann
04:10 pm ganeti-local Revision 15c118a4: bdev: Remove unused import of itertools
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>
Michael Hanselmann
03:31 pm ./kamaki Revision b4ddae0d: Version 0.6.0
Stavros Sachtouris
03:20 pm snf-cloudcms Revision 24d58de7: Merge branch 'newstyles'
Conflicts:
cloudcms/templates/cms/base.html
Kostas Papadimitriou
03:20 pm ./kamaki Revision 3ad34f11: Fix unicode on httplib bug
Unicode headers or url might apear as httplib request
Although httplib can usually handle the problem, it breaks when...
Stavros Sachtouris
03:19 pm snf-cloudcms Revision 77692b97: Merge branch 'newstyles' of https://code.grnet.gr/git/snf-cloudcms into newstyles
Kostas Papadimitriou
03:18 pm ganeti-local Revision 23e3c9b7: bdev: Add verification for file storage paths
An earlier version of this patch series verified all paths in cmdlib in
the master daemon. With this change all that ...
Michael Hanselmann
03:18 pm snf-ganeti Revision 23e3c9b7: bdev: Add verification for file storage paths
An earlier version of this patch series verified all paths in cmdlib in
the master daemon. With this change all that ...
Michael Hanselmann
03:16 pm ganeti-local Revision aebd0e4e: jqueue: Factorize code to modify job
A new function will be added to change a job's priority.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Revie...
Michael Hanselmann
03:16 pm snf-ganeti Revision aebd0e4e: jqueue: Factorize code to modify job
A new function will be added to change a job's priority.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Revie...
Michael Hanselmann
03:16 pm ganeti-local Revision c87440f5: Drop SSHS_FORCE constant
It is not actually used.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Helga Velroyen <helgav@g...
Michael Hanselmann
03:16 pm snf-ganeti Revision 552328b8: cli: Use callback for --priority
If the option is used elsewhere, the numeric value is directly
available.
Signed-off-by: Michael Hanselmann <hansmi@...
Michael Hanselmann
03:16 pm ganeti-local Revision 42d49574: jqueue: Fix comments in _SubmitJobUnlocked
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Helga Velroyen <helgav@google.com>
Michael Hanselmann
03:16 pm ganeti-local Revision bb921668: jqueue: Add docstring for _DetermineJobDirectories
Somehow this was missed in commit 0422250e.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Helga...
Michael Hanselmann
03:16 pm snf-ganeti Revision bb921668: jqueue: Add docstring for _DetermineJobDirectories
Somehow this was missed in commit 0422250e.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Helga...
Michael Hanselmann
03:16 pm snf-ganeti Revision 42d49574: jqueue: Fix comments in _SubmitJobUnlocked
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Helga Velroyen <helgav@google.com>
Michael Hanselmann
03:16 pm snf-ganeti Revision c87440f5: Drop SSHS_FORCE constant
It is not actually used.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Helga Velroyen <helgav@g...
Michael Hanselmann
03:16 pm ganeti-local Revision 552328b8: cli: Use callback for --priority
If the option is used elsewhere, the numeric value is directly
available.
Signed-off-by: Michael Hanselmann <hansmi@...
Michael Hanselmann
03:16 pm snf-cloudcms Revision 314b57ab: Style fixes
Olga Brani
03:00 pm snf-cloudcms Revision 185dffa3: Base template fix
Kostas Papadimitriou
02:32 pm snf-ganeti Revision 7a07475f: Add a default `.ghci' file
This options file for ghci preseeds the correct include paths, so that
interactive sessions don't need to always pass...
Iustin Pop
02:32 pm ganeti-local Revision 7a07475f: Add a default `.ghci' file
This options file for ghci preseeds the correct include paths, so that
interactive sessions don't need to always pass...
Iustin Pop
01:29 pm astakos Revision 52343ac8: Resources statistic page
Olga Brani
01:29 pm Revision 52343ac8: Resources statistic page
Olga Brani
01:20 pm ganeti-local Revision fa45c478: Force tap's MAC prefix to "fe"
Setting a high prefix discourages the bridge from adopting the tap's
MAC. Xen is not affected by this since the MAC i...
Simon Deziel
01:20 pm snf-ganeti Revision fa45c478: Force tap's MAC prefix to "fe"
Setting a high prefix discourages the bridge from adopting the tap's
MAC. Xen is not affected by this since the MAC i...
Simon Deziel
01:05 pm snf-ganeti Revision f56fc1a6: Add exception utility functions
In Python, formatError also returns the exit code, but I find that
splitting them leads to clearer code.
Signed-off-...
Iustin Pop
01:05 pm ganeti-local Revision 5183e8be: Convert query path from string errors to GanetiException
This patch converts all the call paths from 'Result' (which contains
just string errors) to 'ErrorResult', which hold...
Iustin Pop
01:05 pm ganeti-local Revision f56fc1a6: Add exception utility functions
In Python, formatError also returns the exit code, but I find that
splitting them leads to clearer code.
Signed-off-...
Iustin Pop
01:05 pm snf-ganeti Revision 5183e8be: Convert query path from string errors to GanetiException
This patch converts all the call paths from 'Result' (which contains
just string errors) to 'ErrorResult', which hold...
Iustin Pop
12:38 pm ganeti-local Revision ef3ad027: Add an Errors module mirroring the Python one
As described in the module doc string, while writing this it dawned
upon me that we're mixing all errors together int...
Iustin Pop
12:38 pm snf-ganeti Revision ef3ad027: Add an Errors module mirroring the Python one
As described in the module doc string, while writing this it dawned
upon me that we're mixing all errors together int...
Iustin Pop
12:38 pm ganeti-local Revision 185b5b0d: Abstract Luxi template functionality
These are almost generic, so let's change the signatures a bit a make
them fully so.
Signed-off-by: Iustin Pop <iust...
Iustin Pop
12:38 pm snf-ganeti Revision 185b5b0d: Abstract Luxi template functionality
These are almost generic, so let's change the signatures a bit a make
them fully so.
Signed-off-by: Iustin Pop <iust...
Iustin Pop
12:38 pm snf-ganeti Revision 2e202a9b: Abstract a few types in THH.hs
This 'simple' way of defining objects will be used also for errors, so
let's make it less Luxi-specific.
Signed-off-...
Iustin Pop
12:38 pm ganeti-local Revision 2e202a9b: Abstract a few types in THH.hs
This 'simple' way of defining objects will be used also for errors, so
let's make it less Luxi-specific.
Signed-off-...
Iustin Pop
12:03 pm snf-ganeti Revision 9e995e4f: Add missing empty line
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>
Reviewed-by: I...
Guido Trotter
12:03 pm ganeti-local Revision 9e995e4f: Add missing empty line
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>
Reviewed-by: I...
Guido Trotter
11:54 am ganeti-local Revision 61b9b9c6: Remove dumb-allocator code from devel/upload
The 'dumb-allocator' has been removed almost two years ago (commit
6f547f96, “Remove dumb-allocator”), let's remove t...
Iustin Pop
11:54 am snf-ganeti Revision 61b9b9c6: Remove dumb-allocator code from devel/upload
The 'dumb-allocator' has been removed almost two years ago (commit
6f547f96, “Remove dumb-allocator”), let's remove t...
Iustin Pop
11:54 am snf-ganeti Revision 23294fb0: Fix devel/upload restart of daemons
While running with a wrong --prefix/--sysconfdir, I saw that
devel/upload actually uses a hardcoded path for the init...
Iustin Pop
11:54 am ganeti-local Revision 23294fb0: Fix devel/upload restart of daemons
While running with a wrong --prefix/--sysconfdir, I saw that
devel/upload actually uses a hardcoded path for the init...
Iustin Pop

10/24/2012

10:58 pm Revision f12085fa: Cleanse sensitive settings in debug output
In case of server errors prevent django from printing or emailing sensitive
settings.
Stratos Psomadakis
10:06 pm ./kamaki Bug #1961 (Closed): .kamakirc created with insecure permissions
Vangelis Koukis
10:06 pm Bug #2358 (Closed): Avoid multiple actions sent in network connect view
Fixed, closing ticket.
Vangelis Koukis
10:05 pm Bug #2944 (Closed): UI does not refresh IPv4/IPv6 on server activation
Solved by updated 0.11.0-rc packages for snf-cyclades-app.
The API was failing to update the timestamp on the networ...
Vangelis Koukis
09:19 pm snf-network Revision 50c1e10d: Merge branch 'master' into debian
Dimitris Aragiorgis
05:32 pm Revision 53e42918: Added more functionality
Prodromos Gerakios
05:09 pm Revision 0a266836: Resource hierarchy refinements
Christos KK Loverdos
04:57 pm ganeti-local Revision df3fc286: Merge branch 'stable-2.6-grnet' into debian-2.6-grnet
Dimitris Aragiorgis
04:30 pm ganeti-local Revision 1b2ebbc0: Merge branch 'stable-2.6-ippool' into stable-2.6-ippool-hotplug-esi
Dimitris Aragiorgis
04:30 pm snf-ganeti Revision 1b2ebbc0: Merge branch 'stable-2.6-ippool' into stable-2.6-ippool-hotplug-esi
Dimitris Aragiorgis
04:29 pm ganeti-local Revision 6233a7b9: Merge branch 'stable-2.6-ippool' into stable-2.6-grnet
Dimitris Aragiorgis
04:27 pm ganeti-local Revision 8f4a22e3: Fix a bug in LUNetworkAdd concering needed_locks
Fix network client to pass conflicts_check to the opcode.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
04:27 pm snf-ganeti Revision 8f4a22e3: Fix a bug in LUNetworkAdd concering needed_locks
Fix network client to pass conflicts_check to the opcode.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
03:01 pm snf-ganeti Revision d55b80b0: Add small design for Linux HA integration
This documents the status (or wanted status) of some example ocf modules
I've written for Ganeti. They are far from p...
Guido Trotter
03:01 pm ganeti-local Revision d55b80b0: Add small design for Linux HA integration
This documents the status (or wanted status) of some example ocf modules
I've written for Ganeti. They are far from p...
Guido Trotter
01:27 pm Revision ed275428: Merge branch 'master' into devel-0.12
Conflicts:
snf-cyclades-app/setup.py
Christos Stavrakakis
01:13 pm Revision 1f478427: Plankton raise HttpResponseForbidden in case of NotAllowedError
Sofia Papagiannaki
12:49 pm Revision 487aa058: Merge branch 'master' into debian-0.11
Dimitris Aragiorgis
12:47 pm Revision 6690e770: Do not import logging in common default settings
Christos Stavrakakis
11:58 am Revision f2a7428e: Merge branch 'master' into debian-0.11
Christos Stavrakakis
11:57 am Revision ab4c8303: Change debian rules for logging config file
Christos Stavrakakis
11:55 am Revision bdff90d3: Move LOGGING_SETUP from common to webproject
Christos Stavrakakis
10:43 am snf-ganeti Revision 335ba60d: Replace @LIBDIR@ in .in files
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Guido Trotter
10:43 am ganeti-local Revision 335ba60d: Replace @LIBDIR@ in .in files
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Guido Trotter
01:28 am Revision 1d93a147: Let synnefo do the mac generation
To this end only MAC_FILTERED networks should have mac prefix and
synnefo will assure mac uniqueness among clusters. ...
Dimitris Aragiorgis

10/23/2012

10:55 pm Revision 8e265865: Refactor NETWORK_TYPES
NETWORK_TYPES get PUBLIC/PRIVATE reduntant string removed.
Network is public/private depending on Network.public flag...
Dimitris Aragiorgis
07:28 pm ganeti-local Revision 68e2ed87: Improve devel/upload command line handling
To people not used to it, it was completely non-obvious why
"./devel/upload" didn't do anything.
Signed-off-by: Iust...
Iustin Pop
07:28 pm snf-ganeti Revision 68e2ed87: Improve devel/upload command line handling
To people not used to it, it was completely non-obvious why
"./devel/upload" didn't do anything.
Signed-off-by: Iust...
Iustin Pop
07:09 pm ganeti-local Revision b183c4a8: Improve logging of AssertionErrors
Currently, when we have an assertion error raised from cmdlib, it looks like this:
[cluster] root@node4:~# gnt-ins...
Iustin Pop
07:09 pm snf-ganeti Revision b183c4a8: Improve logging of AssertionErrors
Currently, when we have an assertion error raised from cmdlib, it looks like this:
[cluster] root@node4:~# gnt-ins...
Iustin Pop
07:08 pm snf-ganeti Revision 1facaf11: tools.prepare_node_join: Fix pep8 errors
Pep8 didn't agree with the indentation.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Tro...
Michael Hanselmann
07:08 pm ganeti-local Revision 1facaf11: tools.prepare_node_join: Fix pep8 errors
Pep8 didn't agree with the indentation.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Tro...
Michael Hanselmann
06:32 pm snf-ganeti Revision d12b9f66: Add initial implementation of prepare-node-join
This is a new tool as per the design document “design-ssh-setup”. It
receives a JSON data structure on its standard i...
Michael Hanselmann
06:32 pm ganeti-local Revision d12b9f66: Add initial implementation of prepare-node-join
This is a new tool as per the design document “design-ssh-setup”. It
receives a JSON data structure on its standard i...
Michael Hanselmann
06:22 pm Pithos MS Client Revision bf0a0367: Merge branch 'Polling' of https://code.grnet.gr/git/pithos-ms-client into Polling
Panagiotis Kanavos
06:21 pm Pithos MS Client Revision 33a3ca72: Storing lastwritedate, lastlength as soon as the hash is calculated to avoid u...
Added SHA1OpenSSL, a HashAlgorithm wrapper over OpenSSL Panagiotis Kanavos
06:01 pm Pithos MS Client Revision d6c78984: Fixes for DLL's
Signed-off-by: George Pantazis <gpant@noc.grnet.gr> George Pantazis
05:54 pm ./kamaki Revision a62c75d1: Push error raising upload for testing
Stavros Sachtouris
05:24 pm Revision 698306b8: Fix compatibility issues with python-bitarray
Christos Stavrakakis
05:21 pm ./kamaki Revision 19f4195f: Raise block upload greenlet failure error
Stavros Sachtouris
05:06 pm snf-image-creator Revision b87b7a14: Do not hide the cursor when showing a progress bar
This is a workaround for a progress bar bug, where the system may
stay with the cursor hidden if finish() is not called.
Nikos Skalkotos
04:51 pm Pithos MS Client Revision 556754dd: Added missing file
Panagiotis Kanavos
04:35 pm Pithos MS Client Revision 9ad59de3: Fix when wiping an account that hasn't been authenticated
Panagiotis Kanavos
04:29 pm Revision 72fa634b: Reapply diagnostics migrations
Kostas Papadimitriou
04:29 pm Pithos MS Client Revision c8045641: Range workaroung when downloading empty files
Panagiotis Kanavos
04:28 pm Revision eeffcbea: Merge branch 'devel-0.12' into ui-0.11
Kostas Papadimitriou
04:28 pm Revision c278315e: Added lots of code for modelling Quota Holder API
Prodromos Gerakios
04:19 pm Revision 67619fd7: Implement queue-retry management command
Implement a new command which consumes all the messages from the
dead-letter queues and re-sends the messages back to...
Christos Stavrakakis
04:10 pm Revision 6de7fde5: Configurable changes since attribute alignment
Introduce a new setting (UI_CHANGES_SINCE_ALIGMENT) to allow aligment of
changes-since attribute of consiquent API ca...
Kostas Papadimitriou
03:59 pm snf-ganeti Revision 8a3c9e8a: ssh.GetUserFiles: RSA support, unit tests
This patch changes “ssh.GetUserFiles” to support two different kinds of
SSH keys, RSA and DSA. Before it would always...
Michael Hanselmann
03:59 pm ganeti-local Revision 8a3c9e8a: ssh.GetUserFiles: RSA support, unit tests
This patch changes “ssh.GetUserFiles” to support two different kinds of
SSH keys, RSA and DSA. Before it would always...
Michael Hanselmann
03:55 pm Revision 2ef5ef01: Merge branch 'master' into debian-0.11
Dimitris Aragiorgis
03:50 pm Revision 40ef487d: Fix bug, UI not updating NICs
Dummy-save the Network when processing messages from Ganeti hooks
about a VM NICs. This is needed, because the UI use...
Christos Stavrakakis
03:20 pm ./kamaki Revision 0b9269d8: Try pithos without relative imports
Stavros Sachtouris
03:12 pm Pithos MS Client Revision dd5f5163: Fix for missed expiration notifications
Panagiotis Kanavos
03:07 pm Revision 659de616: Declare dead-letter exchanges and queues
Modify snf-dispatcher in order to declare the dead-letter exchanges and
queues
Christos Stavrakakis
03:07 pm Revision b9d91e62: Use basic_reject in snf-dispatcher callbacks
Modify snf-dispatcher callbacks in order to reject messages that caused
an unknown exception. Because a dead-letter-e...
Christos Stavrakakis
01:54 pm Pithos MS Client Revision 51812592: Changed some log entries from Error to debug
Panagiotis Kanavos
01:51 pm Revision 7a3439cf: Update Quick Installation Guide
to reflect support for multiple Ganeti backends and minor fixes.
Also remove it from the general Admin Guide and give...
Constantinos Venetsanopoulos
01:33 pm Pithos MS Client Revision 2f1909cd: Changed log level for a statement from error to debug
Panagiotis Kanavos
01:27 pm Pithos MS Client Revision e38dfe32: Merge branch 'Polling' of https://code.grnet.gr/git/pithos-ms-client into Polling
Panagiotis Kanavos
01:25 pm Pithos MS Client Revision 39de8b0f: Added code to handle files that get locked or modified after uploading starts....
Improved code to move an account folder and stop monitoring while the move takes place. Still needs work. Panagiotis Kanavos
01:22 pm Pithos MS Client Revision f9d6a339: Small fix to copy the correct OpenSSL version for x64 debugging. The debugger ...
Panagiotis Kanavos
01:18 pm Pithos MS Client Revision e6380e4e: Removed path configuration from code, now using log4net's dynamic path properties
Panagiotis Kanavos
01:04 pm Revision ec9862dd: docs: apt.dev GPG key link/instructions
Stratos Psomadakis
12:26 pm astakos Revision 133b2afe: Merge branch '0.6.4' of https://code.grnet.gr/git/astakos into 0.6.4
Conflicts:
snf-astakos-app/astakos/im/static/im/css/modules.css
snf-astakos-app/astakos/im/static/im/js/common.js
...
Olga Brani
12:26 pm Revision 133b2afe: Merge branch '0.6.4' of https://code.grnet.gr/git/astakos into 0.6.4
Conflicts:
snf-astakos-app/astakos/im/static/im/css/modules.css
snf-astakos-app/astakos/im/static/im/js/common.js
...
Olga Brani
12:17 pm snf-image-creator Revision 20e37310: Update the doc to reflect the pbs to sh change
Nikos Skalkotos
12:11 pm astakos Revision bde71886: astakos_group_form_demo page
astakos_group_ressources_statistics page Olga Brani
12:11 pm Revision bde71886: astakos_group_form_demo page
astakos_group_ressources_statistics page Olga Brani
11:32 am ganeti-local Revision 986efb78: Fix typo in walkthrough document
Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michele Tartara
11:32 am snf-ganeti Revision 986efb78: Fix typo in walkthrough document
Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michele Tartara

10/22/2012

07:24 pm ./kamaki Revision bb877241: Finish testing cyclades already!
OK, there are a couple of issues unresolved:
- disconnect_server
- network_profiles
Both of them are probably OK, bu...
Stavros Sachtouris
06:55 pm ./kamaki Revision 88837c0c: test get_network_details
Stavros Sachtouris
06:45 pm ./kamaki Revision 8ae8313c: Unittest bugfixes
Stavros Sachtouris
06:42 pm snf-ganeti Revision 141c8421: Find coverage during configure, issue with Debian package
- Debian Squeeze and up have a package named “python-coverage”, but it
doesn't use the same binary name as upstream...
Michael Hanselmann
06:42 pm ganeti-local Revision 141c8421: Find coverage during configure, issue with Debian package
- Debian Squeeze and up have a package named “python-coverage”, but it
doesn't use the same binary name as upstream...
Michael Hanselmann
06:19 pm ./kamaki Revision a58ff64d: test connect/list_server_necs now works
Stavros Sachtouris
06:19 pm ganeti-local Revision 942a9a6a: Remove multiple uses of '.&&.' with conjoin
This is just a bit of cleanup. The (.&&.) operator is internally just:
a .&& b = conjoin [a, b]
so let's replace ...
Iustin Pop
06:19 pm snf-ganeti Revision 942a9a6a: Remove multiple uses of '.&&.' with conjoin
This is just a bit of cleanup. The (.&&.) operator is internally just:
a .&& b = conjoin [a, b]
so let's replace ...
Iustin Pop
06:19 pm snf-ganeti Revision 41eb900e: Improve message for (==?) operator
After seeing how nice HUnit formats the error message on failed
'assertEqual', I think we can do better with ==?. Cur...
Iustin Pop
06:19 pm ganeti-local Revision 41eb900e: Improve message for (==?) operator
After seeing how nice HUnit formats the error message on failed
'assertEqual', I think we can do better with ==?. Cur...
Iustin Pop
06:19 pm ganeti-local Revision 37519c09: Add a new 'really-all' make target
This is used when one wants to build all binaries, including those
that are used only for testing. A handy shortcut t...
Iustin Pop
06:19 pm snf-ganeti Revision 37519c09: Add a new 'really-all' make target
This is used when one wants to build all binaries, including those
that are used only for testing. A handy shortcut t...
Iustin Pop
06:04 pm ganeti-local Revision 559f9895: Use bitarray 0.8 interface
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
06:03 pm Revision 163b9467: Update resource hierarchy
Christos KK Loverdos
05:46 pm snf-image-creator Revision 0dbc4db9: Drop pbs dependency in favor of sh
PBS has now bocome sh. Nikos Skalkotos
05:31 pm astakos Revision 485c713e: Merge remote-tracking branch 'origin' into future
Conflicts:
snf-astakos-app/README
snf-astakos-app/astakos/im/forms.py
snf-astakos-app/astakos/im/settings.py
snf-...
Sofia Papagiannaki
05:31 pm Revision 485c713e: Merge remote-tracking branch 'origin' into future
Conflicts:
snf-astakos-app/README
snf-astakos-app/astakos/im/forms.py
snf-astakos-app/astakos/im/settings.py
snf-...
Sofia Papagiannaki
05:19 pm Revision d8d464a0: Added some more code on pgerakios stuff
Prodromos Gerakios
05:18 pm ./kamaki Revision ec786e22: Remove useless import
Stavros Sachtouris
05:11 pm Revision 5c4f5b13: create release some comments
Prodromos Gerakios
05:11 pm Revision d4410730: added new modelling for entity API
Prodromos Gerakios
04:59 pm snf-occi Revision 40b834fa: Draft VOMS integration using voms_helper lib
John Giannelos
04:56 pm astakos Revision 5dbfd71e: Merge remote-tracking branch 'origin' into future
Conflicts:
snf-astakos-app/astakos/im/management/commands/group-list.py
snf-astakos-app/astakos/im/management/comma...
Sofia Papagiannaki
04:56 pm Revision 5dbfd71e: Merge remote-tracking branch 'origin' into future
Conflicts:
snf-astakos-app/astakos/im/management/commands/group-list.py
snf-astakos-app/astakos/im/management/comma...
Sofia Papagiannaki
04:55 pm ./kamaki Revision 8dc7a093: Fix import line in clients/connection
Stavros Sachtouris
04:37 pm ganeti-local Revision 7cb4cb8a: Change version to 2.6.1+grnet1-1
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
04:23 pm ./kamaki Revision 83a61efa: Test get_server_stats, list_networks
Stavros Sachtouris
04:19 pm snf-image Revision bec9a804: Change default error msg in monitoring
Nikos Skalkotos
04:19 pm snf-image Revision 7ebe2b85: Fix an obsolete trap line
It should have been changed in commit 696deeec2b28dacc75e93544835497982df2af50 Nikos Skalkotos
04:18 pm snf-image Revision cb96f527: Fix error and info messages
Nikos Skalkotos
04:15 pm snf-image Revision 240c2f10: Seperate error messages from monitoring messages
Do not send through the monitor pipe the error messages. They may
contain internal sensitive information. Create a ne...
Nikos Skalkotos
03:53 pm ./kamaki Revision 388197fe: test connect_server (to nic) list_server_nics
Stavros Sachtouris
03:18 pm ganeti-local Revision b3c70abf: Merge branch 'stable-2.6-grnet' into debian-2.6-grnet
Dimitris Aragiorgis
02:51 pm snf-image Revision f8924428: Change default error msg in monitoring
Nikos Skalkotos
02:25 pm snf-image snf-image-host_0.6.2-2_amd64.changes
Nikos Skalkotos
02:25 pm snf-image snf-image-host_0.6.2-2_amd64.build
Nikos Skalkotos
02:25 pm snf-image snf-image-host_0.6.2-2.dsc
Nikos Skalkotos
02:25 pm snf-image snf-image-helper_0.6.2-2.dsc
Nikos Skalkotos
02:25 pm snf-image snf-image-helper_0.6.2.orig.tar.gz
Nikos Skalkotos
02:25 pm snf-image snf-image-helper_0.6.2-2.debian.tar.gz
Nikos Skalkotos
02:25 pm snf-image snf-image-host_0.6.2-2.debian.tar.gz
Nikos Skalkotos
02:25 pm snf-image snf-image-helper_0.6.2-2_all.deb
Nikos Skalkotos
02:25 pm snf-image snf-image-host_0.6.2-2_all.deb
Nikos Skalkotos
02:25 pm snf-image snf-image-helper_0.6.2-2_amd64.changes
Nikos Skalkotos
02:25 pm snf-image snf-image-host_0.6.2.orig.tar.gz
Nikos Skalkotos
02:25 pm snf-image snf-image-helper_0.6.2-2_amd64.build
Nikos Skalkotos
02:20 pm ganeti-local Revision dddb2bc9: Annotated inequality operator for unit test properties
This includes:
* The operator (/=?), which checks for inequality and prints
an error message if it encounters equ...
Helga Velroyen
02:20 pm snf-ganeti Revision dddb2bc9: Annotated inequality operator for unit test properties
This includes:
* The operator (/=?), which checks for inequality and prints
an error message if it encounters equ...
Helga Velroyen
02:09 pm Revision 2c44b092: Add setproctitle to install requires
Christos Stavrakakis
12:51 pm Revision ce18c86b: Add 1st diagram on resource hierarchy
Christos KK Loverdos
12:31 pm snf-ganeti Revision 77ffd663: Fix setting of 'failN1' flag for corner case
This patch includes:
* The 'failN1' flag is now only set if there is strictly less
memory available than required ...
Helga Velroyen
12:31 pm ganeti-local Revision 77ffd663: Fix setting of 'failN1' flag for corner case
This patch includes:
* The 'failN1' flag is now only set if there is strictly less
memory available than required ...
Helga Velroyen
12:29 pm snf-ganeti Revision dd77da99: A few unittests improvements
Small simplifications of other unit tests using the (==?)
operator when possible, and typo fixes.
Signed-off-by: Hel...
Helga Velroyen
12:29 pm ganeti-local Revision dd77da99: A few unittests improvements
Small simplifications of other unit tests using the (==?)
operator when possible, and typo fixes.
Signed-off-by: Hel...
Helga Velroyen
12:27 pm Revision f4c49595: Ignore .graffle files
Christos KK Loverdos
12:00 pm Revision c7780c56: testing: capacity is actually an excess quantity
Christos KK Loverdos
11:41 am snf-image Revision 7a4c20c0: Bump debian version to 0.6.2-2
Nikos Skalkotos

10/21/2012

08:46 pm snf-occi Revision 065eabc6: Add voms settings to configuration
John Giannelos
05:06 pm Pithos iOS Client Revision de548234: Fix compile errors
Fix errors and suppress warnings due to use of LLVM. Miltiadis Vasilakis

10/19/2012

07:58 pm snf-image Revision 1e3d8b0f: Fix an obsolete trap line
It should have been changed in commit 696deeec2b28dacc75e93544835497982df2af50 Nikos Skalkotos
07:38 pm ganeti-local Revision b02330cb: Merge branch 'stable-2.6' into stable-grnet
Dimitris Aragiorgis
07:37 pm ganeti-local Revision c8a7c1e5: Merge branch 'stable-2.6-hotplug' into stable-grnet
Conflicts:
lib/cmdlib.py
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
07:27 pm ganeti-local Revision 24bdf090: Merge branch 'stable-2.6-ippool' into stable-grnet
Dimitris Aragiorgis
07:04 pm ./kamaki Revision 8304a13d: Start testing network methods (nothing ready yet)
Stavros Sachtouris
06:27 pm ./kamaki Revision b542f95c: Improve cyclades test msgs
Stavros Sachtouris
06:04 pm snf-ganeti Revision 651c1c3e: Corrected some commandlines in walkthrough
Signed-off-by: Helga Velroyen <helgav@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Helga Velroyen
06:04 pm ganeti-local Revision 651c1c3e: Corrected some commandlines in walkthrough
Signed-off-by: Helga Velroyen <helgav@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Helga Velroyen
06:04 pm ganeti-local Revision 98508e7f: BasicTypes.hs: fix docstring for eitherToResult
eitherToResult now converts from `Either a b` to `GenericResult`, not
necessarily from `Either String` only. Also, fi...
Dato Simó
06:04 pm snf-ganeti Revision 98508e7f: BasicTypes.hs: fix docstring for eitherToResult
eitherToResult now converts from `Either a b` to `GenericResult`, not
necessarily from `Either String` only. Also, fi...
Dato Simó
06:02 pm Pithos MS Client Revision 64098de6: Fixes for msvcp & msvcr DLL's
Fixed Paths for x86 binaries
Fixed issue where the x64 wasnt found in an upgrade
Now old libraries are cleand up
Fixe...
George Pantazis
05:55 pm snf-ganeti Revision b07afbb3: Add a small QA check in instance renames for tags update
We also need to change the signature for _GetInstanceInfo, since we
don't have access to the instance dictionary in t...
Iustin Pop
05:55 pm ganeti-local Revision 06c9a9d6: Add note about running individual test cases
This was asked a few times offline, so let's document it.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by:...
Iustin Pop
05:55 pm ganeti-local Revision b07afbb3: Add a small QA check in instance renames for tags update
We also need to change the signature for _GetInstanceInfo, since we
don't have access to the instance dictionary in t...
Iustin Pop
05:55 pm snf-ganeti Revision 06c9a9d6: Add note about running individual test cases
This was asked a few times offline, so let's document it.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by:...
Iustin Pop
05:55 pm ganeti-local Revision 48e175a2: Update blockdev's "info" at instance rename
Currently, we set "info" metadata on block devices at device creation
time, but we never update it, leading to stale ...
Iustin Pop
05:55 pm snf-ganeti Revision ded769c1: Add a small note about tab completion and generated files
This can indeed be annoying, so let's document it.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Adeoda...
Iustin Pop
05:55 pm ganeti-local Revision a1556cfa: LVM: remove old tags when adding new ones
This patch adds a small helper function to clear an LV's tags, and
calls it at SetInfo time. We need this to be able ...
Iustin Pop
05:55 pm snf-ganeti Revision e398546b: Add a small bdev helper function
I wanted to write that snippet the third time, which is too much :)
Signed-off-by: Iustin Pop <iustin@google.com>
Re...
Iustin Pop
05:55 pm ganeti-local Revision ded769c1: Add a small note about tab completion and generated files
This can indeed be annoying, so let's document it.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Adeoda...
Iustin Pop
05:55 pm snf-ganeti Revision 48e175a2: Update blockdev's "info" at instance rename
Currently, we set "info" metadata on block devices at device creation
time, but we never update it, leading to stale ...
Iustin Pop
05:55 pm ganeti-local Revision e398546b: Add a small bdev helper function
I wanted to write that snippet the third time, which is too much :)
Signed-off-by: Iustin Pop <iustin@google.com>
Re...
Iustin Pop
05:55 pm snf-ganeti Revision a1556cfa: LVM: remove old tags when adding new ones
This patch adds a small helper function to clear an LV's tags, and
calls it at SetInfo time. We need this to be able ...
Iustin Pop
05:32 pm ./kamaki Revision 2d67ecbb: Test cyclades.py upto get/set_firewall_profile
Stavros Sachtouris
05:31 pm snf-ganeti Revision f4afc16e: Update for SSH design: Cluster name, ignore node daemon
While writing the initial version of this design I misunderstood what
“setup-ssh” does. It doesn't actually start the...
Michael Hanselmann
05:31 pm ganeti-local Revision f4afc16e: Update for SSH design: Cluster name, ignore node daemon
While writing the initial version of this design I misunderstood what
“setup-ssh” does. It doesn't actually start the...
Michael Hanselmann
04:57 pm ganeti-local Revision ba147ff8: Fix disk adoption interaction with ipolicy checks
In Ganeti 2.6, disk adoption is broken due to the ipolicy checks being
done before we read volume size from remote no...
Iustin Pop
04:57 pm snf-ganeti Revision ba147ff8: Fix disk adoption interaction with ipolicy checks
In Ganeti 2.6, disk adoption is broken due to the ipolicy checks being
done before we read volume size from remote no...
Iustin Pop
04:55 pm Bug #503 (Closed): Δεν λειτουργούν τα data migrations
Οι πρακτικές για migrations έχουν βελτιωθεί, στο τελευταίο migration έγιναν και data migrations για τα δίκτυα, το παρ... Vangelis Koukis
04:55 pm Revision 147c3d12: Add support for dead-letter-exchange to amqp_puka
Also add support for custom headers when publishing messages. Christos Stavrakakis
04:53 pm Bug #713 (Closed): Πρόβλημα κατά τη λήξη του token
Ο μηχανισμός για auth έχει αλλάξει, πλέον τo UI χειρίζεται την περίπτωση να πάρει HTTP 401 unathorized και πετάει το ... Vangelis Koukis
04:52 pm Revision 257b694d: Implement basic_nack and basic_reject AMQP methods
Basic_nack method is not support by puka. We are implementing
basic_nack as basic_ack since they have the same effect...
Christos Stavrakakis
04:52 pm Bug #2003 (Closed): "import site failed; use -v for traceback" while running python as root
Vangelis Koukis
04:51 pm Feature #1967 (Closed): Cyclades integration with Astakos
Cyclades and Pithos+ have full integration with Astakos, client library is in snf-common's @lib/astakos.py@. Closing ... Vangelis Koukis
04:34 pm Revision 1e28ba40: Remove trailing whitespace
Christos Stavrakakis
04:34 pm Revision fc1fb924: Cache images in server-list
Use cache in order to speed-up the output of server-list Christos Stavrakakis
04:34 pm Revision 0e3d0ff0: Reverse --deleted option in server-list
Christos Stavrakakis
04:33 pm Revision 7784ab88: Pool connections to snf-pithos-backend
Christos Stavrakakis
04:29 pm Bug #2952 (Closed): Failing network operations set state despite API error return value
To reproduce: try to destroy a private network with machines still connected to it.
The state turns to "Destroying.....
Vangelis Koukis
04:07 pm Feature #2948 (Closed): Pick IP subnet when creating private network
UI should pick a unique network subnet when "Network subnet" field is set to auto. Christos Stavrakakis
03:54 pm Bug #2947 (Closed): Erroneous display on "Create private network" dialog
To reproduce:
Try to create a new private network. Select "Automatically set IPs",
select a range, e.g. 10.0.0.0/24...
Vangelis Koukis
03:53 pm ./kamaki Revision 71286858: Test get_image-metadata, server_console
Stavros Sachtouris
03:38 pm ganeti-local Revision e6d2a198: Merge branch 'stable-2.6' into stable-2.6-ippool-hotplug-esi
Dimitris Aragiorgis
03:38 pm snf-ganeti Revision e6d2a198: Merge branch 'stable-2.6' into stable-2.6-ippool-hotplug-esi
Dimitris Aragiorgis
03:23 pm Feature #2945 (Closed): UI private networks not showing (+) line if network is empty, minor displ...
It would be best even if an empty network would expand to show the (+) line so the user can connect VMs to it.
Updat...
Vangelis Koukis
03:22 pm Bug #2944: UI does not refresh IPv4/IPv6 on server activation
Also evident when Connecting machines to a private network. The machine count will not refresh, until a manual page r... Vangelis Koukis
03:14 pm Bug #2944 (Closed): UI does not refresh IPv4/IPv6 on server activation
Something is wrong with the way the UI refreshes.
Even though IPv4/IPv6 addresses are updated *before* the VM change...
Vangelis Koukis
02:43 pm ganeti-local Revision 0232b768: Compare significant fields only for simple SSH keys
For simple SSH keys, that is those without options such as
“command="…"”, only the first two parts need to be compare...
Michael Hanselmann
02:43 pm snf-ganeti Revision 0232b768: Compare significant fields only for simple SSH keys
For simple SSH keys, that is those without options such as
“command="…"”, only the first two parts need to be compare...
Michael Hanselmann
01:38 pm snf-image-creator Revision b044e29e: Add the media source in the background title
Nikos Skalkotos
12:09 pm Revision 8ce497b2: Move mac2eui64 to /usr/bin
Christos Stavrakakis
12:08 pm Revision 446a9e58: Add mac2eui64 binary to /usr/sbin
Update control file, to replace snf-network Christos Stavrakakis
12:07 pm Revision 5a7126c0: Merge branch 'master' into debian-0.11
Christos Stavrakakis
12:06 pm Revision 37db18f3: Add mac2eui64 to snf-cyclades-app
Copy mac2eui64 from snf-network to snf-cyclades-app, since it is
now used in the reconciliation process to caclculate...
Christos Stavrakakis
10:02 am ganeti-local Revision 9805aa82: Add instance uptime to monitoring info
This can be used to detect a reboot between two checks.
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed...
Guido Trotter
10:02 am snf-ganeti Revision 9805aa82: Add instance uptime to monitoring info
This can be used to detect a reboot between two checks.
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed...
Guido Trotter

10/18/2012

07:58 pm ganeti-local Revision 2f96c43c: test/*.py: Replace '' with ""
There might be more, but at least replace all these low-hanging fruits.
Signed-off-by: Michael Hanselmann <hansmi@go...
Michael Hanselmann
07:58 pm snf-ganeti Revision 2f96c43c: test/*.py: Replace '' with ""
There might be more, but at least replace all these low-hanging fruits.
Signed-off-by: Michael Hanselmann <hansmi@go...
Michael Hanselmann
06:33 pm ./kamaki Revision e17ee645: Full flavor testing
Stavros Sachtouris
06:24 pm Revision b1bb9251: Reconnect to different Broker if idle for too long
Modify snf-dispatcher and add a timeout option to basic_wait method. If
timeout is reached, the connection to the cu...
Christos Stavrakakis
06:17 pm ./kamaki Revision 27415de2: Test delete_server_metadata and list_flavors
Stavros Sachtouris
05:43 pm Revision 9a69d21c: Use configurable data for limits test (II)
Christos KK Loverdos
05:42 pm snf-image-creator Revision 058f5b86: Rephrase the caveats on image creation doc section
Thank you cven. Nikos Skalkotos
05:24 pm snf-image-creator Revision 9c354f13: Handle keaboard interrupts and TERM signals.
Nikos Skalkotos
05:18 pm Revision 5d655ae9: Use configurable data for limits test
Christos KK Loverdos
05:16 pm Revision 6d27eadd: Detect and handle connection problems in amqp_puka
Use the TCP keepalive feature in amqp_puka in order to detect connection
errors to the RabbitMQ broker, and retry to ...
Christos Stavrakakis
03:37 pm ./kamaki Revision ca1eb93f: Minor fix
Stavros Sachtouris
03:36 pm ./kamaki Revision 2340a44a: Merge branch 'develop' of https://code.grnet.gr/git/kamaki into develop
Stavros Sachtouris
03:35 pm ./kamaki Revision 5af9a6df: Improve interactive shell help
Stavros Sachtouris
03:25 pm ./kamaki Revision affb6442: Improve interactive shell help msg
Stavros Sachtouris
02:38 pm snf-ganeti Revision 109e07c2: Add cluster monitoring agent design document
This design addresses the lack of a uniform way to query ganeti nodes
for real time information that can be used by m...
Guido Trotter
02:38 pm ganeti-local Revision 109e07c2: Add cluster monitoring agent design document
This design addresses the lack of a uniform way to query ganeti nodes
for real time information that can be used by m...
Guido Trotter
01:55 pm ganeti-local Revision a8038349: Remove custom OpResult type/monad
Since we now have the GeneralResult as a multi-purpose monad, we can
remove the custom OpResult monad, and just use '...
Iustin Pop
01:55 pm snf-ganeti Revision a8038349: Remove custom OpResult type/monad
Since we now have the GeneralResult as a multi-purpose monad, we can
remove the custom OpResult monad, and just use '...
Iustin Pop
01:52 pm ganeti-local Revision a4b247f0: Merge branch 'devel-2.6'
* devel-2.6:
ensure-dirs: Don't accept arguments
ensure-dirs: Fix program name on usage screen
cli: Fix small t...
Michael Hanselmann
01:52 pm snf-ganeti Revision a4b247f0: Merge branch 'devel-2.6'
* devel-2.6:
ensure-dirs: Don't accept arguments
ensure-dirs: Fix program name on usage screen
cli: Fix small t...
Michael Hanselmann
01:43 pm snf-ganeti Revision fca74633: ensure-dirs: Don't accept arguments
Before they would just be silently ignored.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iusti...
Michael Hanselmann
01:43 pm ganeti-local Revision fca74633: ensure-dirs: Don't accept arguments
Before they would just be silently ignored.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iusti...
Michael Hanselmann
01:43 pm snf-ganeti Revision 8d77ac10: ensure-dirs: Fix program name on usage screen
No string replacements are used, so doubling of the percent sign is not
necessary.
Before: Usage: %ensure-dirs [--fu...
Michael Hanselmann
01:43 pm ganeti-local Revision 8d77ac10: ensure-dirs: Fix program name on usage screen
No string replacements are used, so doubling of the percent sign is not
necessary.
Before: Usage: %ensure-dirs [--fu...
Michael Hanselmann
01:40 pm snf-image-creator Revision 4787037b: Remove the goto(1) empty progress bar workaround
Add progress >= 1.0.2 as install_dependency, since this is the version
that fixed the empty progress bar problem.
Nikos Skalkotos
01:15 pm snf-image-creator Revision 3f4e2409: Small refinements in the documentation
Nikos Skalkotos
12:14 pm snf-ganeti Revision 29fbe62e: Convert man page highlighting to standard RST
Instead of using the sphinx-specific highlight extension, which is not
parsed by Pandoc, let's switch to the standard...
Iustin Pop
12:14 pm ganeti-local Revision 29fbe62e: Convert man page highlighting to standard RST
Instead of using the sphinx-specific highlight extension, which is not
parsed by Pandoc, let's switch to the standard...
Iustin Pop
12:14 pm snf-ganeti Revision e1ff0de1: Convert two more 'sh' highlight styles to 'shell-example'
This is straightforward; only one shell example remained, but as we
process the man pages via pandoc and not sphinx, ...
Iustin Pop
12:14 pm ganeti-local Revision e1ff0de1: Convert two more 'sh' highlight styles to 'shell-example'
This is straightforward; only one shell example remained, but as we
process the man pages via pandoc and not sphinx, ...
Iustin Pop
12:11 pm snf-ganeti Revision 1bf1ce3f: Small improvements to the move-instance doc
While reading the docs, I saw that this is not converted to the shell
lexer, and that a few other small improvements ...
Iustin Pop
12:11 pm ganeti-local Revision 1bf1ce3f: Small improvements to the move-instance doc
While reading the docs, I saw that this is not converted to the shell
lexer, and that a few other small improvements ...
Iustin Pop
12:11 pm snf-ganeti Revision 707cd3d7: Use exitErr instead of explicit error message and exitWith
Furthermore, a few messages have their capitalisation changed (fixed).
Signed-off-by: Helga Velroyen <helgav@google....
Helga Velroyen
12:11 pm ganeti-local Revision 707cd3d7: Use exitErr instead of explicit error message and exitWith
Furthermore, a few messages have their capitalisation changed (fixed).
Signed-off-by: Helga Velroyen <helgav@google....
Helga Velroyen
11:37 am snf-image-creator Revision a803b449: Mount the media ro if --print-sysprep is specified
Nikos Skalkotos
11:04 am ganeti-local Revision f9a51a21: Fix running of Haskell tests
Commit 21a5e56c forgot to rename a variable used in a conditional (of
course shell didn't complain about unused vars)...
Iustin Pop
11:04 am snf-ganeti Revision f9a51a21: Fix running of Haskell tests
Commit 21a5e56c forgot to rename a variable used in a conditional (of
course shell didn't complain about unused vars)...
Iustin Pop

10/17/2012

07:53 pm snf-ganeti Revision 93be1ced: Generalise the Result type
Currently, our error monad—Result—has a plain string error type. This
is not good, as we don't have structured errors...
Iustin Pop
07:53 pm ganeti-local Revision 93be1ced: Generalise the Result type
Currently, our error monad—Result—has a plain string error type. This
is not good, as we don't have structured errors...
Iustin Pop
07:45 pm ganeti-local Revision 659d769d: Merge branch 'devel-2.6' into master
* devel-2.6:
htools-excl.test: add test case for exclusion tags in hbal
Instance.hs: rename 'tags' to 'exclTags',...
Dato Simó
07:45 pm snf-ganeti Revision 659d769d: Merge branch 'devel-2.6' into master
* devel-2.6:
htools-excl.test: add test case for exclusion tags in hbal
Instance.hs: rename 'tags' to 'exclTags',...
Dato Simó
06:44 pm snf-ganeti Revision 90efd920: cli: Fix small typo
s/it/if/
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Dato Simó <dato@google.com>
Reviewed-by:...
Michael Hanselmann
06:44 pm ganeti-local Revision 90efd920: cli: Fix small typo
s/it/if/
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Dato Simó <dato@google.com>
Reviewed-by:...
Michael Hanselmann
06:30 pm snf-ganeti Revision b898de8f: Add hbal-excl-tags.data to Makefile.am, missed in 0397694
Signed-off-by: Dato Simó <dato@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Dato Simó
06:30 pm ganeti-local Revision b898de8f: Add hbal-excl-tags.data to Makefile.am, missed in 0397694
Signed-off-by: Dato Simó <dato@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Dato Simó
06:27 pm ./kamaki Revision d813b8a6: Bugfixes
Stavros Sachtouris
06:20 pm ./kamaki Revision de0619d8: Test create/get_server_metadata, reboot_server etc
Stavros Sachtouris
05:51 pm ganeti-local Revision 312620ad: Better NEWS file for 2.6.1
Better formatting of text, past tense used when appropriate.
Signed-off-by: Bernardo Dal Seno <bdalseno@google.com>
...
Bernardo Dal Seno
05:51 pm snf-ganeti Revision 312620ad: Better NEWS file for 2.6.1
Better formatting of text, past tense used when appropriate.
Signed-off-by: Bernardo Dal Seno <bdalseno@google.com>
...
Bernardo Dal Seno
05:43 pm snf-image-creator Revision fa77d79a: Update snf-image-creator usage documentation
Add missing sections Nikos Skalkotos
04:50 pm Revision 62b10e3f: Update quick admin guide
To reflect:
* New wording of Astakos commands
* Latest snf-image-{host, helper} version
Constantinos Venetsanopoulos
04:45 pm ./kamaki Revision c92d159d: Test update_server_name + minor bugfixes
Stavros Sachtouris
04:24 pm Revision cf45418e: Merge branch 'master' into debian-0.11
Dimitris Aragiorgis
04:17 pm Revision 4b8e03e5: Handle every exception in manually transactions
Christos Stavrakakis
04:13 pm snf-ganeti Revision 6b6e335b: Group.hs: add 'allTags'; adjust loaders and test data for it
This commit adds a Group.allTags field to store the tags of node groups,
and teaches each loader backend in HTools to...
Dato Simó
04:13 pm ganeti-local Revision 6b6e335b: Group.hs: add 'allTags'; adjust loaders and test data for it
This commit adds a Group.allTags field to store the tags of node groups,
and teaches each loader backend in HTools to...
Dato Simó
04:13 pm snf-ganeti Revision 2f907bad: Instance.hs: rename 'tags' to 'exclTags', provide 'allTags'
The mergeData function in Loader.hs included a step to filter an instance's
tags to include only the exclusion tags (...
Dato Simó
04:13 pm ganeti-local Revision 2f907bad: Instance.hs: rename 'tags' to 'exclTags', provide 'allTags'
The mergeData function in Loader.hs included a step to filter an instance's
tags to include only the exclusion tags (...
Dato Simó
04:13 pm ganeti-local Revision 0397694e: htools-excl.test: add test case for exclusion tags in hbal
In preparation for future modifications in the exclusion tags field, add a
test that verifies that exclusion tags are...
Dato Simó
04:13 pm snf-ganeti Revision 0397694e: htools-excl.test: add test case for exclusion tags in hbal
In preparation for future modifications in the exclusion tags field, add a
test that verifies that exclusion tags are...
Dato Simó
03:54 pm Revision 1b97e719: Update changelog versions
snf-cyclades-app 0.11.0~rc19-1
rest 0.11.0~rc18-1
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
03:53 pm Revision c3271491: Merge branch 'master' into debian-0.11
Dimitris Aragiorgis
03:27 pm ganeti-local Revision 18ccdced: Fix small typo in NEWS file
Sorry, I didn't see this before pushing 5a7cb9d3…
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Adeodat...
Iustin Pop
03:27 pm snf-ganeti Revision 18ccdced: Fix small typo in NEWS file
Sorry, I didn't see this before pushing 5a7cb9d3…
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Adeodat...
Iustin Pop
02:56 pm ganeti-local Revision a7862455: Remove support for PUT in noded
This takes care of a FIXME; 2.6 already uses the new method, so we're
good during upgrades.
Signed-off-by: Iustin Po...
Iustin Pop
02:56 pm snf-ganeti Revision a7862455: Remove support for PUT in noded
This takes care of a FIXME; 2.6 already uses the new method, so we're
good during upgrades.
Signed-off-by: Iustin Po...
Iustin Pop
02:12 pm ganeti-local Revision 5a7cb9d3: Ignore empty/comment lines in OS variants file
Per a conversation on ganeti@googlegroups.com:
- gnt-os diagnose ; gnt-os list take in consideration blank lines i...
Iustin Pop
02:12 pm snf-ganeti Revision 5a7cb9d3: Ignore empty/comment lines in OS variants file
Per a conversation on ganeti@googlegroups.com:
- gnt-os diagnose ; gnt-os list take in consideration blank lines i...
Iustin Pop
02:12 pm snf-ganeti Revision e1c701e7: gnt-job cancel: Confirmation and selection of jobs
New parameters, “--pending”, “--queued” and “--waiting”, are added to
select all jobs in the respective state. If one...
Michael Hanselmann
02:12 pm ganeti-local Revision e1c701e7: gnt-job cancel: Confirmation and selection of jobs
New parameters, “--pending”, “--queued” and “--waiting”, are added to
select all jobs in the respective state. If one...
Michael Hanselmann
01:12 pm snf-ganeti Revision a57b2bb7: Update NEWS for file storage paths
Mention that the file is something new and should be written by
cfgupgrade.
Signed-off-by: Michael Hanselmann <hansm...
Michael Hanselmann
01:12 pm ganeti-local Revision a57b2bb7: Update NEWS for file storage paths
Mention that the file is something new and should be written by
cfgupgrade.
Signed-off-by: Michael Hanselmann <hansm...
Michael Hanselmann
12:53 pm Revision ecabca41: Do not create bridge for public network
Christos Stavrakakis
11:58 am Revision 3308a83f: Fix bug in reconcile-networks
When only detecting, reconciliation can not continue, if the
BackendNetwork object does not exist.
Christos Stavrakakis
11:37 am Revision dd2689f9: Bridge indexes must start from 1
Christos Stavrakakis
11:27 am Revision 2277b233: Merge branch 'master' into testing
Christos KK Loverdos
10:55 am Revision 3718c0f1: Restore IP Pool creation for corner cases
Christos Stavrakakis

10/16/2012

11:30 pm Revision 941992c4: Create IPPool when creating Network
Create the IPPool associated with each Network, when creating it. Until
now, IPPools were created on first demand. Ho...
Christos Stavrakakis
10:21 pm Revision 54e31bb3: Fix default private networks in UI
Christos Stavrakakis
10:20 pm Revision c2d969cb: Fix typo
Christos Stavrakakis
08:50 pm Revision 87920bc3: Do not give IPs to networks without dhcp
Christos Stavrakakis
06:53 pm astakos Revision ee210d1d: Change setting name
Refs: #2612 Sofia Papagiannaki
06:53 pm Revision ee210d1d: Change setting name
Refs: #2612 Sofia Papagiannaki
06:52 pm Bug #2918: HTTP 500, AttribueError: 'WSGIRequest' object has no attribute 'HEAD'
Fixed in Revision 77fc637a and Revision dda2e499 Sofia Papagiannaki
06:38 pm ./kamaki Revision e9d42f72: Fix arguments in context switching
Stavros Sachtouris
06:23 pm Revision 48e9f076: Optionally enforce token renewal via settings. Set initial value to True in th...
Refs: #2612 Sofia Papagiannaki
06:23 pm astakos Revision 48e9f076: Optionally enforce token renewal via settings. Set initial value to True in th...
Refs: #2612 Sofia Papagiannaki
06:15 pm snf-cloudcms Revision 22520189: Debian version bump
Stratos Psomadakis
06:14 pm snf-cloudcms Revision 479abd8d: Fix permissions for conf files/dir
Stratos Psomadakis
06:13 pm ganeti-local Revision 7bb6e137: Replace custom algorithm in constants unittest
There is no need for the “_IsUniqueSequence” function anymore, it can
easily be replaced by utils.FindDuplicates. Als...
Michael Hanselmann
06:13 pm ganeti-local Revision 2ff01d78: Design for remote command execution via RPC
This is a first design for executing commands via RPC.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewe...
Michael Hanselmann
06:13 pm snf-ganeti Revision 2ff01d78: Design for remote command execution via RPC
This is a first design for executing commands via RPC.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewe...
Michael Hanselmann
06:13 pm snf-ganeti Revision 7bb6e137: Replace custom algorithm in constants unittest
There is no need for the “_IsUniqueSequence” function anymore, it can
easily be replaced by utils.FindDuplicates. Als...
Michael Hanselmann
06:13 pm ganeti-local Revision 04c998a5: Makefile: Verify version of security.rst document
This document should be kept up-to-date.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin P...
Michael Hanselmann
06:13 pm snf-ganeti Revision 04c998a5: Makefile: Verify version of security.rst document
This document should be kept up-to-date.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin P...
Michael Hanselmann
06:10 pm Pithos Web Client Revision 53e3f75f: New debian release for v0.11.0-rc1
Kostas Papadimitriou
06:05 pm snf-ganeti Revision 1eaddbc6: Add new constant for pending job status
This constant contains the job status' “queued”, “waiting” and
“cancelled”.
Signed-off-by: Michael Hanselmann <hansm...
Michael Hanselmann
06:05 pm ganeti-local Revision 1eaddbc6: Add new constant for pending job status
This constant contains the job status' “queued”, “waiting” and
“cancelled”.
Signed-off-by: Michael Hanselmann <hansm...
Michael Hanselmann
06:04 pm Pithos Web Client Revision 7cc70d69: Merge branch 'packaging' into debian
Kostas Papadimitriou
06:04 pm Pithos Web Client Revision df9e08b0: Merge branch 'master' into packaging
Kostas Papadimitriou
05:47 pm ./kamaki Revision 489a1047: Minor fixes
Stavros Sachtouris
05:43 pm ganeti-local Revision 11f53fdb: Merge branch 'devel-2.6'
* devel-2.6:
ensure-dirs: Fix permissions on master socket
Update security document for version 2.6
Update NEWS...
Michael Hanselmann
05:43 pm snf-ganeti Revision 11f53fdb: Merge branch 'devel-2.6'
* devel-2.6:
ensure-dirs: Fix permissions on master socket
Update security document for version 2.6
Update NEWS...
Michael Hanselmann
05:38 pm snf-ganeti Revision 48e3db76: ensure-dirs: Fix permissions on master socket
A socket shouldn't have its executable bit set.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: I...
Michael Hanselmann
05:38 pm ganeti-local Revision 48e3db76: ensure-dirs: Fix permissions on master socket
A socket shouldn't have its executable bit set.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: I...
Michael Hanselmann
05:38 pm snf-ganeti Revision 3397d13e: Update security document for version 2.6
Quite some things were out of date. Some formatting was also updated.
Signed-off-by: Michael Hanselmann <hansmi@goog...
Michael Hanselmann
05:38 pm ganeti-local Revision 3397d13e: Update security document for version 2.6
Quite some things were out of date. Some formatting was also updated.
Signed-off-by: Michael Hanselmann <hansmi@goog...
Michael Hanselmann
05:07 pm ./kamaki Revision ef5f9c89: Tide up a little
Stavros Sachtouris
04:54 pm snf-ganeti Revision 781d828b: Fix OP_RESULT for OP_NETWORK_QUERY
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
04:54 pm ganeti-local Revision 781d828b: Fix OP_RESULT for OP_NETWORK_QUERY
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
04:54 pm snf-image-creator Revision c8025360: Update snf-image-creator usage documentation
Add a part explaining the usage and input options of the
non-interactive version of snf-image-creator.
Nikos Skalkotos
04:22 pm ./kamaki Revision ce48608f: Kamaki now has interactive shell + minor fixes
Stavros Sachtouris
03:59 pm Revision 0a9e36ce: more test cases testing get_holding,set_quota. Refactored the entire testcase
Prodromos Gerakios
03:53 pm snf-ganeti Revision d27606cd: Allow passing 'none' for network_type option
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
03:53 pm ganeti-local Revision d27606cd: Allow passing 'none' for network_type option
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
03:44 pm Pithos Revision f77b1da9: Hotfix pithos 500 error
Temporary fix to prevent pithos failing with "AttributeError:
'ModularBackend' object has no attribute 'messages'" 50...
Stratos Psomadakis
03:44 pm Revision f77b1da9: Hotfix pithos 500 error
Temporary fix to prevent pithos failing with "AttributeError:
'ModularBackend' object has no attribute 'messages'" 50...
Stratos Psomadakis
03:14 pm ganeti-local Revision 4ab40ed5: Add htools program code to hlint call
Currently only the libraries are added, but not the actual main binary
(usually short) code.
Signed-off-by: Iustin P...
Iustin Pop
03:14 pm ganeti-local Revision 19e21a6c: Add a very simple test rpc program
This only supports test delay for now, is not built by default (only
on demand), and is also not installed anywhere.
...
Iustin Pop
03:14 pm snf-ganeti Revision 4ab40ed5: Add htools program code to hlint call
Currently only the libraries are added, but not the actual main binary
(usually short) code.
Signed-off-by: Iustin P...
Iustin Pop
03:14 pm snf-ganeti Revision de2a5704: confd: add the test_delay RPC call
Also add some more haddock structure to the module. The RPC call
itself is rather trivial.
Signed-off-by: Iustin Pop...
Iustin Pop
03:14 pm snf-ganeti Revision 19e21a6c: Add a very simple test rpc program
This only supports test delay for now, is not built by default (only
on demand), and is also not installed anywhere.
...
Iustin Pop
03:14 pm ganeti-local Revision de2a5704: confd: add the test_delay RPC call
Also add some more haddock structure to the module. The RPC call
itself is rather trivial.
Signed-off-by: Iustin Pop...
Iustin Pop
02:54 pm Pithos Web Client Revision 3af1f2c4: Fix permissions for conf files/dir
Stratos Psomadakis
02:18 pm Pithos Revision d1cadefd: Fix permissions for conf files/dir.
Stratos Psomadakis
02:11 pm snf-ganeti Revision f2ee5004: Merge branch 'stable-2.6-ippool' into stable-2.6-ippool-hotplug-esi
Dimitris Aragiorgis
02:11 pm ganeti-local Revision f2ee5004: Merge branch 'stable-2.6-ippool' into stable-2.6-ippool-hotplug-esi
Dimitris Aragiorgis
02:05 pm Feature #1361 (Assigned): Investigate whether DNS names may be used in the UI
One possible solution:
Have a UI setting showing how the VM name is to be _formatted_ in the UI:
UI_SERVER_HOST...
Vangelis Koukis
02:01 pm ganeti-local Revision da1168c5: Fixes to pass unittests (make check)
Conflicts:
doc/rapi.rst
lib/ovf.py
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
02:01 pm snf-ganeti Revision da1168c5: Fixes to pass unittests (make check)
Conflicts:
doc/rapi.rst
lib/ovf.py
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
01:46 pm Revision 4db7b8bd: Merge branch 'snf-tools' into snf-burnin-dev
Conflicts:
snf-tools/synnefo_tools/burnin.py
John Giannelos
01:46 pm snf-image-creator Revision 6ca928ac: Update image properties help page
Add SORTORDER image property Nikos Skalkotos
01:38 pm Revision dab038a2: Fix typos
Christos Stavrakakis
01:06 pm ganeti-local Revision f98efa98: Add design for changing node SSH setup
The goal is to remove the dependency on Paramiko.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by:...
Michael Hanselmann
01:06 pm snf-ganeti Revision f98efa98: Add design for changing node SSH setup
The goal is to remove the dependency on Paramiko.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by:...
Michael Hanselmann
12:47 pm Revision c7cbb6f3: Use - instead of _ in backend-update-status
Christos Stavrakakis
12:47 pm snf-ganeti Revision ff8f0049: confd: fix RpcVersion call
By accident, we sent the node object as call data in this rpc call,
instead the version request (i.e. nothing). This ...
Iustin Pop
12:47 pm ganeti-local Revision ff8f0049: confd: fix RpcVersion call
By accident, we sent the node object as call data in this rpc call,
instead the version request (i.e. nothing). This ...
Iustin Pop
12:19 pm astakos Revision b49b51b6: New debian release for v0.7.6
Stratos Psomadakis
12:17 pm astakos Revision 4c2d77c8: Merge branch 'master' into debian
Stratos Psomadakis
12:16 pm astakos Revision 489d9499: Fix permissions of conf files/dir
Stratos Psomadakis
12:14 pm Revision c2895bf6: Merge branch 'debian-0.11' of https://code.grnet.gr/git/synnefo into debian-0.11
Dimitris Aragiorgis
12:07 pm Revision 1dda8c54: Merge branch 'devel-0.11'
Christos Stavrakakis
11:59 am snf-ganeti Revision 162e70ed: Merge branch 'stable-2.6-hotplug' into stable-2.6-ippool-hotplug-esi
Conflicts:
lib/cmdlib.py
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
11:59 am ganeti-local Revision 162e70ed: Merge branch 'stable-2.6-hotplug' into stable-2.6-ippool-hotplug-esi
Conflicts:
lib/cmdlib.py
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
11:57 am ganeti-local Revision 664249e9: Merge branch 'stable-2.6-ippool' into stable-2.6-ippool-hotplug-esi
Dimitris Aragiorgis
11:57 am snf-ganeti Revision 664249e9: Merge branch 'stable-2.6-ippool' into stable-2.6-ippool-hotplug-esi
Dimitris Aragiorgis
10:45 am Revision 85777c47: Remove mac_prefix from BackendNetwork
mac_prefix has only a Network Object. generate_unique_mac()
takes network and vm and assures that will be unique insi...
Dimitris Aragiorgis
09:04 am snf-ganeti Revision 59a5de9e: Fixes to pass pylint (make lint)
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
09:04 am ganeti-local Revision 59a5de9e: Fixes to pass pylint (make lint)
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
09:00 am ganeti-local Revision 9650d658: Fix _GetPCIInfo() to pass unittests
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
09:00 am snf-ganeti Revision 9650d658: Fix _GetPCIInfo() to pass unittests
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
08:56 am ganeti-local Revision 29cf7871: Add HOTPLUG_OPT in gnt-backup import client
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
08:56 am snf-ganeti Revision 29cf7871: Add HOTPLUG_OPT in gnt-backup import client
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
08:51 am snf-ganeti Revision 143214f6: Export nic.network during gnt-backup export
Modify FinalizeExport() in backend.py to export nic.network as well.
Signed-off-by: Dimitris Aragiorgis <dimara@grne...
Dimitris Aragiorgis
08:51 am ganeti-local Revision 143214f6: Export nic.network during gnt-backup export
Modify FinalizeExport() in backend.py to export nic.network as well.
Signed-off-by: Dimitris Aragiorgis <dimara@grne...
Dimitris Aragiorgis
12:40 am snf-ganeti Revision 0048236f: Fix CIDR opcode checks to accept 'none' value
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
12:40 am ganeti-local Revision 0048236f: Fix CIDR opcode checks to accept 'none' value
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
12:28 am snf-ganeti Revision 8a50b7c1: Export serial_no and uuid in network queries
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
12:28 am ganeti-local Revision 8a50b7c1: Export serial_no and uuid in network queries
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
12:28 am ganeti-local Revision 1111f3e3: Export serial_no of networks/instances in hooks
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
12:28 am snf-ganeti Revision 1111f3e3: Export serial_no of networks/instances in hooks
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
12:28 am ganeti-local Revision 870c9855: Fix locks in network LUs
Acquire corresponding instance locks if conflicts_check is True.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
12:28 am snf-ganeti Revision 870c9855: Fix locks in network LUs
Acquire corresponding instance locks if conflicts_check is True.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
12:13 am Revision 19422a2d: Let synnefo do the mac generation for nic/0
To this end only MAC_FILTERED networks should have mac prefix and
synnefo will assure mac uniqueness among clusters. ...
Dimitris Aragiorgis

10/15/2012

11:40 pm Revision bbbc75b2: Add link, mac_prefix option in create_network.py
Support passing those options in snf-manage network-create. If not passed
then updated net_resourses() will provide d...
Dimitris Aragiorgis
11:40 pm Revision 8c7dc621: Rename NETWORK_TYPES
Network types can be either MAC_FILTERED, PHYSICAL_VLAN or ROUTED.
Public or not is defined by public=True.
Signed-o...
Dimitris Aragiorgis
11:01 pm Revision 2546e0cc: fix loop leak bug in set_entity_key
Georgios D. Tsoukalas
07:56 pm ganeti-local Revision 01e52493: Cleanup HTools.Types/BasicTypes imports
Before we reorganised the source tree, the 'Result' type was exported
from HTools/Types.hs. This changed during the r...
Iustin Pop
07:56 pm snf-ganeti Revision 01e52493: Cleanup HTools.Types/BasicTypes imports
Before we reorganised the source tree, the 'Result' type was exported
from HTools/Types.hs. This changed during the r...
Iustin Pop
06:35 pm Revision daac4017: Minor fixes
John Giannelos
05:50 pm ganeti-local Revision 26ede877: Add external storage interface related man pages
* ganeti-extstorage-interface man page
* gnt-storage man page
Signed-off-by: Constantinos Venetsanopoulos <cven@grn...
Constantinos Venetsanopoulos
05:50 pm ganeti-local Revision a251afa8: ExtStorage support in htools
Signed-off-by: Constantinos Venetsanopoulos <cven@grnet.gr> Constantinos Venetsanopoulos
05:50 pm ganeti-local Revision 19930d75: Add the gnt-storage client
Add a new client called 'gnt-storage'.
The client interacts with the ExtStorage interface, similarly to
the way gnt-o...
Constantinos Venetsanopoulos
05:50 pm ganeti-local Revision 1058522e: Multiple ExtStorage Providers and ext-params
Add support for passing parameters to the ext template (ext-params).
Take advantage of disk-params, that don't seem t...
Constantinos Venetsanopoulos
05:50 pm ganeti-local Revision 3ff5bdfa: Add --allow-arbit-params to 'gnt-instance modify'
The option is added to allow us the passing of arbitrary ext-params
during disk addition (gnt-instance modify --disk ...
Constantinos Venetsanopoulos
05:50 pm ganeti-local Revision 8237d5eb: Implement the SetInfo method for ExtStorage
Signed-off-by: Constantinos Venetsanopoulos <cven@grnet.gr> Constantinos Venetsanopoulos
05:45 pm snf-image-creator Revision f0b21d37: Add basic usage documentation
Nikos Skalkotos
05:16 pm ganeti-local Revision 0f247c10: Minor fixes for ExtStorage inside bdev.py
Signed-off-by: Constantinos Venetsanopoulos <cven@grnet.gr> Constantinos Venetsanopoulos
05:04 pm Revision ea28a05b: another testcase in createrelease for get_entity
Prodromos Gerakios
05:03 pm ganeti-local Revision 4b945e1e: Merge branch 'stable-2.6' into devel-2.6
* stable-2.6:
Update NEWS and bump version to 2.6.1
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed...
Michael Hanselmann
05:03 pm snf-ganeti Revision 4b945e1e: Merge branch 'stable-2.6' into devel-2.6
* stable-2.6:
Update NEWS and bump version to 2.6.1
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed...
Michael Hanselmann
04:51 pm Revision 8d1196ae: Debian version bumps
Stratos Psomadakis
04:51 pm Revision f271ffc8: Fix permissions of conf files/dir
Stratos Psomadakis
04:32 pm ./kamaki Revision b9331a9f: Seperate shell from one-command cli
Stavros Sachtouris
04:14 pm Revision e50133da: Fix public IP discovery with multiple available public networks
John Giannelos
03:44 pm Revision 8d403f1c: Merge branch 'master' into testing
Christos KK Loverdos
03:30 pm Revision de21f0ba: Added another test case in createrelease.py
Prodromos Gerakios
03:01 pm Revision 492a783b: fix release_entity crash
Georgios D. Tsoukalas
02:23 pm snf-image-creator Revision 2d86bc44: Add documentation for installing snf-image-creator
Nikos Skalkotos
01:10 pm Revision 6c4d8722: test: {set,get}_limit with quantity > capacity
This is accepted but I do not know if it should or not. Christos KK Loverdos
01:06 pm Revision bba797bc: test: {set,get}_limit with empty policy name
Christos KK Loverdos
12:56 pm Revision 122c4019: Fix bug in reconcile-networks
Fix bug when connecting a network to a nodegroup in network
reconciliation. Use connect_network instead of obsolete
c...
Christos Stavrakakis
12:55 pm Revision e97288bc: Refactor process op and network status callbacks
Christos Stavrakakis
12:44 pm ./kamaki Revision 33e3437a: Quota Holder init (no functionality)
Stavros Sachtouris
12:14 pm Revision 14baac64: Fix test-specific runserver script
Use the something like
$ QH_HOST=127.0.0.1 QH_PORT=35080 ./test/quotaholder-manage-runserver
instead.
Christos KK Loverdos
12:00 pm ./kamaki Revision 5eae854d: Rearange commands class hierarchy
Stavros Sachtouris
11:46 am Bug #2481: Disallow vm creation when deleted flavor is passed to the create instance call
Turnaround time to bug fix: 30min... :)
Vangelis Koukis
11:35 am Bug #2481 (Closed): Disallow vm creation when deleted flavor is passed to the create instance call
Christos Stavrakakis
11:32 am Revision 69033a7a: Block create instance api call with deleted flavor
Do not allow creation of instances with deleted flavors
Refs #2481
Christos Stavrakakis
11:11 am Revision c7f549b7: corrected config port
Prodromos Gerakios
11:06 am Bug #2921 (Assigned): UI bug, "resp.images" undefined
From a bug reported on okeanos.io:... Vangelis Koukis
11:05 am Bug #2481: Disallow vm creation when deleted flavor is passed to the create instance call
Cstavr, can you confirm whether this still holds? Vangelis Koukis
11:04 am Bug #2487 (Closed): Create machine guide resets settings when going back and forth
Fixed, closing ticket.
Vangelis Koukis
10:43 am Revision 8d109e17: merged createrelease.py
Prodromos Gerakios
10:29 am Revision d3406fbc: Fix GET networks API response for public networks
Christos Stavrakakis

10/13/2012

06:15 pm ganeti-local Revision f1d0869b: Fixes to pass py-apidoc (make commit-check)
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis

10/12/2012

09:12 pm ganeti-local Revision bba43ba6: Fixes to pass pep8 (make lint)
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
09:12 pm ganeti-local Revision 23b0a9e0: Fixes to pass pylint (make lint)
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
09:12 pm ganeti-local Revision fdaacd25: Fixes to pass unittests (make check)
Signed-off-by: Iustin Pop <iustin@google.com> Iustin Pop
09:09 pm ganeti-local Revision 32279a07: Check for existing networks/groups in Network LUs
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
07:17 pm snf-ganeti Revision 27e15be0: Update NEWS and bump version to 2.6.1
This is a small bug-fix only release.
Signed-off-by: Bernardo Dal Seno <bdalseno@google.com>
Reviewed-by: Guido Trot...
Bernardo Dal Seno
07:17 pm ganeti-local Revision 27e15be0: Update NEWS and bump version to 2.6.1
This is a small bug-fix only release.
Signed-off-by: Bernardo Dal Seno <bdalseno@google.com>
Reviewed-by: Guido Trot...
Bernardo Dal Seno
06:44 pm Revision 318f44d9: Remove obsolete import
Sofia Papagiannaki
06:44 pm astakos Revision 318f44d9: Remove obsolete import
Sofia Papagiannaki
06:43 pm astakos Revision dda2e499: Explicitly allow only POST and GET requests
Sofia Papagiannaki
06:43 pm Revision dda2e499: Explicitly allow only POST and GET requests
Sofia Papagiannaki
06:39 pm Revision 77fc637a: Handle AttributeError in case of other than GET or POST method
Sofia Papagiannaki
06:39 pm astakos Revision 77fc637a: Handle AttributeError in case of other than GET or POST method
Sofia Papagiannaki
06:13 pm ./kamaki Revision 629adab4: Various behavioral fixes
Stavros Sachtouris
04:50 pm Pithos MS Client Revision 855fc9c9: Fixes to the build process to detect the build environment's bitness
Added Connectivity and Account folder checks
Added InternalServerError as a status code that results in a retry
Panagiotis Kanavos
04:50 pm Bug #2918 (Closed): HTTP 500, AttribueError: 'WSGIRequest' object has no attribute 'HEAD'
Spotted on okeanos.io:... Vangelis Koukis
04:45 pm Revision 46f614cd: Remove kkquotaholderapi. We break up tests in more modules
Christos KK Loverdos
04:44 pm Revision fc438cf2: Rename kkconfig to config, since we all agree we use it
Christos KK Loverdos
04:42 pm Revision db822a77: Use the QHTestCase parent class in createrelease tests
Christos KK Loverdos
04:38 pm Revision 39a725a6: Use printf everywhere
Christos KK Loverdos
04:28 pm Revision a812c719: PASS limits.py tests
Christos KK Loverdos
04:28 pm Revision f483aeaa: Add script for test-local specific server
Christos KK Loverdos
04:25 pm Revision 012bab87: Avoid an exception when the environment var does not exist
Christos KK Loverdos
04:05 pm Pithos MS Client Revision c1493282: Added message when connectivity gets restored
Panagiotis Kanavos
04:04 pm Pithos MS Client Revision 6e596fcb: Added warning for missing account folder
Added warning for lost connectivity Panagiotis Kanavos
03:45 pm Revision 3f84d70e: Fix get_limits @ server-side
Christos KK Loverdos
03:40 pm Revision 10cc3fd0: Use test-specific configuration and run script
Christos KK Loverdos
03:39 pm Revision a7d7d1da: Introduce COMMISSIONING_CONF_DIR to be consulted for django.conf
Christos KK Loverdos
03:06 pm ./kamaki Revision 05f5f380: Error details in default error message
Stavros Sachtouris
03:01 pm ./kamaki Revision e5fb02b4: Remove some debug msgs
Stavros Sachtouris
02:57 pm ./kamaki Revision ffaf6783: Shell can run cmds with args ony from context
Stavros Sachtouris
02:37 pm Pithos MS Client Revision 2d9ed837: Fixed release confgurations
Panagiotis Kanavos
02:31 pm Pithos MS Client Revision 44cae3e0: Upgraded JSON.Net to 4.5.10 from 4.5.9
Panagiotis Kanavos
02:26 pm Pithos MS Client Revision 60c17115: Removed unwanted packages and dlls
Converted Pithos.Client.WPF to AnyCPU Panagiotis Kanavos
02:08 pm snf-image snf-image-host_0.6.2.orig.tar.gz
Nikos Skalkotos
02:08 pm snf-image snf-image-helper_0.6.2.orig.tar.gz
Nikos Skalkotos
01:57 pm Revision 25a7762e: Fix default UI settings import synnefo settings
Fix default UI settings import synnefo settings,
remove import and have the administrator set FEEDBACK_EMAIL_FROM
spe...
Vangelis Koukis
01:52 pm snf-image Revision c36a0820: Bump debian version to 0.6.2-1
Nikos Skalkotos
01:37 pm ganeti-local Revision 300e5450: errors: Document arguments to QueryFilterParseError
Also fix one small mistake in the docstring for QuitGanetiException.
Signed-off-by: Michael Hanselmann <hansmi@googl...
Michael Hanselmann
01:37 pm snf-ganeti Revision 300e5450: errors: Document arguments to QueryFilterParseError
Also fix one small mistake in the docstring for QuitGanetiException.
Signed-off-by: Michael Hanselmann <hansmi@googl...
Michael Hanselmann
01:09 pm snf-image Revision 5972f9df: Update ChangeLog and configure.ac for ver. 0.6.2
Nikos Skalkotos
12:37 pm ganeti-local Revision fc07a14e: Fix distcheck after commit 7a962ec
I only ran “make check” and forgot about “distcheck”.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed...
Michael Hanselmann
12:37 pm snf-ganeti Revision fc07a14e: Fix distcheck after commit 7a962ec
I only ran “make check” and forgot about “distcheck”.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed...
Michael Hanselmann
11:37 am snf-ganeti Revision 7a962ecc: Makefile/check-local: Ensure design document exists
This way a missing design document is detected.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: I...
Michael Hanselmann
11:37 am ganeti-local Revision 97aac894: Add design document for version 2.7
- Move design document for batch instance creation into it
- Sort list of hidden files in index.rst
Signed-off-by: M...
Michael Hanselmann
11:37 am snf-ganeti Revision 97aac894: Add design document for version 2.7
- Move design document for batch instance creation into it
- Sort list of hidden files in index.rst
Signed-off-by: M...
Michael Hanselmann
11:37 am ganeti-local Revision 7a962ecc: Makefile/check-local: Ensure design document exists
This way a missing design document is detected.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: I...
Michael Hanselmann

10/11/2012

07:01 pm Revision 19ce5543: New debian release for v0.11.0-rc16
Kostas Papadimitriou
07:00 pm Revision 0dc71dc2: Merge branch 'master' into debian-0.11
Kostas Papadimitriou
06:58 pm Revision 336cfa15: Merge branch 'devel-0.11'
Vangelis Koukis
06:38 pm ./kamaki Revision 1002315e: Multilevel command names and one-level api calls
Stavros Sachtouris
06:17 pm Revision c24ca4e8: Bail out if any settings file is unreadable
Log an error to stderr and die immediately if any settings file
under SYNNEFO_SETTINGS_DIR (/etc/synnefo by default) ...
Vangelis Koukis
06:12 pm ./kamaki Revision 486e55f4: Minor fixes
Stavros Sachtouris
05:43 pm Revision af471421: Increase snf-manage logging level to warning
Christos Stavrakakis
05:43 pm Revision 260147b1: Log 5xx API faults
Christos Stavrakakis
05:43 pm Revision ae562340: Improve exception message when no backends
Christos Stavrakakis
05:35 pm snf-image Revision f44a30e6: In ChangePassword task check if the users exist
Check if the users stated in the USERS image property do actually
exist.
Nikos Skalkotos
05:33 pm snf-image Revision e1d8811f: Drop the `user' password reset rule
Drop the rule that resets the password for user with username `user'
if the USERS image property is missing and the s...
Nikos Skalkotos
05:29 pm snf-image Revision 5da2334c: In ChangePassword task check if the users exist
Check if the users stated in the USERS image property do actually
exist.
Nikos Skalkotos
05:26 pm Revision 7f479bb1: Show more info while running tests
Christos KK Loverdos
05:18 pm ./kamaki Revision 73e0914d: Initial shell functionality with 1st lvl cmds
Stavros Sachtouris
05:00 pm snf-image Revision 227737e1: Fix error and info messages
Nikos Skalkotos
04:49 pm ganeti-local Revision 479197d5: QA: TestAssignNodesIncludingSplit can be disabled
The test can now be enabled/disabled with the "group-rwops" flag.
Signed-off-by: Bernardo Dal Seno <bdalseno@google....
Bernardo Dal Seno
04:49 pm snf-ganeti Revision 479197d5: QA: TestAssignNodesIncludingSplit can be disabled
The test can now be enabled/disabled with the "group-rwops" flag.
Signed-off-by: Bernardo Dal Seno <bdalseno@google....
Bernardo Dal Seno
04:49 pm snf-ganeti Revision 6f058bf2: QA: never put a master node offline
Before, it could happen that the master node was chosen to be set offline
in the "instance-remove-drbd-offline" test....
Bernardo Dal Seno
04:49 pm ganeti-local Revision 6f058bf2: QA: never put a master node offline
Before, it could happen that the master node was chosen to be set offline
in the "instance-remove-drbd-offline" test....
Bernardo Dal Seno
04:48 pm ganeti-local Revision e85be22a: Add option to disable iallocator use in QA
By default some QA tests use iallocators. It is now possible to disable
iallocators in QA, so that QA doesn't force h...
Bernardo Dal Seno
04:48 pm snf-ganeti Revision e85be22a: Add option to disable iallocator use in QA
By default some QA tests use iallocators. It is now possible to disable
iallocators in QA, so that QA doesn't force h...
Bernardo Dal Seno
04:15 pm ganeti-local Revision 269eb7eb: Add tags in network objects
Support:
- gnt-network add --tags.
- gnt-network list-tags/add-tags/remove-tags/.
- gnt-network list -o +tags
Sig...
Dimitris Aragiorgis
04:15 pm ganeti-local Revision fca7218a: Pass detailed network info in hooks
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
04:15 pm ganeti-local Revision f71d1807: Change default fields for network listing
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
04:15 pm ganeti-local Revision 0b95ab93: Pass netinfo in rpcs
If a nic has a network field then encapsulate a network object in
netinfo slot for every rpc. This is needed to pass ...
Dimitris Aragiorgis
04:15 pm ganeti-local Revision 4ab97ef7: Include networks in Makefile and bash completion
Signed-off-by: Apollon Oikonomopoulos <apollon@noc.grnet.gr>
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Apollon Oikonomopoulos
04:15 pm ganeti-local Revision 5b27366d: Use network's mac prefix
Modify existing GenerateMAC so that it takes network as an argument.
Substitute _GenerateOneMAC with a decorator _Ge...
Dimitris Aragiorgis
04:15 pm ganeti-local Revision 5a52117f: cfgupgrade for networks
Add networks slot in config data.
Add networks slot in nodegroups.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
04:00 pm ganeti-local Revision ebdc436b: Add gnt-network man page
Signed-off-by: Apollon Oikonomopoulos <apollon@noc.grnet.gr>
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Apollon Oikonomopoulos
04:00 pm ganeti-local Revision b95d2054: Introduce client support for networks
gnt-network is used to manipulate and handle networks that
currently provides the following operations:
* Add a new...
Dimitris Aragiorgis
04:00 pm ganeti-local Revision 09b9a917: ss_conf support for networks
Signed-off-by: Apollon Oikonomopoulos <apollon@noc.grnet.gr>
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Apollon Oikonomopoulos
04:00 pm ganeti-local Revision a7f860c1: Rapi support for networks
Support:
- GetNetwork(s)
- CreateNetwork
- ConnectNetwork
- DisconnectNetwork
- RemoveNetwork
Signed-off-by: Di...
Dimitris Aragiorgis
04:00 pm ganeti-local Revision b2bbccc6: Modify instance client to support networks
Add --no-conflicts-check option.
Modify instance query methods to return nic's network info.
Signed-off-by: Apollon ...
Apollon Oikonomopoulos
04:00 pm ganeti-local Revision 6edb2627: Config methods for reserving/releasing IPs
Use TemporaryReservationManager for IP handling to ensure
config data consistency.
Implement:
- methods for reservi...
Dimitris Aragiorgis
04:00 pm ganeti-local Revision 7cd72916: Modify LUInstanceCreate to support networks
Implement backend support, to export the IP pool management
functionality to the clients. When the new NIC parameter ...
Dimitris Aragiorgis
04:00 pm ganeti-local Revision df968b4b: Implement LUNetworkSetParams
Support modifying all network parameters except for network (ip range)
Cannot modify gateway and reserved ips at the ...
Dimitris Aragiorgis
04:00 pm ganeti-local Revision 4b8ec2a1: Modify LUInstanceSetParams() to support networks
Keep backwards compatibility just like LUInstanceCreate() and
support network parameter for NIC object.
Add ec_id ar...
Dimitris Aragiorgis
04:00 pm ganeti-local Revision 7e03a8cc: Peripheral changes for networks
Specifically:
* export a new environment variable for the gnt-os-interface
* export a new environment variable for ...
Apollon Oikonomopoulos
04:00 pm ganeti-local Revision b35374d3: Implement network/nodegroup mappings
LUNetworkConnect() connects a network to a nodegroup and defines
its netparams (mode and link). Specifically:
* Chec...
Dimitris Aragiorgis
04:00 pm ganeti-local Revision b246cea8: Basic IP pool management logic
Implement LUs for corresponding opcodes:
* LUNetworkAdd:
- Check for IP validity
- Reserves all necessary IPs
...
Dimitris Aragiorgis
04:00 pm ganeti-local Revision e75d9a84: Implement LUNetworkQuery
Summarily list all existing networks
Supply detailed info for every existing network
- List used/free IPs
- List in...
Apollon Oikonomopoulos
04:00 pm ganeti-local Revision e01365a8: Modify RemoveInstance() to support networks
Release any IPs held the instance before actually removing.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
04:00 pm ganeti-local Revision 488e1849: Introduce new module for IP pool management
Add new library module lib/network.py.
Introduce new class: AddressPool.
AddressPool implements all operations neede...
Apollon Oikonomopoulos
04:00 pm ganeti-local Revision aebdaa73: IP pool related objects, opcodes and constants
Config objects:
* Introduce L{Network} with
- IPv4 network field (mandatory)
- IPv4 gateway, IPv6 (network/gatew...
Dimitris Aragiorgis
03:34 pm snf-ganeti Revision 8bd977e9: Add support for cpu_cap and cpu_weight Xen params
This patch adds support for Xen's CPU scheduler 'cpu_cap' and
'cpu_weight' parameters.
Ganeti default values (cap: 0...
Sébastien Bocahu
03:34 pm ganeti-local Revision 8bd977e9: Add support for cpu_cap and cpu_weight Xen params
This patch adds support for Xen's CPU scheduler 'cpu_cap' and
'cpu_weight' parameters.
Ganeti default values (cap: 0...
Sébastien Bocahu
03:21 pm ganeti-local Revision b0b8337a: Text.hs: update field lists in parseData comments
The comments in parseData had become out of date with the implementations
of load{Group,Node,Inst}. This commit updat...
Dato Simó
03:21 pm snf-ganeti Revision b0b8337a: Text.hs: update field lists in parseData comments
The comments in parseData had become out of date with the implementations
of load{Group,Node,Inst}. This commit updat...
Dato Simó
03:19 pm snf-image Revision 696deeec: Seperate error messages from monitoring messages
Do not send through the monitor pipe the error messages. They may
contain internal sensitive information. Create a ne...
Nikos Skalkotos
01:53 pm ganeti-local Revision d5cc16d7: Enable conversion of errors constants
These will be needed for the serialisation of errors.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Mic...
Iustin Pop
01:53 pm snf-ganeti Revision d5cc16d7: Enable conversion of errors constants
These will be needed for the serialisation of errors.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Mic...
Iustin Pop
01:29 pm Revision ce1734ce: Name is __main__ anyway
Christos KK Loverdos
01:23 pm Revision f6a99346: Make limits.py runnable via python -m test.limits
Christos KK Loverdos
01:05 pm snf-ganeti Revision 47130d50: LUClusterVerifyGroup: Localize virtual file paths
The check for file consistency didn't properly handle virtual paths
in case of a virtual cluster. This didn't cause a...
Michael Hanselmann
01:05 pm ganeti-local Revision 47130d50: LUClusterVerifyGroup: Localize virtual file paths
The check for file consistency didn't properly handle virtual paths
in case of a virtual cluster. This didn't cause a...
Michael Hanselmann
01:03 pm ganeti-local Revision 4cd79ca8: Cleanup network timeouts and htools imports
This patch removes the last HTools module imports from non-htools code
(the HTools.Types module), but it requires an ...
Iustin Pop
01:03 pm ganeti-local Revision a2ae14e9: Add a helper for query field checks
… and also use it to simplify 'needsLiveData'. Additionally, add an
explicit export list to Ganeti.Query.Types, since...
Iustin Pop
01:03 pm ganeti-local Revision 2d52359b: Cleanup/expand the filter/query tests
This patch cleans up duplicate code in Test.Ganeti.Query.Filter and
then adds a test for names consistency with Pytho...
Iustin Pop
01:03 pm snf-ganeti Revision a2ae14e9: Add a helper for query field checks
… and also use it to simplify 'needsLiveData'. Additionally, add an
explicit export list to Ganeti.Query.Types, since...
Iustin Pop
01:03 pm ganeti-local Revision 18049dad: Cleanup haddock documentation a bit
While grepping for htools imports in the non-htools subdirectory, I
saw that our haddock prologue and title are very ...
Iustin Pop
01:03 pm snf-ganeti Revision 4cd79ca8: Cleanup network timeouts and htools imports
This patch removes the last HTools module imports from non-htools code
(the HTools.Types module), but it requires an ...
Iustin Pop
01:03 pm snf-ganeti Revision 2d52359b: Cleanup/expand the filter/query tests
This patch cleans up duplicate code in Test.Ganeti.Query.Filter and
then adds a test for names consistency with Pytho...
Iustin Pop
01:03 pm snf-ganeti Revision 18049dad: Cleanup haddock documentation a bit
While grepping for htools imports in the non-htools subdirectory, I
saw that our haddock prologue and title are very ...
Iustin Pop
01:03 pm ganeti-local Revision 9fbf0098: Enable query socket usage in gnt-node/gnt-group
This switches gnt-node/gnt-group (and their equivalent RAPI resources)
to go over the query socket.
Signed-off-by: I...
Iustin Pop
01:03 pm snf-ganeti Revision b04dc242: Simplify a bit queryFields
We don't add a type class for fully-generic handling, but we do
abstract the duplicate part.
Signed-off-by: Iustin P...
Iustin Pop
01:03 pm snf-ganeti Revision 90d033ef: Add function for getting a group's merged disk params
… and use it in the Query implementation, removing the last
non-correct query field for Groups.
Signed-off-by: Iusti...
Iustin Pop
01:03 pm snf-ganeti Revision 1fc3812c: Switch ordering of names on query to niceSort
This makes the "all" names queries consistent with the Python
results. The change requires updating the unittests, at...
Iustin Pop
01:03 pm snf-ganeti Revision a41c337e: Use the new name filtering behaviour in query
We do this not quite generically, which means we have to add
another layer in the call chain, and rename the current ...
Iustin Pop
01:03 pm snf-ganeti Revision bc4cdeef: Add functionality for checking validity of names
This replicates in the Haskell Query2 implementation the behaviour of
the Python code: if a "simple" filter is passed...
Iustin Pop
01:03 pm ganeti-local Revision bc4cdeef: Add functionality for checking validity of names
This replicates in the Haskell Query2 implementation the behaviour of
the Python code: if a "simple" filter is passed...
Iustin Pop
01:03 pm ganeti-local Revision a41c337e: Use the new name filtering behaviour in query
We do this not quite generically, which means we have to add
another layer in the call chain, and rename the current ...
Iustin Pop
01:03 pm ganeti-local Revision 1fc3812c: Switch ordering of names on query to niceSort
This makes the "all" names queries consistent with the Python
results. The change requires updating the unittests, at...
Iustin Pop
01:03 pm ganeti-local Revision 90d033ef: Add function for getting a group's merged disk params
… and use it in the Query implementation, removing the last
non-correct query field for Groups.
Signed-off-by: Iusti...
Iustin Pop
01:03 pm ganeti-local Revision b04dc242: Simplify a bit queryFields
We don't add a type class for fully-generic handling, but we do
abstract the duplicate part.
Signed-off-by: Iustin P...
Iustin Pop
01:03 pm ganeti-local Revision 5227de56: Fix the node powered field
When initially implementing the node query, I thought the 'powered'
field is a representation of the run-time powered...
Iustin Pop
01:03 pm snf-ganeti Revision b3d17f52: Add a makeSimpleFilter function
And associated unittests. This will be needed for classic-style
queries.
Signed-off-by: Iustin Pop <iustin@google.co...
Iustin Pop
01:03 pm ganeti-local Revision cd67e337: Add support for classic queries
This patch adds support for classic-style queries (before query2) to
the query socket server. The patch is rather tri...
Iustin Pop
01:03 pm snf-ganeti Revision 5227de56: Fix the node powered field
When initially implementing the node query, I thought the 'powered'
field is a representation of the run-time powered...
Iustin Pop
01:03 pm snf-ganeti Revision 9fbf0098: Enable query socket usage in gnt-node/gnt-group
This switches gnt-node/gnt-group (and their equivalent RAPI resources)
to go over the query socket.
Signed-off-by: I...
Iustin Pop
01:03 pm snf-ganeti Revision cd67e337: Add support for classic queries
This patch adds support for classic-style queries (before query2) to
the query socket server. The patch is rather tri...
Iustin Pop
01:03 pm ganeti-local Revision b3d17f52: Add a makeSimpleFilter function
And associated unittests. This will be needed for classic-style
queries.
Signed-off-by: Iustin Pop <iustin@google.co...
Iustin Pop
12:56 pm ganeti-local Revision fe4f6dca: vcluster: Don't virtualize /etc/hosts path
/etc/hosts is a bit special as it's a system-wide file and the virtual
cluster/node root doesn't apply. The modificat...
Michael Hanselmann
12:56 pm snf-ganeti Revision fe4f6dca: vcluster: Don't virtualize /etc/hosts path
/etc/hosts is a bit special as it's a system-wide file and the virtual
cluster/node root doesn't apply. The modificat...
Michael Hanselmann
12:56 pm snf-ganeti Revision 36683bad: vcluster-setup: Stop hardcoding /etc/hosts
… use a constant instead.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@goog...
Michael Hanselmann
12:56 pm ganeti-local Revision 36683bad: vcluster-setup: Stop hardcoding /etc/hosts
… use a constant instead.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@goog...
Michael Hanselmann
12:56 pm snf-ganeti Revision 48967eb0: qa_utils: Stop hardcoding path to /etc/hosts
- Simplified shell command for adding hosts, too
- The exception handling is also improved by re-raising any exceptio...
Michael Hanselmann
12:56 pm ganeti-local Revision 48967eb0: qa_utils: Stop hardcoding path to /etc/hosts
- Simplified shell command for adding hosts, too
- The exception handling is also improved by re-raising any exceptio...
Michael Hanselmann
12:56 pm ganeti-local Revision 72043dac: cli: Stop hardcoding /etc/hosts path
There is a constant for this purpose.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop ...
Michael Hanselmann
12:56 pm snf-ganeti Revision 72043dac: cli: Stop hardcoding /etc/hosts path
There is a constant for this purpose.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop ...
Michael Hanselmann
12:56 pm snf-ganeti Revision ee045466: Move constant for /etc/hosts to pathutils
Needed for coming patches.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@goo...
Michael Hanselmann
12:56 pm ganeti-local Revision ee045466: Move constant for /etc/hosts to pathutils
Needed for coming patches.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@goo...
Michael Hanselmann
12:55 pm ganeti-local Revision 7ca67731: bash_completion: Fix mistake introduced in merge 6a74f58
This part of the code was duplicated by accident.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by:...
Michael Hanselmann
12:55 pm snf-ganeti Revision 7ca67731: bash_completion: Fix mistake introduced in merge 6a74f58
This part of the code was duplicated by accident.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by:...
Michael Hanselmann
12:52 pm Revision f6d15c9b: Simplify test running code
Christos KK Loverdos
12:47 pm ./kamaki Revision 0f653327: Minor improvements
Stavros Sachtouris
12:38 pm snf-ganeti Revision 6a74f584: Merge branch 'devel-2.6'
* devel-2.6:
verify-disks: Explicitely state nothing has to be done
Add list of design documents implemented in v...
Michael Hanselmann
12:38 pm ganeti-local Revision 6a74f584: Merge branch 'devel-2.6'
* devel-2.6:
verify-disks: Explicitely state nothing has to be done
Add list of design documents implemented in v...
Michael Hanselmann
12:24 pm ganeti-local Revision c44356fd: Merge branch 'stable-2.6' into devel-2.6
* stable-2.6:
verify-disks: Explicitely state nothing has to be done
Add list of design documents implemented in ...
Michael Hanselmann
12:24 pm snf-ganeti Revision c44356fd: Merge branch 'stable-2.6' into devel-2.6
* stable-2.6:
verify-disks: Explicitely state nothing has to be done
Add list of design documents implemented in ...
Michael Hanselmann
12:23 pm ganeti-local Revision 43d51ef2: gnt-job list: Add option to include archived jobs
This provides a convenience option to include archived jobs in the
output list. It's equivalent to using “-o +archive...
Michael Hanselmann
12:23 pm snf-ganeti Revision 0422250e: gnt-job: List archived jobs if requested
If requested via a filter or by including the “archived” output,
archived jobs will be loaded and shown. This is sign...
Michael Hanselmann
12:23 pm ganeti-local Revision 0422250e: gnt-job: List archived jobs if requested
If requested via a filter or by including the “archived” output,
archived jobs will be loaded and shown. This is sign...
Michael Hanselmann
12:23 pm snf-ganeti Revision 43d51ef2: gnt-job list: Add option to include archived jobs
This provides a convenience option to include archived jobs in the
output list. It's equivalent to using “-o +archive...
Michael Hanselmann
12:23 pm ganeti-local Revision 4c27b231: jqueue: Correct docstring
The description was not accurate.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <ius...
Michael Hanselmann
12:23 pm ganeti-local Revision 8a3cd185: jqueue: Add new in-memory attribute for archived jobs
This attribute is set to True for jobs which were restored from an
archived file. A new filter will act on this field...
Michael Hanselmann
12:23 pm ganeti-local Revision 52aa1efa: query: Report data type for unary operators
All data kinds (used to restrict the data collected) referenced in a
filter can be requested once it's been “compiled...
Michael Hanselmann
12:23 pm snf-ganeti Revision 52aa1efa: query: Report data type for unary operators
All data kinds (used to restrict the data collected) referenced in a
filter can be requested once it's been “compiled...
Michael Hanselmann
12:23 pm snf-ganeti Revision 4c27b231: jqueue: Correct docstring
The description was not accurate.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <ius...
Michael Hanselmann
12:23 pm snf-ganeti Revision 8a3cd185: jqueue: Add new in-memory attribute for archived jobs
This attribute is set to True for jobs which were restored from an
archived file. A new filter will act on this field...
Michael Hanselmann
12:19 pm ganeti-local Revision 9c5b9957: Add htools/ganeti-confd to .gitignore
Sorry, this should have went in b0dcdc10, but I forgot it.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by...
Iustin Pop
12:19 pm snf-ganeti Revision 9c5b9957: Add htools/ganeti-confd to .gitignore
Sorry, this should have went in b0dcdc10, but I forgot it.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by...
Iustin Pop
12:15 pm ganeti-local Revision 9b99be28: verify-disks: Explicitely state nothing has to be done
Example output:
$ gnt-cluster verify-disks
Submitted jobs 4327
Waiting for job 4327 ...
No disks need to be activated...
Michael Hanselmann
12:15 pm snf-ganeti Revision 9b99be28: verify-disks: Explicitely state nothing has to be done
Example output:
$ gnt-cluster verify-disks
Submitted jobs 4327
Waiting for job 4327 ...
No disks need to be activated...
Michael Hanselmann
12:11 pm ganeti-local Revision 1ca7b773: Add basic unit tests for "gnt-cluster epo"
This patch adds some unit tests for “gnt-cluster epo”. Not everything is
covered, but at least the bug fixed in the p...
Michael Hanselmann
12:11 pm snf-ganeti Revision 1ca7b773: Add basic unit tests for "gnt-cluster epo"
This patch adds some unit tests for “gnt-cluster epo”. Not everything is
covered, but at least the bug fixed in the p...
Michael Hanselmann
12:07 pm Revision 3e316e90: Catch OverLimit error in network create
Christos Stavrakakis
12:06 pm Pithos Revision 6e9c8fc1: Log 5xx API faults
Christos Stavrakakis
12:06 pm Revision 6e9c8fc1: Log 5xx API faults
Christos Stavrakakis

10/10/2012

07:43 pm Pithos MS Client Revision c0effa30: Packaging the proper 32/64 bit OpenSSL versions. Still crashes though. Strange...
Panagiotis Kanavos
07:12 pm snf-ganeti Revision 318853ab: Fixup node disk free/total queries
The disk free/total values are optional ones, wrapped in a Maybe, so
we shouldn't directly serialise them. In order t...
Iustin Pop
07:12 pm ganeti-local Revision 318853ab: Fixup node disk free/total queries
The disk free/total values are optional ones, wrapped in a Maybe, so
we shouldn't directly serialise them. In order t...
Iustin Pop
06:28 pm ganeti-local Revision 235a0fa5: (htest) Text.hs: fix typo in comment
Signed-off-by: Dato Simó <dato@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Dato Simó
06:28 pm snf-ganeti Revision 235a0fa5: (htest) Text.hs: fix typo in comment
Signed-off-by: Dato Simó <dato@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Dato Simó
06:25 pm Pithos MS Client Revision 5bded227: ManagedOpenSSL is now AnyCPU. The proper 32bit or 64 bit OpenSSL libraries are...
Panagiotis Kanavos
06:24 pm Pithos MS Client Revision 800fd841: Fixed CreateWindow call to work on x64
Panagiotis Kanavos
04:58 pm ./kamaki Revision 1c1fd2fa: Interactive shell (without functionality ftm)
Stavros Sachtouris
04:19 pm ./kamaki Revision f317a0b8: History clean and params
Stavros Sachtouris
04:06 pm snf-cloudcms Revision 0b84e013: Update link for google fonts to https
Olga Brani
03:37 pm ganeti-local Revision 3008f56c: Fix pylint breakage due to unused var in gnt_cluster
The usage of that variable was removed in 45a36f36, but accidentally
the enumerate() was left in.
Signed-off-by: Ius...
Iustin Pop
03:37 pm snf-ganeti Revision 3008f56c: Fix pylint breakage due to unused var in gnt_cluster
The usage of that variable was removed in 45a36f36, but accidentally
the enumerate() was left in.
Signed-off-by: Ius...
Iustin Pop
03:19 pm Revision d01cd522: Various fixes about logging
Fix logging from snf-manage commands. Modify snf-manage implementation
in order to setup the loggers for all snf-mana...
Christos Stavrakakis
03:03 pm ganeti-local Revision 0ec87781: Fixup hypervisor queries in node query
We need to only query the default (first enabled) hypervisor, not all
hypervisors. For this, we need to add a manual ...
Iustin Pop
03:03 pm snf-ganeti Revision 0ec87781: Fixup hypervisor queries in node query
We need to only query the default (first enabled) hypervisor, not all
hypervisors. For this, we need to add a manual ...
Iustin Pop
02:55 pm Revision afd31426: Restored kkquotaholder
Prodromos Gerakios
02:43 pm snf-ganeti Revision edb3f937: Fixup node live field names
The String parameter to 'nodeLiveFieldExtract' is the query2 field
name, not the RPC-layer field name. Grrr for not h...
Iustin Pop
02:43 pm ganeti-local Revision 7ae97c33: Make regex-pcre an optional dependency
This patch makes regex-pcre optional, allowing its disable via a
preprocessor define NO_REGEX_PCRE. This define will ...
Iustin Pop
02:43 pm ganeti-local Revision 21a5e56c: Improve Haskell configure options and detection
This patch cleans up the Haskell library detection and defaults.
First, it makes the base compiler/libraries requir...
Iustin Pop
02:43 pm snf-ganeti Revision 21a5e56c: Improve Haskell configure options and detection
This patch cleans up the Haskell library detection and defaults.
First, it makes the base compiler/libraries requir...
Iustin Pop
02:43 pm snf-ganeti Revision 7ae97c33: Make regex-pcre an optional dependency
This patch makes regex-pcre optional, allowing its disable via a
preprocessor define NO_REGEX_PCRE. This define will ...
Iustin Pop
02:43 pm ganeti-local Revision edb3f937: Fixup node live field names
The String parameter to 'nodeLiveFieldExtract' is the query2 field
name, not the RPC-layer field name. Grrr for not h...
Iustin Pop
02:27 pm snf-ganeti Revision 45a36f36: cluster epo: Fix bug where IndexError is raised
Updating the “node_query_list” variable would fail if no arguments were
passed and the “--all” option wasn't specifie...
Michael Hanselmann
02:27 pm ganeti-local Revision 45a36f36: cluster epo: Fix bug where IndexError is raised
Updating the “node_query_list” variable would fail if no arguments were
passed and the “--all” option wasn't specifie...
Michael Hanselmann
02:22 pm snf-ganeti Revision 40309ed7: Add list of design documents implemented in version 2.6
Each version should have its dedicated list.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iust...
Michael Hanselmann
02:22 pm ganeti-local Revision 40309ed7: Add list of design documents implemented in version 2.6
Each version should have its dedicated list.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iust...
Michael Hanselmann
01:48 pm Pithos MS Client Revision bf6dc483: Fix for wrong shared object uris
Panagiotis Kanavos
01:41 pm Revision f611ef3d: Added create/release testing API
Prodromos Gerakios
01:36 pm Revision e60b4630: Fix bug when synchronously creating networks
Christos Stavrakakis
01:05 pm Revision 3e5675f0: Release mac_prefix only if network is MAC_FILTERED
Christos Stavrakakis
01:05 pm Revision fa454545: Release address only if a NIC has an IP
Christos Stavrakakis
01:02 pm Revision 6f011a2d: Change and fix migration files
Change network migration, so that it does not allocate a new bridge to
existing network. Instead it keeps the bridges...
Christos Stavrakakis
01:01 pm Revision 0cd83e6c: Give more weight to cpu_ratio
Change how scores are computed in default_allocator so that vcpu
ratio has more importance the free memory and disk r...
Christos Stavrakakis
11:52 am Revision 902f1fb9: Add first cut of {set,get}_limits test case
Christos KK Loverdos
11:51 am Revision b9ec4de7: Add common TestCase parent class that sets up the quota holder client
Christos KK Loverdos
11:38 am Revision 42b82ae5: Add test runner script
Christos KK Loverdos

10/09/2012

05:48 pm Revision 805e5b12: Merge branch 'master' into ui-0.11
Kostas Papadimitriou
05:24 pm Revision e1296cfb: New debian release for v0.11.0-rc15
Kostas Papadimitriou
05:19 pm Revision a6795ddd: Merge branch 'master' into debian-0.9
Kostas Papadimitriou
05:13 pm Revision 30bfb78e: Merge branch 'snf-tools'
John Giannelos
05:08 pm Revision 7b2ce6b4: Merge branch 'devel-0.11'
Vangelis Koukis
05:01 pm Revision 9557ea30: Fix duplicate return of HTTP connection into pool
Fix duplicate return of HTTP connection into pool on duplicate
invocation of conn.close().
Revert commit b9c834003, ...
Vangelis Koukis
04:58 pm snf-ganeti Revision 55837756: Try to auto-enable htools-rapi and split query
We try to automatically enable the htools-rapi and split query (if
confd and htools-rapi are enabled) options. This i...
Iustin Pop
04:58 pm ganeti-local Revision 55837756: Try to auto-enable htools-rapi and split query
We try to automatically enable the htools-rapi and split query (if
confd and htools-rapi are enabled) options. This i...
Iustin Pop
04:27 pm Revision b16db49b: Merge branch 'devel-0.11' into ui-0.11
Conflicts:
snf-cyclades-app/synnefo/db/models.py
snf-cyclades-app/synnefo/logic/backend.py
snf-cyclades-app/synnef...
Kostas Papadimitriou
04:05 pm Revision 630911ee: Merge branch 'progress-monitor-new' into ui-0.11
Conflicts:
snf-cyclades-app/synnefo/ui/static/snf/js/models.js
Kostas Papadimitriou
01:46 pm snf-ganeti Revision 39d1744a: Fix usage of errors.ResolverError
This exception is documented to have three arguments, but in one case
we raise it with a simple string argument. Let'...
Iustin Pop
01:46 pm ganeti-local Revision 39d1744a: Fix usage of errors.ResolverError
This exception is documented to have three arguments, but in one case
we raise it with a simple string argument. Let'...
Iustin Pop
12:13 pm Revision 3d2e5537: Rename user-update mgmt command to user-modify
Vangelis Koukis
12:13 pm astakos Revision 3d2e5537: Rename user-update mgmt command to user-modify
Vangelis Koukis
11:36 am Pithos Revision 26fbaf40: Merge branch 'master' of https://code.grnet.gr/git/pithos
Sofia Papagiannaki
11:36 am Revision 26fbaf40: Merge branch 'master' of https://code.grnet.gr/git/pithos
Sofia Papagiannaki
11:33 am Revision a8b82467: fix UnboundLocalError
Sofia Papagiannaki
11:33 am Pithos Revision a8b82467: fix UnboundLocalError
Sofia Papagiannaki
11:16 am snf-ganeti Revision 012f9bc3: Remove unused/deprecated error classes
It seems a few of the error classes are no longer used:
- LVMError, deprecated in 8c5533a5 (before ganeti 1.2.2!)
- ...
Iustin Pop
11:16 am ganeti-local Revision 012f9bc3: Remove unused/deprecated error classes
It seems a few of the error classes are no longer used:
- LVMError, deprecated in 8c5533a5 (before ganeti 1.2.2!)
- ...
Iustin Pop
01:35 am Revision 239b068c: Organize testing infrastructure.
This is more of a personal (loverdos@gmail.com) setup for the moment
but all parts of it can be used in a generic way...
Christos KK Loverdos

10/08/2012

07:15 pm ./kamaki Revision b46307af: History as command
Stavros Sachtouris
06:50 pm snf-ganeti Revision 7e2f08ba: Typos and grammar fixes
Signed-off-by: Helga Velroyen <helgav@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Helga Velroyen
06:50 pm ganeti-local Revision 7e2f08ba: Typos and grammar fixes
Signed-off-by: Helga Velroyen <helgav@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Helga Velroyen
06:43 pm Revision 6d34b917: Add new version of simple api test
Christos KK Loverdos
06:32 pm Revision 16414815: Fill skeletons of API tests
Christos KK Loverdos
06:25 pm Revision 2fa15cf2: Add global section in testing config and properly setup the simple test
Christos KK Loverdos
06:14 pm ./kamaki Revision bd04712a: Remove History Argument
Stavros Sachtouris
05:55 pm ./kamaki Revision f3e94e06: Adjust cyclades clis, rearange command locations
Stavros Sachtouris
05:54 pm snf-image-creator Revision 7b006adb: Initial commit for the documentation
Nikos Skalkotos
05:03 pm Revision 66eba2cf: snf-burnin stores information about VMs/networks in the detailed log
John Giannelos
05:01 pm Revision bec1fa3d: Added apitest.py and apitest.cfg
Prodromos Gerakios
04:59 pm Revision 93c6ce37: Add directory test and qhclient.py
Prodromos Gerakios
04:50 pm Revision 72c4abd2: fix some quotaholder bugs
root
04:36 pm snf-ganeti Revision 04edfc99: Add an Utils.NiceSort() equivalent
This patch adds a NiceSort equivalent and the corresponding unittest
(partially copied from Python unittest). The dif...
Iustin Pop
04:36 pm ganeti-local Revision 04edfc99: Add an Utils.NiceSort() equivalent
This patch adds a NiceSort equivalent and the corresponding unittest
(partially copied from Python unittest). The dif...
Iustin Pop
02:39 pm ganeti-local Revision b3589802: backend: Use utils.IsBelowDir instead of local code
utils.IsBelowDir is actually tested and doesn't allow writes to
“…/queue*”, like the old code here did.
Signed-off-b...
Michael Hanselmann
02:39 pm snf-ganeti Revision b3589802: backend: Use utils.IsBelowDir instead of local code
utils.IsBelowDir is actually tested and doesn't allow writes to
“…/queue*”, like the old code here did.
Signed-off-b...
Michael Hanselmann
02:39 pm snf-ganeti Revision 4fdedd09: jstore: Nicer error message on non-numeric file content
An error like “invalid literal for int() with base 10” can be quite
confusing.
Signed-off-by: Michael Hanselmann <ha...
Michael Hanselmann
02:39 pm ganeti-local Revision 4fdedd09: jstore: Nicer error message on non-numeric file content
An error like “invalid literal for int() with base 10” can be quite
confusing.
Signed-off-by: Michael Hanselmann <ha...
Michael Hanselmann
02:30 pm Revision 2ef10562: Change eventd and dispatcher AMQP retries
Set unlimited connection retries to AMQP hosts for snf-ganeti-eventd,
since death of snf-ganeti-eventd results in los...
Christos Stavrakakis
02:20 pm snf-ganeti Revision 946e553b: Fixed QA for replace-disks
Bug introduced in commit cc4b14f07: Part of a statement was missing. This
makes pylint-qa fail.
Signed-off-by: Berna...
Bernardo Dal Seno
02:20 pm ganeti-local Revision 946e553b: Fixed QA for replace-disks
Bug introduced in commit cc4b14f07: Part of a statement was missing. This
makes pylint-qa fail.
Signed-off-by: Berna...
Bernardo Dal Seno
02:09 pm snf-ganeti Revision 46118ed2: Merge ganeti-master-cleaner back into ganeti-cleaner
As I wrote during/after the review on commit 2958c56, “ganeti-cleaner:
Separate queue cleaning code”, while I appreci...
Iustin Pop
02:09 pm ganeti-local Revision 46118ed2: Merge ganeti-master-cleaner back into ganeti-cleaner
As I wrote during/after the review on commit 2958c56, “ganeti-cleaner:
Separate queue cleaning code”, while I appreci...
Iustin Pop
02:07 pm ganeti-local Revision 416eba57: Improve the confd man page
This was a very very thin man page; this patch expands it a bit, but
it could use more help still.
Signed-off-by: Iu...
Iustin Pop
02:07 pm snf-ganeti Revision 416eba57: Improve the confd man page
This was a very very thin man page; this patch expands it a bit, but
it could use more help still.
Signed-off-by: Iu...
Iustin Pop
02:07 pm snf-ganeti Revision ecebe9f6: Split the OptComplNumeric into integer/float ones
This allows the command completion to treat them as separate option
types; this is not useful in build-bash-completio...
Iustin Pop
02:07 pm ganeti-local Revision ecebe9f6: Split the OptComplNumeric into integer/float ones
This allows the command completion to treat them as separate option
types; this is not useful in build-bash-completio...
Iustin Pop
02:06 pm snf-ganeti Revision f8d01158: Enable bash completion for Haskell daemons too
This requires a few tiny changes to build-bash-completion and to
Makefile rules, but is straightforward.
Signed-off-...
Iustin Pop
02:06 pm ganeti-local Revision f8d01158: Enable bash completion for Haskell daemons too
This requires a few tiny changes to build-bash-completion and to
Makefile rules, but is straightforward.
Signed-off-...
Iustin Pop
02:06 pm snf-ganeti Revision 22278fa7: Define the actual arguments that are supported by programs
This defines the arguments supported and then modifies the
--help-completion output to include them too.
Signed-off-...
Iustin Pop
02:06 pm ganeti-local Revision 22278fa7: Define the actual arguments that are supported by programs
This defines the arguments supported and then modifies the
--help-completion output to include them too.
Signed-off-...
Iustin Pop
02:01 pm ganeti-local Revision fad06963: Support the new option types in build-bash-completion
Beside parsing the arguments as well, we also change the serialisation
format for choices/suggests, to make the Pytho...
Iustin Pop
02:01 pm snf-ganeti Revision fad06963: Support the new option types in build-bash-completion
Beside parsing the arguments as well, we also change the serialisation
format for choices/suggests, to make the Pytho...
Iustin Pop
02:01 pm ganeti-local Revision a6cdfdcc: Add support for arguments in --help-completion
This extends the current option-only support with support for
arguments too. They are serialised without a without th...
Iustin Pop
02:01 pm snf-ganeti Revision a6cdfdcc: Add support for arguments in --help-completion
This extends the current option-only support with support for
arguments too. They are serialised without a without th...
Iustin Pop
01:56 pm snf-image-creator Revision 38014222: Rename the dialog-based program to snf-mkimage
Also add a basic readme file. Nikos Skalkotos
01:20 pm ./kamaki Revision f247bcb4: Add history handling - no history storage yet
Stavros Sachtouris
12:52 pm snf-ganeti Revision dad26941: A few cleanups in Makefile.am
A lot of the lists in Makefile.am were not sorted properly (or at
all); let's sort them for more sanity.
Additionall...
Iustin Pop
12:52 pm ganeti-local Revision dad26941: A few cleanups in Makefile.am
A lot of the lists in Makefile.am were not sorted properly (or at
all); let's sort them for more sanity.
Additionall...
Iustin Pop
12:41 pm snf-ganeti Revision db154319: Add missing ipolicy field
This was missing so far…
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@googl...
Iustin Pop
12:41 pm ganeti-local Revision db154319: Add missing ipolicy field
This was missing so far…
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@googl...
Iustin Pop
12:39 pm ganeti-local Revision 6b84f036: Fixup TAGS generation with newer GHC
Newer GHC refuses to allow "-O" with interactive mode, so let's filter
that out. Furthermore, sometimes you don't hav...
Iustin Pop
12:39 pm snf-ganeti Revision 6b84f036: Fixup TAGS generation with newer GHC
Newer GHC refuses to allow "-O" with interactive mode, so let's filter
that out. Furthermore, sometimes you don't hav...
Iustin Pop
12:38 pm ganeti-local Revision a5b270c5: Remove qualified import of Utils.hs into its test module
This is a leftover from the times when we had a single, huge test
module; nowadays it's only an annoyance.
Signed-of...
Iustin Pop
12:38 pm snf-ganeti Revision a5b270c5: Remove qualified import of Utils.hs into its test module
This is a leftover from the times when we had a single, huge test
module; nowadays it's only an annoyance.
Signed-of...
Iustin Pop
12:35 pm snf-ganeti Revision 26d62e4c: Rename Ganeti/HTools/Utils.hs to Ganeti/Utils.hs
This is, I believe, the last non-htools specific file that still lived
in the htools directory; it's already widely u...
Iustin Pop
12:35 pm ganeti-local Revision 26d62e4c: Rename Ganeti/HTools/Utils.hs to Ganeti/Utils.hs
This is, I believe, the last non-htools specific file that still lived
in the htools directory; it's already widely u...
Iustin Pop
11:54 am Revision 0deb4806: test calls to QuotaHolder API
Prodromos Gerakios
11:19 am Revision b537ac01: Fix bug in amqp_puka
Make AMQPConnectionError an exception Christos Stavrakakis

10/05/2012

11:34 pm ganeti-local Revision 8a6dbce8: bdev: Remove unnecessary empty line
My local pylint didn't complain.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Bernardo Dal Sen...
Michael Hanselmann
11:34 pm snf-ganeti Revision 8a6dbce8: bdev: Remove unnecessary empty line
My local pylint didn't complain.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Bernardo Dal Sen...
Michael Hanselmann
07:32 pm ganeti-local Revision 50c1e351: Better list of replace-disks arguments + typos fixed
The man page and the bultin-in help for gnt-instance replace-disks were
inconsistent. Also fixed some typos in man pa...
Bernardo Dal Seno
07:32 pm snf-ganeti Revision 50c1e351: Better list of replace-disks arguments + typos fixed
The man page and the bultin-in help for gnt-instance replace-disks were
inconsistent. Also fixed some typos in man pa...
Bernardo Dal Seno
07:27 pm snf-ganeti Revision 3439fd6b: Check fingerprint of file with allowed file storage paths
This makes differences show up in “gnt-cluster verify”.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Review...
Michael Hanselmann
07:27 pm ganeti-local Revision 3439fd6b: Check fingerprint of file with allowed file storage paths
This makes differences show up in “gnt-cluster verify”.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Review...
Michael Hanselmann
07:23 pm ganeti-local Revision 52ecc063: Support for the default iallocator in replace-disks
"gnt-instance replace-disks" now behaves like the other commands, and uses
the default iallocator when "." is passed ...
Bernardo Dal Seno
07:23 pm ganeti-local Revision 43a8f36a: Explicitly ask for the default iallocator in commands
Now "gnt-instance recreate-disks" uses the default iallocator when "." is
specified as the iallocator. For uniformity...
Bernardo Dal Seno
07:23 pm snf-ganeti Revision 43a8f36a: Explicitly ask for the default iallocator in commands
Now "gnt-instance recreate-disks" uses the default iallocator when "." is
specified as the iallocator. For uniformity...
Bernardo Dal Seno
07:23 pm ganeti-local Revision 1a770ce5: Document the support for default iallocator
Updated the man pages for the commands that accept an iallocator: "." means
the default iallocator.
Signed-off-by: B...
Bernardo Dal Seno
07:23 pm snf-ganeti Revision 1a770ce5: Document the support for default iallocator
Updated the man pages for the commands that accept an iallocator: "." means
the default iallocator.
Signed-off-by: B...
Bernardo Dal Seno
07:23 pm snf-ganeti Revision 52ecc063: Support for the default iallocator in replace-disks
"gnt-instance replace-disks" now behaves like the other commands, and uses
the default iallocator when "." is passed ...
Bernardo Dal Seno
07:23 pm snf-ganeti Revision cc4b14f0: Instance QA uses default iallocator
QA for recreate-disk and replace-disks now run also with the default
iallocator.
Signed-off-by: Bernardo Dal Seno <b...
Bernardo Dal Seno
07:23 pm ganeti-local Revision cc4b14f0: Instance QA uses default iallocator
QA for recreate-disk and replace-disks now run also with the default
iallocator.
Signed-off-by: Bernardo Dal Seno <b...
Bernardo Dal Seno
07:22 pm ganeti-local Revision fbdac0d9: bdev: Add functions to verify file storage paths
- LoadAllowedFileStoragePaths: Loads a list of allowed file storage
paths from a file
- CheckFileStoragePath: Check...
Michael Hanselmann
07:22 pm snf-ganeti Revision fbdac0d9: bdev: Add functions to verify file storage paths
- LoadAllowedFileStoragePaths: Loads a list of allowed file storage
paths from a file
- CheckFileStoragePath: Check...
Michael Hanselmann
07:14 pm snf-ganeti Revision e4cf42d4: jqueue: Look at archived jobs when watching
First: This enables the use of “gnt-job watch $id” for archived jobs.
Now, the reason for actually making this work ...
Michael Hanselmann
07:14 pm ganeti-local Revision e4cf42d4: jqueue: Look at archived jobs when watching
First: This enables the use of “gnt-job watch $id” for archived jobs.
Now, the reason for actually making this work ...
Michael Hanselmann
06:58 pm ./kamaki Revision 26cd03ca: Adjust config
Stavros Sachtouris
06:46 pm ganeti-local Revision 04569469: jqueue: Look at archived jobs when watching
First: This enables the use of “gnt-job watch $id” for archived jobs.
Now, the reason for actually making this work ...
Michael Hanselmann
06:46 pm snf-ganeti Revision 04569469: jqueue: Look at archived jobs when watching
First: This enables the use of “gnt-job watch $id” for archived jobs.
Now, the reason for actually making this work ...
Michael Hanselmann
06:33 pm ./kamaki Revision a7c7afc7: Adjust astakos
Stavros Sachtouris
06:17 pm ./kamaki Revision d88351f3: Rename command (mixed with method "command")
Stavros Sachtouris
06:12 pm ./kamaki Revision e3e8fdc3: Fix command args bug
Stavros Sachtouris
06:03 pm ./kamaki Revision d9325478: Refactor command-tree. Better code, still buggy
Stavros Sachtouris
04:17 pm snf-image snf-image-host_0.6.1-1_amd64.build
Nikos Skalkotos
04:17 pm snf-image snf-image-host_0.6.1-1_amd64.changes
Nikos Skalkotos
04:17 pm snf-image snf-image-host_0.6.1-1_all.deb
Nikos Skalkotos
04:17 pm snf-image snf-image-helper_0.6.1-1_all.deb
Nikos Skalkotos
04:17 pm snf-image snf-image-host_0.6.1.orig.tar.gz
Nikos Skalkotos
04:17 pm snf-image snf-image-helper_0.6.1-1_amd64.build
Nikos Skalkotos
04:17 pm snf-image snf-image-helper_0.6.1.orig.tar.gz
Nikos Skalkotos
04:17 pm snf-image snf-image-host_0.6.1-1.debian.tar.gz
Nikos Skalkotos
04:17 pm snf-image snf-image-host_0.6.1-1.dsc
Nikos Skalkotos
04:17 pm snf-image snf-image-helper_0.6.1-1_amd64.changes
Nikos Skalkotos
04:17 pm snf-image snf-image-helper_0.6.1-1.dsc
Nikos Skalkotos
04:17 pm snf-image snf-image-helper_0.6.1-1.debian.tar.gz
Nikos Skalkotos
04:05 pm snf-image Revision 07f1e9d7: Bump debian version to 0.6.1-1
Nikos Skalkotos
03:57 pm snf-image Revision 2ab7a3d3: Update ChangeLog and configure.ac for version 0.6.1
Nikos Skalkotos
03:16 pm ganeti-local Revision 4ff32a35: Design doc for partitioned Ganeti
Partitioned Ganeti allows to assign node resources in an exclusive manner,
in order to limit interference between ins...
Bernardo Dal Seno
03:16 pm snf-ganeti Revision 4ff32a35: Design doc for partitioned Ganeti
Partitioned Ganeti allows to assign node resources in an exclusive manner,
in order to limit interference between ins...
Bernardo Dal Seno
03:09 pm snf-image Revision c9f5980b: Support installing snf-image-helper from apt repos
snf-image-update-helper should check when creating a helper VM if
an snf-image-helper package was installed from an a...
Nikos Skalkotos
01:19 pm Revision edb7875c: Move PithosBackendPool to snf-pithos-backend
Move PithosBackendPool from snf-pithos-app to snf-pithos-backend Christos Stavrakakis
01:19 pm Pithos Revision edb7875c: Move PithosBackendPool to snf-pithos-backend
Move PithosBackendPool from snf-pithos-app to snf-pithos-backend Christos Stavrakakis
01:10 pm Revision 25d0872e: Ignore IDE files
Christos KK Loverdos
12:31 pm snf-nfdhcpd Revision dcda8cc8: Merge branch 'snf-master' into snf-debian
Dimitris Aragiorgis
10:55 am Revision 0e573e6b: Restore Ganeti RAPI client to snf-common
Temporary commit in order to restore Ganeti RAPI client to snf-common
until snf-cyclades-app 0.11 is released.
Christos Stavrakakis
10:18 am snf-image Revision 53a5929f: Use a seperated dir for update-helper cache files
By default this directory is $(LOCALSTATEDIR)/cache/snf-image/helper Nikos Skalkotos
05:17 am ganeti-local Revision 63a3d8f7: backend: Check for shared storage also
If normal file storage was disabled but shared storage enabled,
“_TransformFileStorageDir” would still throw an excep...
Michael Hanselmann
05:17 am snf-ganeti Revision 63a3d8f7: backend: Check for shared storage also
If normal file storage was disabled but shared storage enabled,
“_TransformFileStorageDir” would still throw an excep...
Michael Hanselmann
04:52 am ganeti-local Revision 6a9b9778: utils.FilterEmptyLinesAndComments: Return list
We don't use generators often and lists are easier to re-use.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
...
Michael Hanselmann
04:52 am snf-ganeti Revision 6a9b9778: utils.FilterEmptyLinesAndComments: Return list
We don't use generators often and lists are easier to re-use.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
...
Michael Hanselmann
04:50 am ganeti-local Revision 555b6cb1: Improve disk wipe unit test
- Don't hardcode node name in some places
- Don't define functions inside functions
- Simplify code for testing with ...
Michael Hanselmann
04:50 am snf-ganeti Revision 555b6cb1: Improve disk wipe unit test
- Don't hardcode node name in some places
- Don't define functions inside functions
- Simplify code for testing with ...
Michael Hanselmann
04:50 am ganeti-local Revision fa8ef9d6: Wipe added space when growing disks
This patch adds code to wipe newly added disk space when growing disks
using “gnt-instance grow-disk”. “New disk spac...
Michael Hanselmann
04:50 am snf-ganeti Revision fa8ef9d6: Wipe added space when growing disks
This patch adds code to wipe newly added disk space when growing disks
using “gnt-instance grow-disk”. “New disk spac...
Michael Hanselmann
04:50 am snf-ganeti Revision 129cce69: Add unit tests for cmdlib._WipeDisks
This is in preparation for adding disk wipe on growing disks.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
...
Michael Hanselmann
04:50 am ganeti-local Revision 129cce69: Add unit tests for cmdlib._WipeDisks
This is in preparation for adding disk wipe on growing disks.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
...
Michael Hanselmann

10/04/2012

11:16 pm snf-nfdhcpd Revision fd7ca450: One socket per client and few logging fixes
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
06:18 pm Revision 4216cd83: Fix bug about RAPI client pooling
Modify the pooled_rapi_client context manager to handle exceptions
and release the client in any case. Also modify us...
Christos Stavrakakis
06:01 pm Pithos MS Client Revision f3b8e454: Fix to library locations
Panagiotis Kanavos
06:00 pm snf-ganeti Revision 1be3e86c: Add unit test for FilterEmptyLinesAndComments
I somehow forgot this in the previous patch.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Bern...
Michael Hanselmann
06:00 pm ganeti-local Revision 1be3e86c: Add unit test for FilterEmptyLinesAndComments
I somehow forgot this in the previous patch.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Bern...
Michael Hanselmann
05:58 pm ganeti-local Revision 461eb201: cmdlib._WipeDisks: Code formatting
- LogInfo takes *args, no need to replace values right away
- Don't overwrite wipe_chunk_size right after it's been s...
Michael Hanselmann
05:58 pm snf-ganeti Revision 461eb201: cmdlib._WipeDisks: Code formatting
- LogInfo takes *args, no need to replace values right away
- Don't overwrite wipe_chunk_size right after it's been s...
Michael Hanselmann
04:42 pm snf-ganeti Revision 2cbe9af3: Factorize removing comments and empty lines from string
This will also be used for verifying the file storage directory.
Signed-off-by: Michael Hanselmann <hansmi@google.co...
Michael Hanselmann
04:42 pm ganeti-local Revision 2cbe9af3: Factorize removing comments and empty lines from string
This will also be used for verifying the file storage directory.
Signed-off-by: Michael Hanselmann <hansmi@google.co...
Michael Hanselmann
04:39 pm snf-nfdhcpd Revision 3f442273: process_pending(num) depending on nfqueue
dhcp - process_pending(5000)
rs - process_pending(10)
ns - process_pending(10)
Signed-off-by: Dimitris Aragiorgis <d...
Dimitris Aragiorgis
04:23 pm Pithos MS Client Revision e6bfc226: Installer Update, x64 additions
Fixed broken x64 det for some libs
Signed-off-by: George Pantazis <gpant@noc.grnet.gr>
George Pantazis
04:22 pm Pithos MS Client Revision e7414414: Version fixes, removal of libraries
Signed-off-by: George Pantazis <gpant@noc.grnet.gr> George Pantazis
04:21 pm Pithos MS Client Revision 54d247ea: Merge branch 'Polling' of https://code.grnet.gr/git/pithos-ms-client into Polling
George Pantazis
04:14 pm Pithos MS Client Revision b8af5a3a: Library updates (x86 & x64)
Fixed ISS
Signed-off-by: George Pantazis <gpant@noc.grnet.gr>
George Pantazis
04:07 pm Pithos MS Client Revision 96e5791c: Various
Panagiotis Kanavos
03:23 pm Revision 6cc3a31c: Add missing ipv6 arguments to create_network
Christos Stavrakakis
03:22 pm snf-nfdhcpd Revision b8b91462: Minor changes in logging and process_pending(10)
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
02:55 pm snf-image snf-image-host_0.4.4-1_amd64.build
Nikos Skalkotos
02:55 pm snf-image snf-image-host_0.4.4-1_amd64.changes
Nikos Skalkotos
02:55 pm snf-image snf-image-helper_0.4.4.orig.tar.gz
Nikos Skalkotos
02:55 pm snf-image snf-image-host_0.4.4.orig.tar.gz
Nikos Skalkotos
02:55 pm snf-image snf-image-host_0.4.4-1.dsc
Nikos Skalkotos
02:55 pm snf-image snf-image-host_0.4.4-1.debian.tar.gz
Nikos Skalkotos
02:55 pm snf-image snf-image-helper_0.4.4-1_amd64.changes
Nikos Skalkotos
02:55 pm snf-image snf-image-helper_0.4.4-1.dsc
Nikos Skalkotos
02:55 pm snf-image snf-image-helper_0.4.4-1_all.deb
Nikos Skalkotos
02:55 pm snf-image snf-image-helper_0.4.4-1_amd64.build
Nikos Skalkotos
02:55 pm snf-image snf-image-host_0.4.4-1_all.deb
Nikos Skalkotos
02:55 pm snf-image snf-image-helper_0.4.4-1.debian.tar.gz
Nikos Skalkotos
02:47 pm snf-image Revision a5f6a683: Use env. variables to pass options to pithcat
This is done for security reasons. The options may contain sensitive
data like the Pithos DB password and while the p...
Nikos Skalkotos
02:46 pm snf-image Revision f3e43ab1: Use env. variables to pass options to pithcat
This is done for security reasons. The options may contain sensitive
data like the Pithos DB password and while the p...
Nikos Skalkotos
02:45 pm snf-image Revision 0006eb25: Use env. variables to pass options to pithcat
This is done for security reasons. The options may contain sensitive
data like the Pithos DB password and while the p...
Nikos Skalkotos
02:44 pm Pithos Revision eecad161: Fix undefined variable
Sofia Papagiannaki
02:44 pm Revision eecad161: Fix undefined variable
Sofia Papagiannaki
01:42 pm Revision 2cea7f38: Fix wrong call in VirtualMachine get_client
Christos Stavrakakis
01:39 pm Revision cc50e51a: Add missing arguments in Backend's get_client
Christos Stavrakakis
01:36 pm Revision 6de6677b: Fix bug when hidding image password
Use deepcopy instead of copy, since the dictionary
is nested
Christos Stavrakakis
01:21 pm astakos Revision dab9c43c: Change saved emails to lowercase
Refs: #2883 Sofia Papagiannaki
01:21 pm Revision dab9c43c: Change saved emails to lowercase
Refs: #2883 Sofia Papagiannaki
01:20 pm astakos Revision 29816137: Turn emails to case-insensitive.
Refs: #2883 Sofia Papagiannaki
01:20 pm Revision 29816137: Turn emails to case-insensitive.
Refs: #2883 Sofia Papagiannaki
01:17 pm Revision c4ce868e: Fix bug in snf-dispatcher about ignored messages
Update backendtime only for jobs that have been successfully completed,
since only those jobs update the state of the...
Christos Stavrakakis
01:17 pm Revision fbb72608: Put synnefo logger of snf-dispatcher to INFO level
Christos Stavrakakis
12:53 pm astakos Revision c9015cf6: Merge branch 'dev' into 0.6.4
Conflicts:
snf-astakos-app/astakos/im/templates/im/astakosgroup_list.html
Sofia Papagiannaki
12:53 pm Revision c9015cf6: Merge branch 'dev' into 0.6.4
Conflicts:
snf-astakos-app/astakos/im/templates/im/astakosgroup_list.html
Sofia Papagiannaki
12:42 pm Revision 9eafaa32: View and management commands for adding/removing user resource quota
Refs: #2793 Sofia Papagiannaki
12:42 pm astakos Revision 9eafaa32: View and management commands for adding/removing user resource quota
Refs: #2793 Sofia Papagiannaki
12:36 pm Revision d63a5938: Fix references to settings not yet in master
Fix references from pithos.api.settings to settings
not yet implemented in the master branch.
Vangelis Koukis
12:36 pm Pithos Revision d63a5938: Fix references to settings not yet in master
Fix references from pithos.api.settings to settings
not yet implemented in the master branch.
Vangelis Koukis
12:20 pm snf-image Revision 9c85fb03: Merge branch 'stable-0.4' into debian-0.4
Nikos Skalkotos
12:08 pm snf-image Revision d4564478: Bump debian version to 0.4.4-1
Nikos Skalkotos
12:03 pm snf-image Revision 0508e208: Update ChangeLog and configure.ac for v0.4.4
Nikos Skalkotos
11:56 am Pithos MS Client Revision 8e2af005: Progress reporting during upload changed to occur every second
Panagiotis Kanavos
11:20 am snf-image Revision 2e279bc6: Use env. variables to pass options to pithcat
This is done for security reasons. The options may contain sensitive
data like the Pithos DB password and while the p...
Nikos Skalkotos
11:14 am Pithos MS Client Revision ec8c61b6: Added FileBlockContent.cs to post file blocks that are read directly from a fi...
Panagiotis Kanavos
04:58 am snf-ganeti Revision 5506d7a9: ssconf: Fix mistake made in commit ee501db
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
04:58 am ganeti-local Revision 5506d7a9: ssconf: Fix mistake made in commit ee501db
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
04:38 am ganeti-local Revision ee501db1: Move a function from backend to ssconf
The “WriteSsconfFiles” function is used to write ssconf files. By moving
it we can avoid importing backend into boots...
Michael Hanselmann
04:38 am snf-ganeti Revision ee501db1: Move a function from backend to ssconf
The “WriteSsconfFiles” function is used to write ssconf files. By moving
it we can avoid importing backend into boots...
Michael Hanselmann
02:58 am ganeti-local Revision f0f8d060: Show old primary/secondary node on disk replacement
People unfamiliar with Ganeti's internals might be confused with the
different hostnames showing up later in the proc...
Michael Hanselmann
02:58 am snf-ganeti Revision f0f8d060: Show old primary/secondary node on disk replacement
People unfamiliar with Ganeti's internals might be confused with the
different hostnames showing up later in the proc...
Michael Hanselmann

10/03/2012

08:00 pm snf-ganeti Revision 33e26038: cmdlib: Change wording of messages during disk wipe
Error messages don't need to say “please” and it's already obvious some
investigation is needed. LogWarning already l...
Michael Hanselmann
08:00 pm ganeti-local Revision 33e26038: cmdlib: Change wording of messages during disk wipe
Error messages don't need to say “please” and it's already obvious some
investigation is needed. LogWarning already l...
Michael Hanselmann
06:51 pm snf-ganeti Revision 755301e5: Bump new version
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
06:38 pm snf-ganeti Revision 7623ef75: Check for existing networks/groups in Network LUs
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
06:35 pm ganeti-local Revision c31b2676: Check for existing networks/groups in Network LUs
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
06:35 pm snf-ganeti Revision c31b2676: Check for existing networks/groups in Network LUs
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
06:03 pm snf-ganeti Revision 0188611b: Remove constant for disk wipe block size
It is dangerous to have this block size as a global constant as that
could give the impression of it being easily cha...
Michael Hanselmann
06:03 pm ganeti-local Revision 0188611b: Remove constant for disk wipe block size
It is dangerous to have this block size as a global constant as that
could give the impression of it being easily cha...
Michael Hanselmann
06:00 pm snf-ganeti Revision 64be07b1: gnt-instance reinstall: Don't always exit with success
If one or more jobs failed the exit status should be set accordingly.
Signed-off-by: Michael Hanselmann <hansmi@goog...
Michael Hanselmann
06:00 pm ganeti-local Revision 64be07b1: gnt-instance reinstall: Don't always exit with success
If one or more jobs failed the exit status should be set accordingly.
Signed-off-by: Michael Hanselmann <hansmi@goog...
Michael Hanselmann
05:59 pm snf-nfdhcpd Revision 40a561a7: Add handler for SIGUSR1 to show current state
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
05:58 pm ganeti-local Revision 2ef3383e: LUClusterVerify: Ignore /proc/drbd if DRBD is disabled
This fixes issue 190. The problem was that the check for DRBD was
enabled if LVM storage is used and didn't depend at...
Michael Hanselmann
05:58 pm snf-ganeti Revision 2ef3383e: LUClusterVerify: Ignore /proc/drbd if DRBD is disabled
This fixes issue 190. The problem was that the check for DRBD was
enabled if LVM storage is used and didn't depend at...
Michael Hanselmann
05:20 pm ./kamaki Revision 00af4193: Re-write Command-Tree (cleaner and faster)
Stavros Sachtouris
05:11 pm snf-image-creator Revision 0a116b9d: Fix missing imports introduced in 023e1217b32385ba
Nikos Skalkotos
04:56 pm snf-image Revision d309cd33: Suppress a reglookup warning
Hundred of warnings like this: `WARN: While quoting value for
'<registry_key>', warning returned: Data could not be i...
Nikos Skalkotos
04:20 pm snf-image Revision b8823079: Suppress a reglookup warning
Hundred of warnings like this: `WARN: While quoting value for
'<registry_key>', warning returned: Data could not be i...
Nikos Skalkotos
04:20 pm snf-image Revision b6a3fa00: Suppress a reglookup warning
Hundred of warnings like this: `WARN: While quoting value for
'<registry_key>', warning returned: Data could not be i...
Nikos Skalkotos
04:15 pm Bug #2883 (Closed): Turn emails to case-insensitive
Ignore email case during login Sofia Papagiannaki
04:04 pm Revision cfd70896: Remove user provided names from models unicode
Remove user provided names from models representation, as the user
may provide a value that can affect the admin term...
Christos Stavrakakis
03:58 pm Revision 6afeb85d: Hide image password from log file
Christos Stavrakakis
03:58 pm Revision ec0b5e5b: Fix bug when not using pool for public networks
Christos Stavrakakis
02:56 pm snf-image snf-image-host_0.4.3-1_amd64.changes
Nikos Skalkotos
02:56 pm snf-image snf-image-host_0.4.3-1_amd64.build
Nikos Skalkotos
02:55 pm snf-image snf-image-helper_0.4.3-1_all.deb
Nikos Skalkotos
02:55 pm snf-image snf-image-host_0.4.3.orig.tar.gz
Nikos Skalkotos
02:55 pm snf-image snf-image-host_0.4.3-1_all.deb
Nikos Skalkotos
02:55 pm snf-image snf-image-helper_0.4.3-1_amd64.build
Nikos Skalkotos
02:55 pm snf-image snf-image-helper_0.4.3-1_amd64.changes
Nikos Skalkotos
02:55 pm snf-image snf-image-helper_0.4.3-1.dsc
Nikos Skalkotos
02:55 pm snf-image snf-image-host_0.4.3-1.debian.tar.gz
Nikos Skalkotos
02:55 pm snf-image snf-image-helper_0.4.3.orig.tar.gz
Nikos Skalkotos
02:55 pm snf-image snf-image-host_0.4.3-1.dsc
Nikos Skalkotos
02:55 pm snf-image snf-image-helper_0.4.3-1.debian.tar.gz
Nikos Skalkotos
02:36 pm snf-nfdhcpd Revision 48cb9bfe: Add logrotate file
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
02:32 pm snf-nfdhcpd Revision a246567e: Use start-stop-daemon istead of start_daemon
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
02:23 pm snf-image Revision 505f4ce2: Fix a missing space in helper's debian changelog
Nikos Skalkotos
02:08 pm Revision 761c2b3c: socket verification for pooled pithos backends
root
02:08 pm Pithos Revision 761c2b3c: socket verification for pooled pithos backends
root
01:39 pm Revision 0c37a721: Change logging levels
Christos Stavrakakis
01:39 pm snf-image Revision f0c9eb11: Bump debian version to 0.4.3-1
Nikos Skalkotos
01:35 pm snf-nfdhcpd Revision 2f5bfb6e: Add logrotate file
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
01:34 pm astakos Revision 4f1bdccd: Rename management commands
Sofia Papagiannaki
01:34 pm Revision 4f1bdccd: Rename management commands
Sofia Papagiannaki
01:27 pm snf-nfdhcpd Revision 0a2aed6e: Change RotatingFileHAndler to WatchedFileHandler
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
01:21 pm snf-ganeti Revision 9a2cd2cf: Hack bdev.py to monitor drbd removal
This patch hacks the DRBD remove code and runs an external script
before the `drbdsetup down' command. The script log...
Constantinos Venetsanopoulos
01:17 pm snf-image Revision e6493c86: Update ChangeLog and configure.ac for v0.4.3
Nikos Skalkotos
01:09 pm Revision bf5c82dc: Add extra logging
Christos Stavrakakis
01:09 pm Revision ffa7f6f6: Garbage collect GanetiRapiClient pools
Modify the rapi_pool to delete unused GanetiRapiClient pools. This
clients become unused when the credentials of a ba...
Christos Stavrakakis
01:08 pm Revision 9cf4a3c0: Refresh backends in locked mode
Christos Stavrakakis
12:50 pm Revision 6bdf0aa3: Rename management commands
Sofia Papagiannaki
12:50 pm astakos Revision 6bdf0aa3: Rename management commands
Sofia Papagiannaki
12:22 pm Revision 3524241a: Pool Ganeti RAPI clients
- Move Ganeti RAPI client from snf-common to snf-cyclades-app/logic.
- Create GanetiRapiClientPool for pooling Ganeti...
Christos Stavrakakis
11:55 am snf-image Revision a64805b1: Suppress a reglookup warning
Hundred of warnings like this: `WARN: While quoting value for
'<registry_key>', warning returned: Data could not be i...
Nikos Skalkotos
03:06 am snf-ganeti Revision 3d8ae327: LUClusterVerify: Ignore /proc/drbd if DRBD is disabled
This fixes issue 190. The problem was that the check for DRBD was
enabled if LVM storage is used and didn't depend at...
Michael Hanselmann
03:06 am ganeti-local Revision 3d8ae327: LUClusterVerify: Ignore /proc/drbd if DRBD is disabled
This fixes issue 190. The problem was that the check for DRBD was
enabled if LVM storage is used and didn't depend at...
Michael Hanselmann

10/02/2012

10:35 pm ganeti-local Revision d971402f: cli: Exit with status 0 for --help
This patch is somewhat longer than was anticipated. Before, commands like
“gnt-instance --help” would exit with the s...
Michael Hanselmann
10:35 pm snf-ganeti Revision d971402f: cli: Exit with status 0 for --help
This patch is somewhat longer than was anticipated. Before, commands like
“gnt-instance --help” would exit with the s...
Michael Hanselmann
08:44 pm snf-ganeti Revision b0dcdc10: Remove the python confd server side code
In 2.7 we will only support the Haskell version, if enabled.
Since the original hconfd enabling was a bit hack-ish (...
Iustin Pop
08:44 pm ganeti-local Revision b0dcdc10: Remove the python confd server side code
In 2.7 we will only support the Haskell version, if enabled.
Since the original hconfd enabling was a bit hack-ish (...
Iustin Pop
08:44 pm ganeti-local Revision 04520998: Remove option to select the Python version of confd
This will need some more configure.ac checks for required libraries,
which will come later with the Haskell dependenc...
Iustin Pop
08:44 pm snf-ganeti Revision 04520998: Remove option to select the Python version of confd
This will need some more configure.ac checks for required libraries,
which will come later with the Haskell dependenc...
Iustin Pop
08:41 pm ganeti-local Revision ab171697: Add first version of virtual cluster documentation
- Add document describing virtual clusters
- Non-root clusters are not yet described, will be done in another
p...
Michael Hanselmann
08:41 pm snf-ganeti Revision ab171697: Add first version of virtual cluster documentation
- Add document describing virtual clusters
- Non-root clusters are not yet described, will be done in another
p...
Michael Hanselmann
07:18 pm snf-ganeti Revision d04d998b: INSTALL: Typo, missing dependency
libghc-utf8-string-dev was missing.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Bernardo Dal ...
Michael Hanselmann
07:18 pm ganeti-local Revision d04d998b: INSTALL: Typo, missing dependency
libghc-utf8-string-dev was missing.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Bernardo Dal ...
Michael Hanselmann
06:53 pm snf-image Revision 24f704d1: Use socat rather than screen for xm commands
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
06:39 pm Revision c0448f4f: --delete-stale checks for stale resources until action_timeout
John Giannelos
04:50 pm Pithos MS Client Revision 19265570: Changes to speed up processing a large number of of newly added files:
- File events are queued for asynchronous processing instead of raising tasks.
- Hashes for multiple files are calcul...
Panagiotis Kanavos
04:31 pm ./kamaki Revision e3d4d442: Completed Pithos_cli adjustment
Stavros Sachtouris
02:59 pm astakos Revision 7507ea03: Set obsolete user and group limit field nullable
root
02:59 pm Revision 7507ea03: Set obsolete user and group limit field nullable
root
02:22 pm Pithos MS Client Revision 8d38a269: Added cloning of HttpRequestMessage to allow retries using the messages themse...
Various async modifications to overcome blocking during network faults Panagiotis Kanavos
01:43 pm ./kamaki Revision 486f7af1: Fix help message formating, go on with pithos_cli
Stavros Sachtouris
01:34 pm ganeti-local Revision 7ebadeb3: Always distribute ganeti.utils.io_unittest-runasroot.py
Tests that depend on fakeroot were not distributed in the tarball created
by "make dist" when fakeroot was missing. N...
Bernardo Dal Seno
01:34 pm snf-ganeti Revision 7ebadeb3: Always distribute ganeti.utils.io_unittest-runasroot.py
Tests that depend on fakeroot were not distributed in the tarball created
by "make dist" when fakeroot was missing. N...
Bernardo Dal Seno
01:13 pm astakos Revision 51945a9e: Anchor to select
Olga Brani
01:13 pm Revision 51945a9e: Anchor to select
Olga Brani
12:32 pm ./kamaki Revision efdee310: Show command-specific help
Stavros Sachtouris
12:06 pm astakos Revision 28c06e75: Merge branch 'dev' of https://code.grnet.gr/git/astakos into dev
root
12:06 pm Revision 28c06e75: Merge branch 'dev' of https://code.grnet.gr/git/astakos into dev
root
12:05 pm astakos Revision 3bb604eb: Merge branch '0.6.4' into dev
Conflicts:
snf-astakos-app/astakos/im/forms.py
snf-astakos-app/astakos/im/settings.py
snf-astakos-app/astakos/im/v...
Sofia Papagiannaki
12:05 pm Revision 3bb604eb: Merge branch '0.6.4' into dev
Conflicts:
snf-astakos-app/astakos/im/forms.py
snf-astakos-app/astakos/im/settings.py
snf-astakos-app/astakos/im/v...
Sofia Papagiannaki
06:12 am ganeti-local Revision a6d3644b: vcluster-setup: Watcher, init script
- Generate a wrapper script for ganeti-watcher
- Provide command line option to specify init script
Signed-off-by: M...
Michael Hanselmann
06:12 am snf-ganeti Revision a6d3644b: vcluster-setup: Watcher, init script
- Generate a wrapper script for ganeti-watcher
- Provide command line option to specify init script
Signed-off-by: M...
Michael Hanselmann

10/01/2012

05:45 pm Revision d129db21: Merge branch 'dev' of https://code.grnet.gr/git/astakos into dev
root
05:45 pm astakos Revision d129db21: Merge branch 'dev' of https://code.grnet.gr/git/astakos into dev
root
05:44 pm astakos Revision 88305cf0: commit dev84 changes
root
05:44 pm Revision 88305cf0: commit dev84 changes
root
05:36 pm snf-image Revision ab39c5c5: Don't move the kernel out of the helper VM image
When snf-image-update-helper runned, it moved the kernel and the
initrd file out of the helper VM image. With this pa...
Nikos Skalkotos
05:35 pm snf-image Revision 9fc73a0a: Use UTC when calling date command
Nikos Skalkotos
04:29 pm Pithos MS Client Revision 3b4a5c4e: Wrong log tags
Panagiotis Kanavos
04:14 pm Pithos MS Client Revision c8fc2d04: Missing Extension file
Panagiotis Kanavos
03:35 pm ./kamaki Revision 3a9478a8: Interuption - Haven't finished pithos_cli adjust
Stavros Sachtouris
02:14 pm ./kamaki Revision c41a86b2: Adjust store list to new arg/config mechanism
Stavros Sachtouris
01:36 pm snf-image Revision 11e5a569: Use UTC when calling date command
Nikos Skalkotos
01:30 pm snf-image Revision 5a320e32: Fix a bug in snf-image-update-helper
The kernel and initrd links of the helper VM image were read in an
incorrect way. This bug is triggered when a link p...
Nikos Skalkotos
01:29 pm snf-image Revision 753ff2ec: Fix a bug in snf-image-update-helper
The kernel and initrd links of the helper VM image were read in an
incorrect way. This bug is triggered when a link p...
Nikos Skalkotos
11:58 am snf-image Revision e7f053eb: Fix a bug in snf-image-update-helper
The kernel and initrd links of the helper VM image were read in an
incorrect way. This bug is triggered when a link p...
Nikos Skalkotos
11:15 am Revision fbb74fff: Do not print public networks when adding backend
Christos Stavrakakis
11:15 am Revision 56359f67: Fix white space
Christos Stavrakakis
11:13 am Revision 27d6d48d: Add support for Archipelagos/extstorage COW images
Stratos Psomadakis
09:23 am snf-ganeti Revision 77865fb4: Fixed typos in devnotes.rst
Signed-off-by: Gintautas Miliauskas <gintas@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Gintautas Miliauskas
09:23 am ganeti-local Revision 77865fb4: Fixed typos in devnotes.rst
Signed-off-by: Gintautas Miliauskas <gintas@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Gintautas Miliauskas

09/29/2012

05:46 am snf-image Revision 1ea8db72: Use socat to dump helper messages in case of xen
Helper gets a dummy interface and communication between helper
and host is done via socat STDIO INTERFACE:eth0/vif$he...
Dimitris Aragiorgis

09/28/2012

09:41 pm snf-image Revision e9413eab: Make use of XenStore to export SUCCESS msg
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
08:17 pm snf-image Revision 72052003: Xen support
Support launching helper domain on top of Xen hypervisor under PV mode.
Helper VM becomes hypervisor aware by passin...
Dimitris Aragiorgis
06:41 pm Revision dfdc64d2: Display resource limit details
Sofia Papagiannaki
06:41 pm astakos Revision dfdc64d2: Display resource limit details
Sofia Papagiannaki
06:32 pm Pithos MS Client Revision cfb09103: Some timeout issues
Panagiotis Kanavos
06:29 pm snf-ganeti Revision 1266a29b: vcluster-setup: Add more parameters to "gnt-cluster init"
This patch also adds two new parameters to the vcluster-setup script to
not configure /etc/hosts and networking. Buil...
Michael Hanselmann
06:29 pm ganeti-local Revision 1266a29b: vcluster-setup: Add more parameters to "gnt-cluster init"
This patch also adds two new parameters to the vcluster-setup script to
not configure /etc/hosts and networking. Buil...
Michael Hanselmann
06:11 pm ganeti-local Revision 3779121c: Pylint cleanup
The previous commits introduced some pylint errors.
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Iust...
René Nussbaumer
06:11 pm snf-ganeti Revision 3779121c: Pylint cleanup
The previous commits introduced some pylint errors.
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Iust...
René Nussbaumer
05:58 pm ./kamaki Revision aa7f7bff: Complete one-command CLI, but still doesn't work
missing:
1. fix the command_specs with new argument system
2. Maybe take advantage of the arbitary length of command ...
Stavros Sachtouris
05:25 pm Revision 3208aa1c: Fix group search
Sofia Papagiannaki
05:25 pm astakos Revision 3208aa1c: Fix group search
Sofia Papagiannaki
05:14 pm Revision 25b51727: Catch EmptyPage exception in paginate empty tag
Sofia Papagiannaki
05:14 pm astakos Revision 25b51727: Catch EmptyPage exception in paginate empty tag
Sofia Papagiannaki
05:13 pm Revision 801be7a3: Add sorting parameter validation
Sofia Papagiannaki
05:13 pm astakos Revision 801be7a3: Add sorting parameter validation
Sofia Papagiannaki
04:46 pm snf-image Revision beeb8f9f: Disable fsyncs in helper's VM resize operation
You can disable this behaviour by defining the DO_SYNC image property. Nikos Skalkotos
04:37 pm Revision 77aaed51: Change pagination in group list
Sofia Papagiannaki
04:37 pm astakos Revision 77aaed51: Change pagination in group list
Sofia Papagiannaki
04:30 pm snf-ganeti Revision 2f441f72: Add support for GANETI_ROOTDIR in Haskell code
unsafePerformIO is required to go from the IO monad to pure code.
Signed-off-by: Michael Hanselmann <hansmi@google.c...
Michael Hanselmann
04:30 pm ganeti-local Revision 2f441f72: Add support for GANETI_ROOTDIR in Haskell code
unsafePerformIO is required to go from the IO monad to pure code.
Signed-off-by: Michael Hanselmann <hansmi@google.c...
Michael Hanselmann
04:05 pm ganeti-local Revision b0a8e8c2: Modify batch-create to use MultiAlloc
This is the CLI part of the OpInstanceMultiAlloc change. There is some
room for improvement especially with user hand...
René Nussbaumer
04:05 pm snf-ganeti Revision b0a8e8c2: Modify batch-create to use MultiAlloc
This is the CLI part of the OpInstanceMultiAlloc change. There is some
room for improvement especially with user hand...
René Nussbaumer
04:05 pm ganeti-local Revision 68b2e985: Make validation error message more useful
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
René Nussbaumer
04:05 pm snf-ganeti Revision 68b2e985: Make validation error message more useful
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
René Nussbaumer
04:05 pm snf-ganeti Revision 9bc5ac44: Provide a custom Validate for OpInstanceMultiAlloc
This is needed, as we're not strictly separating validation from
populating the defaults. We do this all in one funct...
René Nussbaumer
04:05 pm ganeti-local Revision 9bc5ac44: Provide a custom Validate for OpInstanceMultiAlloc
This is needed, as we're not strictly separating validation from
populating the defaults. We do this all in one funct...
René Nussbaumer
03:48 pm astakos Revision 2c4b2a96: Fix members sorting in group detail
Sofia Papagiannaki
03:48 pm Revision 2c4b2a96: Fix members sorting in group detail
Sofia Papagiannaki
03:32 pm Revision f96f60fd: Move check for free IP to backend_allocator
Filter out the backends that do no have a free IP in BackendAllocator
instead of the default_allocator, in order to r...
Christos Stavrakakis
03:17 pm astakos Revision 572194d0: Add erroneously deleted line
Sofia Papagiannaki
03:17 pm Revision 572194d0: Add erroneously deleted line
Sofia Papagiannaki
03:16 pm snf-ganeti Revision 2958c56e: ganeti-cleaner: Separate queue cleaning code
This code does not need to run as root, therefore it's better to split
it out. It is now run with the same permission...
Michael Hanselmann
03:16 pm ganeti-local Revision 2958c56e: ganeti-cleaner: Separate queue cleaning code
This code does not need to run as root, therefore it's better to split
it out. It is now run with the same permission...
Michael Hanselmann
03:14 pm astakos Revision 56b1281c: Fix bugs in views
Sofia Papagiannaki
03:14 pm Revision 56b1281c: Fix bugs in views
Sofia Papagiannaki
03:14 pm snf-ganeti Revision 052783ff: Stop hardcoding root user
Some parts of the code still use a hardcoded user name: root. This patch
replaces all with a constant specified at bu...
Michael Hanselmann
03:14 pm ganeti-local Revision 052783ff: Stop hardcoding root user
Some parts of the code still use a hardcoded user name: root. This patch
replaces all with a constant specified at bu...
Michael Hanselmann
02:30 pm Pithos MS Client Revision 397b9100: More fixes and changes to DateTimeOffset dates
Panagiotis Kanavos
01:29 pm snf-image Revision bd0a7bd3: Delete helper img if errors occure during creation
If snf-image-update-helper exits with errors, delete the temporary
image file from /var/lib/snf-image/helper.
Nikos Skalkotos
01:21 pm Revision 6883dcf3: Fix bugs in reconcile-networks
Perform logical and instead of or, when merging backend ip maps, since
now the maps are inverted. Also do not report ...
Christos Stavrakakis
01:21 pm Revision 765ff3ff: Fix None timestamp in eventd messages
Send the job timestamp when an opcode does not have a timestamp. Christos Stavrakakis
01:21 pm Revision bb80a8d7: Take care for messages without timestamp
Catch exception produced in snf-dispatcher when receiving messages without
proper timestamp.
Christos Stavrakakis
01:19 pm astakos Revision 032ade79: Reduce database interaction in group_detail
Sofia Papagiannaki
01:19 pm Revision 032ade79: Reduce database interaction in group_detail
Sofia Papagiannaki
12:27 pm snf-ganeti Revision 3d3f562b: Remove explicit recursion from sanitizeDictResults
Since ERpcError is still not a monad, a simple foldr will have to
do for now.
Signed-off-by: Agata Murawska <agatamu...
Agata Murawska
12:27 pm ganeti-local Revision 3d3f562b: Remove explicit recursion from sanitizeDictResults
Since ERpcError is still not a monad, a simple foldr will have to
do for now.
Signed-off-by: Agata Murawska <agatamu...
Agata Murawska
12:27 pm ganeti-local Revision 70c2362e: Pretty printing JSValue
Signed-off-by: Agata Murawska <agatamurawska@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Agata Murawska
12:27 pm snf-ganeti Revision 70c2362e: Pretty printing JSValue
Signed-off-by: Agata Murawska <agatamurawska@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Agata Murawska
12:27 pm snf-ganeti Revision 0ae9ddc4: Merge parseHttpResponse with rpcResultParse
parseHttpResponse is such a simple function that we can actually
do the entire unpacking in rpcResultParse.
Signed-o...
Agata Murawska
12:27 pm ganeti-local Revision 0ae9ddc4: Merge parseHttpResponse with rpcResultParse
parseHttpResponse is such a simple function that we can actually
do the entire unpacking in rpcResultParse.
Signed-o...
Agata Murawska
12:27 pm ganeti-local Revision 7328a28c: Simplify and generalize rpcResultFill
For now ERpcError is still not a monad, but we can still simplify
rpcResultFill implementation for different calls si...
Agata Murawska
12:27 pm snf-ganeti Revision 7328a28c: Simplify and generalize rpcResultFill
For now ERpcError is still not a monad, but we can still simplify
rpcResultFill implementation for different calls si...
Agata Murawska
12:27 pm ganeti-local Revision a93b711b: Remove monadic results wherever possible
There is no need (at least right now) for some of the resulting
types to be in additional monad, so let us just have ...
Agata Murawska
12:27 pm snf-ganeti Revision a93b711b: Remove monadic results wherever possible
There is no need (at least right now) for some of the resulting
types to be in additional monad, so let us just have ...
Agata Murawska
12:27 pm ganeti-local Revision 274366e5: Realign instances of typeclasses
As per Iustin's suggestion, this patch aligns parts of typeclass
instance on "=".
Signed-off-by: Agata Murawska <aga...
Agata Murawska
12:27 pm snf-ganeti Revision 274366e5: Realign instances of typeclasses
As per Iustin's suggestion, this patch aligns parts of typeclass
instance on "=".
Signed-off-by: Agata Murawska <aga...
Agata Murawska
12:27 pm ganeti-local Revision 60443f61: Rename RpcError -> String function
As per Iustin's suggestion, show is not a good solution - so instead
the name is now explainRpcError.
Signed-off-by:...
Agata Murawska
12:27 pm snf-ganeti Revision 60443f61: Rename RpcError -> String function
As per Iustin's suggestion, show is not a good solution - so instead
the name is now explainRpcError.
Signed-off-by:...
Agata Murawska
12:19 pm Revision adc46059: Perform allocations in separate transactions
Add ForUpdateManager to the Backend model, in order to guarantee
exclusive order when allocating a VM.
Use manual tr...
Christos Stavrakakis
12:19 pm Revision 5706f527: Fix typo
Christos Stavrakakis
12:04 pm Revision 701118f4: Do now allow owner to leave group: remove link from group search
Sofia Papagiannaki
12:04 pm astakos Revision 701118f4: Do now allow owner to leave group: remove link from group search
Sofia Papagiannaki
11:54 am astakos Revision 0f225db4: Minor changes in group list
Sofia Papagiannaki
11:54 am Revision 0f225db4: Minor changes in group list
Sofia Papagiannaki
11:10 am Revision b123630d: Merge branch 'public_networks' into devel-0.11
Conflicts:
snf-cyclades-app/synnefo/logic/dispatcher.py
Christos Stavrakakis
« Previous
Next »
 

Also available in: Atom