Activity
From 08/14/2012 to 09/12/2012
09/12/2012
- 05:56 pm Revision 99721eb4: Update design for virtual clusters
- The biggest change is going from a command line parameter for specifying
a daemon's directory to using an environment... - 05:56 pm ganeti-local Revision 99721eb4: Update design for virtual clusters
- The biggest change is going from a command line parameter for specifying
a daemon's directory to using an environment... - 04:21 pm Revision e43e78df: Merge remote branch 'google/stable-2.6' into stable-2.6-ippool-hotplug-esi
- Conflicts:
lib/rpc.py
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> - 04:21 pm ganeti-local Revision e43e78df: Merge remote branch 'google/stable-2.6' into stable-2.6-ippool-hotplug-esi
- Conflicts:
lib/rpc.py
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> - 04:15 pm Revision 0e2b7c58: rpc: Remove duplicated logic, fix unittests
- Commit 5fce6a89 changed RpcRunner._InstDict to add the disk parameters
on all encoded instances. It didn't remove a s... - 04:15 pm ganeti-local Revision 0e2b7c58: rpc: Remove duplicated logic, fix unittests
- Commit 5fce6a89 changed RpcRunner._InstDict to add the disk parameters
on all encoded instances. It didn't remove a s... - 04:14 pm Revision 6953756f: Small style adjustment
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 04:14 pm ganeti-local Revision 6953756f: Small style adjustment
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 04:14 pm Revision 3d7d3a12: Make iallocator request types more strict
- This adapts the type of some request input fields to more stricter ones.
Signed-off-by: René Nussbaumer <rn@google.c... - 04:14 pm ganeti-local Revision 3d7d3a12: Make iallocator request types more strict
- This adapts the type of some request input fields to more stricter ones.
Signed-off-by: René Nussbaumer <rn@google.c... - 04:14 pm Revision 776b6291: Rework the required_nodes field
- This was used to verify the result of instance allocation. However, this
is not logic which belongs to the cmdlib rat... - 04:14 pm ganeti-local Revision 776b6291: Rework the required_nodes field
- This was used to verify the result of instance allocation. However, this
is not logic which belongs to the cmdlib rat... - 03:48 pm ganeti-local Revision 52f93ffd: objects, rpc: Code cleanup
- objects.Disk.ComputeLDParams: Simplify structure, don't use and
overwrite local variables.
rpc.AnnotateDiskParams: R... - 03:48 pm Revision 52f93ffd: objects, rpc: Code cleanup
- objects.Disk.ComputeLDParams: Simplify structure, don't use and
overwrite local variables.
rpc.AnnotateDiskParams: R... - 02:39 pm Revision 5fce6a89: Annotate disk params on instance_start
- We call _GatherAndLinkBlockDevs during the process, which in turn
calls _RecursiveFindBD. This needs disk parameters ... - 02:39 pm ganeti-local Revision 5fce6a89: Annotate disk params on instance_start
- We call _GatherAndLinkBlockDevs during the process, which in turn
calls _RecursiveFindBD. This needs disk parameters ... - 01:48 pm ganeti-local Revision ef86bf28: cmdlib: Handle locking.ALL_SET correctly when copying locks
- When locks are copied “locking.ALL_SET” must be handled separately
(ALL_SET has the value None). Reported by Constant... - 01:48 pm Revision ef86bf28: cmdlib: Handle locking.ALL_SET correctly when copying locks
- When locks are copied “locking.ALL_SET” must be handled separately
(ALL_SET has the value None). Reported by Constant... - 01:47 pm ganeti-local Revision 6ce90543: RAPI client: Fix typo in docstring
- Also update the copyright header.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <... - 01:47 pm Revision 6ce90543: RAPI client: Fix typo in docstring
- Also update the copyright header.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <... - 01:33 pm ganeti-local Revision 7d3d24f6: Use bitarray 0.8 interface
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 12:27 pm Revision c269efc3: Disable pylint warnings for unknown members
- For some reason pylint can't determine, that the members are calculated
upon runtime and complains. This is weird as ... - 12:27 pm ganeti-local Revision c269efc3: Disable pylint warnings for unknown members
- For some reason pylint can't determine, that the members are calculated
upon runtime and complains. This is weird as ... - 12:27 pm Revision 3c049cd3: Adapt gnt-debug iallocator
- Add the new multi-alloc request to the test allocation framework. For
now we just create --count identical instances.... - 12:27 pm ganeti-local Revision 3c049cd3: Adapt gnt-debug iallocator
- Add the new multi-alloc request to the test allocation framework. For
now we just create --count identical instances.... - 12:27 pm Revision b1e47e2d: Adding new multi-allocation request
- Now that we've the refactoring done, we can easily add the new mode and
everything works.
Signed-off-by: René Nussba... - 12:27 pm ganeti-local Revision b1e47e2d: Adding new multi-allocation request
- Now that we've the refactoring done, we can easily add the new mode and
everything works.
Signed-off-by: René Nussba... - 12:27 pm Revision 2bbf280e: Switch all iallocator calls to the new one
- After the refactor, the old calls are not working anymore, so we switch
to the new ones.
Signed-off-by: René Nussbau... - 12:27 pm ganeti-local Revision 2bbf280e: Switch all iallocator calls to the new one
- After the refactor, the old calls are not working anymore, so we switch
to the new ones.
Signed-off-by: René Nussbau... - 12:27 pm Revision 0fcd0cad: Refactor IAllocator code
- The IAllocator class was handling all the requests on its own, passing
in parameters on top level which works, but is... - 12:27 pm ganeti-local Revision 0fcd0cad: Refactor IAllocator code
- The IAllocator class was handling all the requests on its own, passing
in parameters on top level which works, but is... - 12:27 pm ganeti-local Revision 32683096: Make the __slots__ functionality more modular
- As we will introduce another set of containers using the __slots__ trick
we abstract away as much as possible to sepa... - 12:27 pm Revision 32683096: Make the __slots__ functionality more modular
- As we will introduce another set of containers using the __slots__ trick
we abstract away as much as possible to sepa... - 12:27 pm ganeti-local Revision b112bfc4: Move _MakeLegacyNodeInfo to rpc
- This function will also be needed for the iallocator refactor. Also this
function does not belong to cmdlib but rathe... - 12:27 pm Revision b112bfc4: Move _MakeLegacyNodeInfo to rpc
- This function will also be needed for the iallocator refactor. Also this
function does not belong to cmdlib but rathe... - 12:27 pm Revision 0c77c331: Move _CalculateGroupIPolicy and _ComputeDiskSize
- This makes it possible to better untangle the IAllocator code, which
would otherwise lead to a recursive import struc... - 12:27 pm ganeti-local Revision 0c77c331: Move _CalculateGroupIPolicy and _ComputeDiskSize
- This makes it possible to better untangle the IAllocator code, which
would otherwise lead to a recursive import struc...
09/11/2012
- 05:18 pm Revision 72ef8df8: Update documentation for "gnt-job list"
- Commit f037e9d7 added command line flags to filter jobs, but the
documentation was not updated. Also mention the abil... - 05:18 pm ganeti-local Revision 72ef8df8: Update documentation for "gnt-job list"
- Commit f037e9d7 added command line flags to filter jobs, but the
documentation was not updated. Also mention the abil...
09/08/2012
- 12:20 am Revision f842aecd: Simplify a bit more the test harness
- We can build the test groups directly in the `testSuite' helper,
instead of doing it (much later) in the test harness... - 12:20 am Revision 44be51aa: Remove the slow/fast tests functionality
- Since the recent commits improved the speed of the two "slow" test
groups to regular test speed, we can remove this k... - 12:20 am Revision c3a8e06d: Fix arbitrary ConfigData object generation
- The Cluster object, as it is defined right now, has many '[String]'
members, which means that in a standard arbitrary... - 12:20 am Revision 9e679143: Improve the `AllocPolicy' test
- This test has a few deficiencies, which this patch addresses:
- using arbitrary 1 or 2 node count for allocation is ... - 12:20 am Revision fb243105: Improve the `CanTieredAlloc' test
- Currently, this test is very slow. Upon investigation, this is due to
how `tieredAlloc' works:
- tries to allocate o... - 12:20 am Revision d83903ee: Add new test for checking multi-allocations
- This test expands the "single-alloc-no-rebalance" by allocating a few
instances on a small cluster, and ensuring that... - 12:20 am Revision 650e5aa4: Improve the prop_Alloc_sane test to detect mis-allocations
- Currently, this just checks that a cluster cannot be rebalanced after
a single instance allocation. However, we can a... - 12:20 am ganeti-local Revision 650e5aa4: Improve the prop_Alloc_sane test to detect mis-allocations
- Currently, this just checks that a cluster cannot be rebalanced after
a single instance allocation. However, we can a... - 12:20 am ganeti-local Revision d83903ee: Add new test for checking multi-allocations
- This test expands the "single-alloc-no-rebalance" by allocating a few
instances on a small cluster, and ensuring that... - 12:20 am ganeti-local Revision fb243105: Improve the `CanTieredAlloc' test
- Currently, this test is very slow. Upon investigation, this is due to
how `tieredAlloc' works:
- tries to allocate o... - 12:20 am ganeti-local Revision f842aecd: Simplify a bit more the test harness
- We can build the test groups directly in the `testSuite' helper,
instead of doing it (much later) in the test harness... - 12:20 am ganeti-local Revision c3a8e06d: Fix arbitrary ConfigData object generation
- The Cluster object, as it is defined right now, has many '[String]'
members, which means that in a standard arbitrary... - 12:20 am ganeti-local Revision 44be51aa: Remove the slow/fast tests functionality
- Since the recent commits improved the speed of the two "slow" test
groups to regular test speed, we can remove this k... - 12:20 am ganeti-local Revision 9e679143: Improve the `AllocPolicy' test
- This test has a few deficiencies, which this patch addresses:
- using arbitrary 1 or 2 node count for allocation is ... - 12:19 am Revision 107102af: Merge branch 'devel-2.6' into submit
- * devel-2.6:
Fix bug in non-mirrored instance allocation
Fix gnt-debug iallocator
Signed-off-by: Iustin Pop <ius... - 12:19 am ganeti-local Revision 107102af: Merge branch 'devel-2.6' into submit
- * devel-2.6:
Fix bug in non-mirrored instance allocation
Fix gnt-debug iallocator
Signed-off-by: Iustin Pop <ius... - 12:13 am Revision 99c7795a: Merge branch 'stable-2.6' into devel-2.6
- * stable-2.6:
Fix bug in non-mirrored instance allocation
Fix gnt-debug iallocator
Signed-off-by: Iustin Pop <iu... - 12:13 am ganeti-local Revision 99c7795a: Merge branch 'stable-2.6' into devel-2.6
- * stable-2.6:
Fix bug in non-mirrored instance allocation
Fix gnt-debug iallocator
Signed-off-by: Iustin Pop <iu... - 12:00 am ganeti-local Revision 14b5d45f: Fix bug in non-mirrored instance allocation
- The function `allocateOnSingle' has a bug in the calculation of the
cluster score used for deciding which of the many... - 12:00 am Revision 14b5d45f: Fix bug in non-mirrored instance allocation
- The function `allocateOnSingle' has a bug in the calculation of the
cluster score used for deciding which of the many...
09/05/2012
- 08:18 pm ganeti-local Revision fe48d53c: Do not allow networks with less than 8 hosts
- This is only needed in case base64 and bitarray.tostring() is used for
saving reservations. If bitarray.to01() was us... - 08:18 pm Revision fe48d53c: Do not allow networks with less than 8 hosts
- This is only needed in case base64 and bitarray.tostring() is used for
saving reservations. If bitarray.to01() was us... - 05:31 pm Revision 51000365: Rework CLI modules and tests
- While investigating how we could test the Daemon.hs module, I realised
that we have a very, erm, sub-optimal situatio... - 05:31 pm Revision 5b11f8db: Further hlint fixes
- Commit 2cdaf22, “Re-enable standard hlint warnings”, got it almost
right. The only problem is that (confusingly) the ... - 05:31 pm ganeti-local Revision 5b11f8db: Further hlint fixes
- Commit 2cdaf22, “Re-enable standard hlint warnings”, got it almost
right. The only problem is that (confusingly) the ... - 05:31 pm ganeti-local Revision 3ce788db: Fix deserialisation bug in ResultEntry
- Found via the newly added unit-tests, which test most of the
serialisation code in Query/Language (except for QueryRe... - 05:31 pm ganeti-local Revision 51000365: Rework CLI modules and tests
- While investigating how we could test the Daemon.hs module, I realised
that we have a very, erm, sub-optimal situatio... - 05:31 pm Revision 3ce788db: Fix deserialisation bug in ResultEntry
- Found via the newly added unit-tests, which test most of the
serialisation code in Query/Language (except for QueryRe... - 05:31 pm Revision 90171729: Add query filter tests
- These tests are node specific only because we don't have other query
types implemented yet, but what they actually te... - 05:31 pm ganeti-local Revision 90171729: Add query filter tests
- These tests are node specific only because we don't have other query
types implemented yet, but what they actually te... - 05:18 pm Revision b9bdc10e: Add some unittests for node queries
- These new tests check that:
- no known fields return unknown
- any unknown field returns unknown
- the type of the f... - 05:18 pm Revision 2e0bb81d: Add a small 'passTest' helper
- This is symmetric to failTest, and allows us to use it in cases where
we need to return a property.
While replacing ... - 05:18 pm Revision 9924d61e: Add entire ConfigData serialisation tests
- Using the recently-added genArbitrary, we can now implement Arbitrary
instances for even "huge" objects like Cluster,... - 05:18 pm Revision 7022db83: Replace manual arbitrary instances with genArbitrary
- There are a few more that could be replaces, once we start using
appropriate (new)types.
Signed-off-by: Iustin Pop <... - 05:18 pm ganeti-local Revision b9bdc10e: Add some unittests for node queries
- These new tests check that:
- no known fields return unknown
- any unknown field returns unknown
- the type of the f... - 05:18 pm ganeti-local Revision 9924d61e: Add entire ConfigData serialisation tests
- Using the recently-added genArbitrary, we can now implement Arbitrary
instances for even "huge" objects like Cluster,... - 05:18 pm ganeti-local Revision 2e0bb81d: Add a small 'passTest' helper
- This is symmetric to failTest, and allows us to use it in cases where
we need to return a property.
While replacing ... - 05:18 pm ganeti-local Revision 7022db83: Replace manual arbitrary instances with genArbitrary
- There are a few more that could be replaces, once we start using
appropriate (new)types.
Signed-off-by: Iustin Pop <... - 05:18 pm ganeti-local Revision 8492daa3: Introduce a helper for simple Arbitrary instances
- After getting really annoyed at yet another "<*> arbitrary", I thought
that we should be able to automate this, at le... - 05:18 pm Revision 8492daa3: Introduce a helper for simple Arbitrary instances
- After getting really annoyed at yet another "<*> arbitrary", I thought
that we should be able to automate this, at le... - 04:58 pm Revision ce93b4a0: Add Instance serialisations tests
- This is not perfect, as for many of the parameters we don't have good
Arbitrary instances, but is better than nothing... - 04:58 pm Revision 63b068c1: Add a test helper for simple JSON serialisation testing
- While adding yet another JSON serialisation test, I realised that this
can be trivially abstracted; hence this patch,... - 04:58 pm Revision 8d2b6a12: Add unit test for serialisation of DiskLogicalId and Nodes
- Since the DiskLogicalId type is manually serialised/deserialised (see
Objects.hs, `encodeDLid' and `decodeDLId'), let... - 04:58 pm ganeti-local Revision 8d2b6a12: Add unit test for serialisation of DiskLogicalId and Nodes
- Since the DiskLogicalId type is manually serialised/deserialised (see
Objects.hs, `encodeDLid' and `decodeDLId'), let... - 04:58 pm ganeti-local Revision ce93b4a0: Add Instance serialisations tests
- This is not perfect, as for many of the parameters we don't have good
Arbitrary instances, but is better than nothing... - 04:58 pm ganeti-local Revision 63b068c1: Add a test helper for simple JSON serialisation testing
- While adding yet another JSON serialisation test, I realised that this
can be trivially abstracted; hence this patch,... - 04:58 pm Revision 1493a93b: Add unittests for the BasicTypes module
- This adds test properties for the various laws that the instances of
Result should follow; I could not find (offline)... - 04:58 pm ganeti-local Revision 1493a93b: Add unittests for the BasicTypes module
- This adds test properties for the various laws that the instances of
Result should follow; I could not find (offline)... - 03:34 pm ganeti-local Revision e09c1fa0: Fixup test suite names
- The names were not in a proper hierarchy, leading to inconsistencies
about what they were actually tested.
We change... - 03:34 pm Revision e09c1fa0: Fixup test suite names
- The names were not in a proper hierarchy, leading to inconsistencies
about what they were actually tested.
We change... - 03:34 pm Revision 20bc5360: Simplify property and test case names
- Since we now have separate namespaces due to the multi-file split, we
don't need to keep the name of the module in th... - 03:34 pm ganeti-local Revision 20bc5360: Simplify property and test case names
- Since we now have separate namespaces due to the multi-file split, we
don't need to keep the name of the module in th... - 03:33 pm Revision 2997cb0a: Move Version.hs up from under HTools/
- This is another module that is generic, and not htools-specific.
Signed-off-by: Iustin Pop <iustin@google.com>
Revie... - 03:33 pm ganeti-local Revision 2997cb0a: Move Version.hs up from under HTools/
- This is another module that is generic, and not htools-specific.
Signed-off-by: Iustin Pop <iustin@google.com>
Revie... - 01:49 pm Revision 662de722: Two tiny makefile fixes
- During the recent moves and renames, two things have slipped through,
since I didn't run make check-local…
Signed-of... - 01:49 pm ganeti-local Revision 662de722: Two tiny makefile fixes
- During the recent moves and renames, two things have slipped through,
since I didn't run make check-local…
Signed-of...
09/04/2012
- 05:30 pm ganeti-local Revision 73b9e026: Add tags in network objects
- Support:
- gnt-network add --tags.
- gnt-network list-tags/add-tags/remove-tags/.
- gnt-network list -o +tags
Sig... - 05:30 pm ganeti-local Revision 736f9e15: Change default fields for network listing
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 05:30 pm ganeti-local Revision 415fc598: Pass detailed network info in hooks
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 05:29 pm ganeti-local Revision 57de4cfa: 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 ... - 05:29 pm ganeti-local Revision 155c28c0: cfgupgrade for networks
- Add networks slot in config data.
Add networks slot in nodegroups.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> - 05:29 pm ganeti-local Revision da5888fe: Use network's mac prefix
- Modify existing GenerateMAC so that it takes network as an argument.
Substitute _GenerateOneMAC with a decorator _Ge... - 05:29 pm ganeti-local Revision 22ac925c: Include networks in Makefile and bash completion
- Signed-off-by: Apollon Oikonomopoulos <apollon@noc.grnet.gr>
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> - 05:29 pm ganeti-local Revision c0288228: Add gnt-network man page
- Signed-off-by: Apollon Oikonomopoulos <apollon@noc.grnet.gr>
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> - 05:28 pm ganeti-local Revision 43a642d0: Rapi support for networks
- Support:
- GetNetwork(s)
- CreateNetwork
- ConnectNetwork
- DisconnectNetwork
- RemoveNetwork
Signed-off-by: Di... - 05:28 pm ganeti-local Revision 60dbaa9b: ss_conf support for networks
- Signed-off-by: Apollon Oikonomopoulos <apollon@noc.grnet.gr>
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> - 05:27 pm ganeti-local Revision abce4362: Introduce client support for networks
- gnt-network is used to manipulate and handle networks that
currently provides the following operations:
* Add a new... - 05:26 pm ganeti-local Revision b8c4273d: 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 ... - 05:26 pm ganeti-local Revision 1ff7bbd9: Peripheral changes for networks
- Specifically:
* export a new environment variable for the gnt-os-interface
* export a new environment variable for ... - 05:25 pm ganeti-local Revision b88fcdd0: Remove QC.hs and replace it with an auto-generated file
- In order to have correct code coverage results, we must somehow import
all production modules into the test runner. U... - 05:25 pm Revision b88fcdd0: Remove QC.hs and replace it with an auto-generated file
- In order to have correct code coverage results, we must somehow import
all production modules into the test runner. U... - 05:25 pm ganeti-local Revision 51309138: Split the Makefile variable HS_LIB_SRCS
- This currently holds both production files and test files; since we
want to treat these separately, let's split the v... - 05:25 pm Revision 51309138: Split the Makefile variable HS_LIB_SRCS
- This currently holds both production files and test files; since we
want to treat these separately, let's split the v... - 05:25 pm ganeti-local Revision 497b264b: Modify LUInstanceSetParams() to support networks
- Keep backwards compatibility just like LUInstanceCreate() and
support network parameter for NIC object.
Add ec_id ar... - 05:24 pm ganeti-local Revision 961fa6f1: Modify RemoveInstance() to support networks
- Release any IPs held the instance before actually removing.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> - 05:24 pm ganeti-local Revision 4d26e4e4: Modify LUInstanceCreate to support networks
- Implement backend support, to export the IP pool management
functionality to the clients. When the new NIC parameter ... - 05:23 pm ganeti-local Revision fe4d3d25: Config methods for reserving/releasing IPs
- Use TemporaryReservationManager for IP handling to ensure
config data consistency.
Implement:
- methods for reservi... - 05:23 pm ganeti-local Revision 134cd9e8: Implement network/nodegroup mappings
- LUNetworkConnect() connects a network to a nodegroup and defines
its netparams (mode and link). Specifically:
* Chec... - 05:22 pm ganeti-local Revision 8d653c98: Implement LUNetworkSetParams
- Support modifying all network parameters except for network (ip range)
Cannot modify gateway and reserved ips at the ... - 05:22 pm ganeti-local Revision 0263c60d: Implement LUNetworkQuery
- Summarily list all existing networks
Supply detailed info for every existing network
- List used/free IPs
- List in... - 05:21 pm ganeti-local Revision f13d8519: Basic IP pool management logic
- Implement LUs for corresponding opcodes:
* LUNetworkAdd:
- Check for IP validity
- Reserves all necessary IPs
... - 05:16 pm ganeti-local Revision 73a93f41: Introduce new module for IP pool management
- Add new library module lib/network.py.
Introduce new class: AddressPool.
AddressPool implements all operations neede... - 04:58 pm ganeti-local Revision 176b0ee2: IP pool related objects, opcodes and constants
- Config objects:
* Introduce L{Network} with
- IPv4 network field (mandatory)
- IPv4 gateway, IPv6 (network/gatew... - 04:51 pm ganeti-local Revision 2d87bd0a: Split last two remaining tests from QC.hs
- This makes QC.hs obsolete, but we will remove it in a later patch,
once we automatically build a file with all the im... - 04:51 pm Revision 2d87bd0a: Split last two remaining tests from QC.hs
- This makes QC.hs obsolete, but we will remove it in a later patch,
once we automatically build a file with all the im... - 04:51 pm ganeti-local Revision f3baf5ef: Move JSON.hs and Compat.hs out from under HTools/
- These two files are not htools-specific, so let's move them out of the
HTools subdirectory/module hierarchy and direc... - 04:51 pm Revision f3baf5ef: Move JSON.hs and Compat.hs out from under HTools/
- These two files are not htools-specific, so let's move them out of the
HTools subdirectory/module hierarchy and direc... - 04:51 pm ganeti-local Revision e1ee7d5a: Split most HTools test code into separate files
- Except for Ganeti.HTools.JSON, which needs rename, we split all the
other test suites into separate files.
We have t... - 04:51 pm Revision e1ee7d5a: Split most HTools test code into separate files
- Except for Ganeti.HTools.JSON, which needs rename, we split all the
other test suites into separate files.
We have t... - 04:50 pm ganeti-local Revision aed2325f: Split Luxi, Qlang, Ssconf and OpCodes tests
- … from QC.hs into their own files, again mirroring the production code
source tree.
Signed-off-by: Iustin Pop <iusti... - 04:50 pm Revision aed2325f: Split Luxi, Qlang, Ssconf and OpCodes tests
- … from QC.hs into their own files, again mirroring the production code
source tree.
Signed-off-by: Iustin Pop <iusti... - 04:50 pm ganeti-local Revision 305e174c: Split Rpc tests from QC
- This required lots of other code moves, so I created it as a
standalone patch.
Signed-off-by: Iustin Pop <iustin@goo... - 04:50 pm Revision 305e174c: Split Rpc tests from QC
- This required lots of other code moves, so I created it as a
standalone patch.
Signed-off-by: Iustin Pop <iustin@goo... - 04:50 pm ganeti-local Revision 2733df51: Split one more module out of QC and add test helpers
- This splits the confd/utils tests, and adds the TestCommon module for
shared test code.
Signed-off-by: Iustin Pop <i... - 04:50 pm Revision 2733df51: Split one more module out of QC and add test helpers
- This splits the confd/utils tests, and adds the TestCommon module for
shared test code.
Signed-off-by: Iustin Pop <i... - 04:50 pm ganeti-local Revision e5a29b6c: Split out Objects.hs from QC.hs
- This is the first file split out from QC.hs - an easy one, since it
has just one test.
The patch changes the way we ... - 04:50 pm Revision e5a29b6c: Split out Objects.hs from QC.hs
- This is the first file split out from QC.hs - an easy one, since it
has just one test.
The patch changes the way we ... - 04:50 pm ganeti-local Revision e4cc4c11: Move the unittest helper to a new Test/Ganeti dir
- This patch starts the move of the test haskell code from
`htools/Ganeti/HTools/' to its more proper place of
`htest/T... - 04:50 pm Revision e4cc4c11: Move the unittest helper to a new Test/Ganeti dir
- This patch starts the move of the test haskell code from
`htools/Ganeti/HTools/' to its more proper place of
`htest/T... - 04:50 pm ganeti-local Revision 189b51fa: Move generated htools test stubs to htest/
- This moves the last (I think) htools-related bits out of test/ under
htest/.
Signed-off-by: Iustin Pop <iustin@googl... - 04:50 pm Revision 189b51fa: Move generated htools test stubs to htest/
- This moves the last (I think) htools-related bits out of test/ under
htest/.
Signed-off-by: Iustin Pop <iustin@googl... - 04:50 pm ganeti-local Revision b8a9c7f2: Move shelltests from test/ to htest/shelltests/
- This is another rather trivial patch, moving all the (htools)
shelltests to their own directory.
Signed-off-by: Iust... - 04:50 pm Revision b8a9c7f2: Move shelltests from test/ to htest/shelltests/
- This is another rather trivial patch, moving all the (htools)
shelltests to their own directory.
Signed-off-by: Iust... - 04:49 pm ganeti-local Revision 8feabc89: Move htools test files from test/data/htools to htest/data
- Following up on the program moves, we now move the test data files.
Signed-off-by: Iustin Pop <iustin@google.com>
Re... - 04:49 pm Revision 8feabc89: Move htools test files from test/data/htools to htest/data
- Following up on the program moves, we now move the test data files.
Signed-off-by: Iustin Pop <iustin@google.com>
Re... - 04:49 pm ganeti-local Revision f0f3a6df: Move haskell test code to htest/
- This is the first commit of a series that will attempt to cleanup the
test code organisation, which evolved somewhat ... - 04:49 pm Revision f0f3a6df: Move haskell test code to htest/
- This is the first commit of a series that will attempt to cleanup the
test code organisation, which evolved somewhat ... - 02:22 pm ganeti-local Revision 09123222: Fix gnt-debug iallocator
- There was an issue with the recent ipolicy introduction which lead to a
bug in gnt-debug iallocator. It was not provi... - 02:22 pm Revision 09123222: Fix gnt-debug iallocator
- There was an issue with the recent ipolicy introduction which lead to a
bug in gnt-debug iallocator. It was not provi... - 02:00 pm ganeti-local Revision 01606931: Implement compilation of regexes at creation time
- This means that the verification of the correctness of the regex is
done once, at the deserialisation/creation time, ... - 02:00 pm Revision 01606931: Implement compilation of regexes at creation time
- This means that the verification of the correctness of the regex is
done once, at the deserialisation/creation time, ... - 02:00 pm ganeti-local Revision 4cab6703: Rename the Qlang and Queryd modules
- Per the new query module hierarchy, rename Qlang to Query/Language and
Queryd to Query/Server. This way, all query-re... - 02:00 pm Revision 4cab6703: Rename the Qlang and Queryd modules
- Per the new query module hierarchy, rename Qlang to Query/Language and
Queryd to Query/Server. This way, all query-re... - 02:00 pm ganeti-local Revision 8a65c02b: Add filtering support in Query
- This adds basic infrastructure for filtering (fully functional except,
as usual, for runtime data), and then uses it ... - 02:00 pm Revision 8a65c02b: Add filtering support in Query
- This adds basic infrastructure for filtering (fully functional except,
as usual, for runtime data), and then uses it ... - 01:59 pm ganeti-local Revision 25779212: Add an Applicative instance for our Result type
- This will allow us to run generic computations in an Applicative
context, if a monadic one is not needed (or not appl... - 01:59 pm Revision 25779212: Add an Applicative instance for our Result type
- This will allow us to run generic computations in an Applicative
context, if a monadic one is not needed (or not appl... - 01:59 pm ganeti-local Revision 05ac718f: Parameterize the Filter type
- In preparation for introducing filtering functionality, we convert the
'Filter' type from a '*' kind to a '* -> *' ki... - 01:59 pm Revision 05ac718f: Parameterize the Filter type
- In preparation for introducing filtering functionality, we convert the
'Filter' type from a '*' kind to a '* -> *' ki... - 01:59 pm ganeti-local Revision 518023a9: Implement QueryFields for Nodes
- Since we have all the definitions already, we can easily enable
this. Manual testing shows no difference between the ... - 01:59 pm Revision 518023a9: Implement QueryFields for Nodes
- Since we have all the definitions already, we can easily enable
this. Manual testing shows no difference between the ... - 01:56 pm ganeti-local Revision 6f1da8b3: Merge branch 'devel-2.6'
- * devel-2.6:
Fix warnings/errors with newer pylint
Fix decorator uses which crash newer pylint
Signed-off-by: Iu... - 01:56 pm Revision 6f1da8b3: Merge branch 'devel-2.6'
- * devel-2.6:
Fix warnings/errors with newer pylint
Fix decorator uses which crash newer pylint
Signed-off-by: Iu... - 01:56 pm ganeti-local Revision fa0003dc: Merge branch 'stable-2.6' into devel-2.6
- * stable-2.6:
Fix warnings/errors with newer pylint
Fix decorator uses which crash newer pylint
Signed-off-by: I... - 01:56 pm Revision fa0003dc: Merge branch 'stable-2.6' into devel-2.6
- * stable-2.6:
Fix warnings/errors with newer pylint
Fix decorator uses which crash newer pylint
Signed-off-by: I... - 12:44 pm ganeti-local Revision 2a9aff11: Putting the multiallocate pieces together
- This is the final part:
* Parsing the new request type
* Feed it to allocList
* Format the result
Signed-off-by: Re... - 12:44 pm ganeti-local Revision c85abf30: Adding allocList function
- This function iterates over the tryMGAlloc function, updates the node
list and instance list, and refeeds it recursiv... - 12:44 pm ganeti-local Revision 85d96a3c: Adding new IAllocator mode to constants
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 12:44 pm Revision 2a9aff11: Putting the multiallocate pieces together
- This is the final part:
* Parsing the new request type
* Feed it to allocList
* Format the result
Signed-off-by: Re... - 12:44 pm Revision c85abf30: Adding allocList function
- This function iterates over the tryMGAlloc function, updates the node
list and instance list, and refeeds it recursiv... - 12:44 pm Revision 85d96a3c: Adding new IAllocator mode to constants
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
09/03/2012
- 07:09 pm ganeti-local Revision 8ad0da1e: Fix warnings/errors with newer pylint
- To help developing Ganeti on newer distributions, let's try to fix
pylint warnings/errors. I'm using pylint from curr... - 07:09 pm Revision 8ad0da1e: Fix warnings/errors with newer pylint
- To help developing Ganeti on newer distributions, let's try to fix
pylint warnings/errors. I'm using pylint from curr... - 06:32 pm ganeti-local Revision e53decc1: Merge branch 'devel-2.6'
- * devel-2.6:
Instance autorepair design
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Po... - 06:32 pm Revision e53decc1: Merge branch 'devel-2.6'
- * devel-2.6:
Instance autorepair design
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Po... - 06:18 pm ganeti-local Revision fc3f75dd: Fix decorator uses which crash newer pylint
- Pylint version:
pylint 0.25.1,
astng 0.23.1, common 0.58.0
crashes when passing the fully-qualified decorator n... - 06:18 pm Revision fc3f75dd: Fix decorator uses which crash newer pylint
- Pylint version:
pylint 0.25.1,
astng 0.23.1, common 0.58.0
crashes when passing the fully-qualified decorator n... - 06:08 pm ganeti-local Revision 68640987: Instance autorepair design
- This design describes a tool that will perform automatic repairs on
instances when they are detected to be unhealthy ... - 06:08 pm Revision 68640987: Instance autorepair design
- This design describes a tool that will perform automatic repairs on
instances when they are detected to be unhealthy ... - 04:52 pm ganeti-local Revision 72295708: Add missing luxi query 'QueryFields'
- This was missed; we add the definition and the de-serialisation
support.
Signed-off-by: Iustin Pop <iustin@google.co... - 04:52 pm Revision 72295708: Add missing luxi query 'QueryFields'
- This was missed; we add the definition and the de-serialisation
support.
Signed-off-by: Iustin Pop <iustin@google.co... - 04:52 pm ganeti-local Revision 046fe3f5: Add Query support for Nodes (no filtering, no RPC)
- This is the initial support for Query2: basic infrastructure (except
filtering) and node query support (without RPC).... - 04:52 pm Revision 046fe3f5: Add Query support for Nodes (no filtering, no RPC)
- This is the initial support for Query2: basic infrastructure (except
filtering) and node query support (without RPC).... - 04:45 pm ganeti-local Revision a6c7e2a2: Move parameter title definitions to constants
- This fixes an old TODO for moving these; now they can be reused in the
Haskell Query2 implementation.
Signed-off-by:... - 04:45 pm ganeti-local Revision 9d4cc8ed: One more SADT type - VType
- This adds the VTYPE_* conversion to VType, used for QFT equivalence
later.
Signed-off-by: Iustin Pop <iustin@google.... - 04:45 pm Revision 9d4cc8ed: One more SADT type - VType
- This adds the VTYPE_* conversion to VType, used for QFT equivalence
later.
Signed-off-by: Iustin Pop <iustin@google.... - 04:45 pm Revision a6c7e2a2: Move parameter title definitions to constants
- This fixes an old TODO for moving these; now they can be reused in the
Haskell Query2 implementation.
Signed-off-by:... - 04:45 pm ganeti-local Revision 8c957eb3: Extend convert-constants support for dicts
- This enhances convert-constants to not flatten dicts completely, but
also generate a so-called association list for t... - 04:45 pm ganeti-local Revision 2af78b97: Expand THH with more functionality for parameters
- This adds two related improvements to THH:
- for parameters, we declare a list with all their fields, so that
Quer... - 04:45 pm ganeti-local Revision da45c352: Add more node-related data types and functions
- This is a simple type declaration for NodeRole, a NdParamObject type
class, and a few related helper functions for no... - 04:45 pm ganeti-local Revision a9310b2f: Fix typo in node role description
- I'd rather not introduce this typo in the Haskell code too, and also
not having them identical is not good.
Signed-o... - 04:45 pm ganeti-local Revision 04dd53a3: Add type classes for common objects
- These mirror the TaggableObject in Python, in the sense that we will
be able to define generic functions for querying... - 04:45 pm ganeti-local Revision 4cbe9bda: Stub query2 call integration into QueryD
- This patch corrects the definitions in Qlang.hs to match what Python
expects on the wire; this means replacing some m... - 04:45 pm Revision 9abbb084: Fix error reporting for bad Luxi arguments in QueryD
- Currently, the query daemon would simply close the connection to the
client without issuing a response, if parsing th... - 04:45 pm Revision 8c957eb3: Extend convert-constants support for dicts
- This enhances convert-constants to not flatten dicts completely, but
also generate a so-called association list for t... - 04:45 pm Revision 2af78b97: Expand THH with more functionality for parameters
- This adds two related improvements to THH:
- for parameters, we declare a list with all their fields, so that
Quer... - 04:45 pm Revision da45c352: Add more node-related data types and functions
- This is a simple type declaration for NodeRole, a NdParamObject type
class, and a few related helper functions for no... - 04:45 pm Revision a9310b2f: Fix typo in node role description
- I'd rather not introduce this typo in the Haskell code too, and also
not having them identical is not good.
Signed-o... - 04:45 pm Revision 04dd53a3: Add type classes for common objects
- These mirror the TaggableObject in Python, in the sense that we will
be able to define generic functions for querying... - 04:45 pm Revision 4cbe9bda: Stub query2 call integration into QueryD
- This patch corrects the definitions in Qlang.hs to match what Python
expects on the wire; this means replacing some m... - 04:45 pm ganeti-local Revision 9abbb084: Fix error reporting for bad Luxi arguments in QueryD
- Currently, the query daemon would simply close the connection to the
client without issuing a response, if parsing th... - 04:44 pm ganeti-local Revision c12a68e2: Improve error reporting in our JSON conversions
- Reporting things such as the following in our error messages
(indentation added by me, not originally present, so it'... - 04:44 pm Revision c12a68e2: Improve error reporting in our JSON conversions
- Reporting things such as the following in our error messages
(indentation added by me, not originally present, so it'... - 03:13 pm ganeti-local Revision 0d0ac025: Cleanup query socket before attempting to bind
- This patch adds a simple function to ensure a socket doesn't exist
before binding to it. Additionally, we cleanup the... - 03:13 pm Revision 0d0ac025: Cleanup query socket before attempting to bind
- This patch adds a simple function to ensure a socket doesn't exist
before binding to it. Additionally, we cleanup the... - 03:13 pm ganeti-local Revision a2160e57: Complete and enable the haskell QueryClusterInfo call
- Since we have now access to all cluster parameters, we can "fill" the
parameters, and can finally enable it in CLI/RA... - 03:13 pm Revision a2160e57: Complete and enable the haskell QueryClusterInfo call
- Since we have now access to all cluster parameters, we can "fill" the
parameters, and can finally enable it in CLI/RA... - 03:13 pm ganeti-local Revision b09cce64: Expand Objects.hs definitions
- This patch adds the missing parameters in the cluster/group objects,
for now as simple maps (dictionaries), without t... - 03:13 pm Revision b09cce64: Expand Objects.hs definitions
- This patch adds the missing parameters in the cluster/group objects,
for now as simple maps (dictionaries), without t... - 03:13 pm ganeti-local Revision adb77e3a: Add a fillDict function
- This is similar to the Python version, objects.py:FillDict.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-b... - 03:13 pm Revision adb77e3a: Add a fillDict function
- This is similar to the Python version, objects.py:FillDict.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-b... - 03:13 pm ganeti-local Revision 14fec9a8: Fix qualified import of Data.Map in QC.hs
- As opposed to all other places in the code, we imported this as
Data.Map, leaving to longer names. Let's make it simi... - 03:13 pm Revision 14fec9a8: Fix qualified import of Data.Map in QC.hs
- As opposed to all other places in the code, we imported this as
Data.Map, leaving to longer names. Let's make it simi... - 03:13 pm ganeti-local Revision 806aa124: Enhance convert-constants list generation
- While looking at the hypervisor types in Constants.hs, I saw that the
'hyperTypes' list is using strings instead of n... - 03:13 pm Revision 806aa124: Enhance convert-constants list generation
- While looking at the hypervisor types in Constants.hs, I saw that the
'hyperTypes' list is using strings instead of n...
08/31/2012
- 01:39 pm ganeti-local Revision 2f9e86d5: Refactor _GetPCIInfo() in cmdlib
- Signed-off-by: Dimitris Aragriorgs <dimara@grnet.gr>
- 01:39 pm ganeti-local Revision c29bbb41: Add logging in case of hotplug
- Signed-off-by: Dimitris Aragriorgs <dimara@grnet.gr>
- 01:39 pm ganeti-local Revision 0bb9ca43: Maintain backwards compatibility in kvm runtime
- Introduce _GenerateKVMBlockDevicesOptions()
In case hotplug is enabled per instance then the runtime file
contains o... - 03:29 am ganeti-local Revision d177a22a: Refactor _GetPCIInfo() in cmdlib
- Signed-off-by: Dimitris Aragriorgs <dimara@grnet.gr>
- 03:29 am Revision d177a22a: Refactor _GetPCIInfo() in cmdlib
- Signed-off-by: Dimitris Aragriorgs <dimara@grnet.gr>
08/30/2012
- 10:31 pm ganeti-local Revision 03f2593b: Refactor _GetPCIInfo() in cmdlib
- Signed-off-by: Dimitris Aragriorgs <dimara@grnet.gr>
- 10:31 pm Revision 03f2593b: Refactor _GetPCIInfo() in cmdlib
- Signed-off-by: Dimitris Aragriorgs <dimara@grnet.gr>
- 10:11 pm Revision 34754279: Add logging in case of hotplug
- Signed-off-by: Dimitris Aragriorgs <dimara@grnet.gr>
- 10:11 pm ganeti-local Revision 34754279: Add logging in case of hotplug
- Signed-off-by: Dimitris Aragriorgs <dimara@grnet.gr>
- 10:04 pm ganeti-local Revision 67ae51ed: Add logging in case of hotplug
- Signed-off-by: Dimitris Aragriorgs <dimara@grnet.gr>
- 10:04 pm Revision 67ae51ed: Add logging in case of hotplug
- Signed-off-by: Dimitris Aragriorgs <dimara@grnet.gr>
- 09:15 pm ganeti-local Revision 61f46231: Maintain backwards compatibility in kvm runtime
- Introduce _GenerateKVMBlockDevicesOptions()
In case hotplug is enabled per instance then the runtime file
contains o... - 09:15 pm Revision 61f46231: Maintain backwards compatibility in kvm runtime
- Introduce _GenerateKVMBlockDevicesOptions()
In case hotplug is enabled per instance then the runtime file
contains o... - 09:15 pm Revision 644e5023: Maintain backwards compatibility in kvm runtime
- Introduce _GenerateKVMBlockDevicesOptions()
In case hotplug is enabled per instance then the runtime file
contains o... - 09:15 pm ganeti-local Revision 644e5023: Maintain backwards compatibility in kvm runtime
- Introduce _GenerateKVMBlockDevicesOptions()
In case hotplug is enabled per instance then the runtime file
contains o... - 08:52 pm Revision 62bb2d7b: Edit changelog version
- Signed-off-by: Dimitris Aragriorgs <dimara@grnet.gr>
08/28/2012
- 06:32 pm ganeti-local Revision 998b6f8b: Add two confd library tests
- These test that we encode requests correctly and decode good messages,
that a message with a too old/new timestamp is... - 06:32 pm Revision 998b6f8b: Add two confd library tests
- These test that we encode requests correctly and decode good messages,
that a message with a too old/new timestamp is... - 06:16 pm ganeti-local Revision 62377cf5: Reduce some more code duplication and split code
- The Qlang module defines ResultStatus, but it was already defined in
Ganeti/Luxi.hs; let's remove the duplicate defin... - 06:16 pm Revision 62377cf5: Reduce some more code duplication and split code
- The Qlang module defines ResultStatus, but it was already defined in
Ganeti/Luxi.hs; let's remove the duplicate defin... - 06:04 pm ganeti-local Revision 0384c457: Add test for checking Haskell/Python opcode equivalence
- This is a very big hack for testing the equivalence of Python and
Haskell opcode definitions. See the docstring for d... - 06:04 pm Revision 0384c457: Add test for checking Haskell/Python opcode equivalence
- This is a very big hack for testing the equivalence of Python and
Haskell opcode definitions. See the docstring for d... - 06:04 pm ganeti-local Revision 4a1dc2bf: Create a custom type for disk indices
- While (again) trying to test Python/Haskell encoding interoperability,
I found another bug: the disk index is declare... - 06:04 pm Revision 4a1dc2bf: Create a custom type for disk indices
- While (again) trying to test Python/Haskell encoding interoperability,
I found another bug: the disk index is declare... - 06:04 pm ganeti-local Revision f2f06e2e: Handle better 'null' values in optional fields
- While testing Haskell⇔Python interoperability for opcode
serialisation, I found this bug: the Haskell code doesn't tr... - 06:04 pm Revision f2f06e2e: Handle better 'null' values in optional fields
- While testing Haskell⇔Python interoperability for opcode
serialisation, I found this bug: the Haskell code doesn't tr... - 06:04 pm ganeti-local Revision 9990c068: Add test case for OpCode list equivalence
- For now, we only test that we don't define extra opcodes in the
Haskell code; once we have parity, we can enable the ... - 06:04 pm Revision 9990c068: Add test case for OpCode list equivalence
- For now, we only test that we don't define extra opcodes in the
Haskell code; once we have parity, we can enable the ... - 06:04 pm ganeti-local Revision 60f7f6a4: Add infrastructure for reading Python command output
- This will be used in the future to make tests/assertions for
Python/Haskell codebase equivalence (e.g. checking that ... - 06:04 pm Revision 60f7f6a4: Add infrastructure for reading Python command output
- This will be used in the future to make tests/assertions for
Python/Haskell codebase equivalence (e.g. checking that ... - 06:04 pm ganeti-local Revision 6dd92942: QCHelper: add support for defining HUnit test cases
- This will allow us to use exactly the same method as for defining and
using QuickCheck properties. The differentiatio... - 06:04 pm Revision 6dd92942: QCHelper: add support for defining HUnit test cases
- This will allow us to use exactly the same method as for defining and
using QuickCheck properties. The differentiatio... - 06:04 pm ganeti-local Revision 2c4eb054: Rename tests for nicer names in test output
- With the change to test-framework, where individual tests are listed,
QCHelper tries to remove a "prop_$group_" prefi... - 06:04 pm Revision 2c4eb054: Rename tests for nicer names in test output
- With the change to test-framework, where individual tests are listed,
QCHelper tries to remove a "prop_$group_" prefi... - 06:03 pm ganeti-local Revision 95f6c931: Switch Haskell test harness to test-framework
- This patch replaces our home-grown, and quite limited, test runner
infrastructure with test-framework
(http://batters... - 06:03 pm Revision 95f6c931: Switch Haskell test harness to test-framework
- This patch replaces our home-grown, and quite limited, test runner
infrastructure with test-framework
(http://batters... - 06:03 pm ganeti-local Revision a03b2e1c: Simplify the Luxi client-server test
- Since now we have the recvMsgExt, we can remove the handleEOF
function.
Signed-off-by: Iustin Pop <iustin@google.com... - 06:03 pm Revision a03b2e1c: Simplify the Luxi client-server test
- Since now we have the recvMsgExt, we can remove the handleEOF
function.
Signed-off-by: Iustin Pop <iustin@google.com... - 06:03 pm ganeti-local Revision a23643ee: Fix bug in the Luxi client-server test
- We didn't close the server correctly, so for test sizes bigger than
the max-open-files ulimit, the tests were failing... - 06:03 pm Revision a23643ee: Fix bug in the Luxi client-server test
- We didn't close the server correctly, so for test sizes bigger than
the max-open-files ulimit, the tests were failing... - 06:03 pm ganeti-local Revision 12e8358c: TH: one style fix and more docstrings
- We were missing many docstrings in THH.hs, so let's add at least some
of them, and fix some unquoted '/'. Additionall... - 06:03 pm Revision 12e8358c: TH: one style fix and more docstrings
- We were missing many docstrings in THH.hs, so let's add at least some
of them, and fix some unquoted '/'. Additionall... - 06:03 pm ganeti-local Revision a583ec5d: OpCodes: build and export a list of all opcodes
- This can be used for cross-checking with the Python code for
consistency on defined opcodes.
Signed-off-by: Iustin P... - 06:03 pm Revision a583ec5d: OpCodes: build and export a list of all opcodes
- This can be used for cross-checking with the Python code for
consistency on defined opcodes.
Signed-off-by: Iustin P... - 06:03 pm ganeti-local Revision 94518cdb: TH: Abstract function for computing constructor names
- We'll need this in another place shortly, so let's abstract it and add
proper verification of whether we were passed ... - 06:03 pm Revision 94518cdb: TH: Abstract function for computing constructor names
- We'll need this in another place shortly, so let's abstract it and add
proper verification of whether we were passed ... - 06:02 pm ganeti-local Revision f2374060: Enable tags query over the query socket
- This patch adds the tags field to the objects which were missing it
(all except Cluster), implements handling the Lux... - 06:02 pm Revision f2374060: Enable tags query over the query socket
- This patch adds the tags field to the objects which were missing it
(all except Cluster), implements handling the Lux... - 06:02 pm ganeti-local Revision cebd85d8: Switch RAPI to use same tags listing as CLI
- Currently, RAPI uses queries (as in QueryNode with field tags) for
getting the tags, whereas the CLI uses the QueryTa... - 06:02 pm Revision cebd85d8: Switch RAPI to use same tags listing as CLI
- Currently, RAPI uses queries (as in QueryNode with field tags) for
getting the tags, whereas the CLI uses the QueryTa... - 06:01 pm ganeti-local Revision 4cd428db: Config.hs: Add a function to lookup group
- Like in the python code, this is a bit more complex since groups are
indexed by UUID, so we must fallback to lookup v... - 06:01 pm Revision 4cd428db: Config.hs: Add a function to lookup group
- Like in the python code, this is a bit more complex since groups are
indexed by UUID, so we must fallback to lookup v... - 06:01 pm ganeti-local Revision a9ccc950: Add a Functor instance for our Result type
- This will allow us to use the simpler applicative form (<$>, <*>)
instead of monadic liftM, liftM2, etc.
Signed-off-... - 06:01 pm Revision a9ccc950: Add a Functor instance for our Result type
- This will allow us to use the simpler applicative form (<$>, <*>)
instead of monadic liftM, liftM2, etc.
Signed-off-... - 06:01 pm ganeti-local Revision be747966: Change the Luxi tags kind from String to a custom type
- This will allow safer code when we implement the tags query.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-... - 06:01 pm Revision be747966: Change the Luxi tags kind from String to a custom type
- This will allow safer code when we implement the tags query.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-... - 06:00 pm ganeti-local Revision 8a9ee1e9: Remove obsolete QrViaLuxi type
- The actual query definitions are now in Qlang.hs, so let's use the
ItemType from there instead of luxi-defined type (... - 06:00 pm Revision 8a9ee1e9: Remove obsolete QrViaLuxi type
- The actual query definitions are now in Qlang.hs, so let's use the
ItemType from there instead of luxi-defined type (... - 06:00 pm ganeti-local Revision 303bc802: Implement support for query only clients in Rapi
- This implements the same query=True|False functionality as in
GetClient for cli.py, however since the RAPI code is mu... - 06:00 pm Revision 303bc802: Implement support for query only clients in Rapi
- This implements the same query=True|False functionality as in
GetClient for cli.py, however since the RAPI code is mu... - 06:00 pm ganeti-local Revision 42ab9ac4: Add configure-time switch for split queries
- And expand cli.GetClient() to allow opening the query socket, instead
of the main master socket.
Finally, enable the... - 06:00 pm Revision 42ab9ac4: Add configure-time switch for split queries
- And expand cli.GetClient() to allow opening the query socket, instead
of the main master socket.
Finally, enable the... - 06:00 pm ganeti-local Revision 4b71f30c: Remove obsolete conversion function for Luxi TH
- Due to the (now removed) custom filter field, we needed a conversion
function. Since now that field is gone, we can m... - 06:00 pm Revision 4b71f30c: Remove obsolete conversion function for Luxi TH
- Due to the (now removed) custom filter field, we needed a conversion
function. Since now that field is gone, we can m... - 06:00 pm ganeti-local Revision dc6a0f82: Rename Query2.hs to Qlang.hs
- While starting to use the new filter types, I realised that what is
currently implemented is the equivalent of `lib/q... - 06:00 pm Revision dc6a0f82: Rename Query2.hs to Qlang.hs
- While starting to use the new filter types, I realised that what is
currently implemented is the equivalent of `lib/q... - 06:00 pm ganeti-local Revision 9a94c848: Switch Luxi Query operation to use a proper filter
- Until now, since we didn't have a proper type for the encoded query
filters, we were ignoring the filters and handled... - 06:00 pm Revision 9a94c848: Switch Luxi Query operation to use a proper filter
- Until now, since we didn't have a proper type for the encoded query
filters, we were ignoring the filters and handled... - 06:00 pm ganeti-local Revision e8a25d62: Implement Query2 filter JSON (de)serialisation
- This adds support for encoding/decoding Query2 filters to/from JSON,
in (hopefully) the same format as the Python cod... - 06:00 pm Revision e8a25d62: Implement Query2 filter JSON (de)serialisation
- This adds support for encoding/decoding Query2 filters to/from JSON,
in (hopefully) the same format as the Python cod... - 06:00 pm ganeti-local Revision 31d1d442: convert-constants: also export qlang.py constants
- Since these will be needed for Haskell's implementation of query2.
Signed-off-by: Iustin Pop <iustin@google.com>
Rev... - 06:00 pm Revision 31d1d442: convert-constants: also export qlang.py constants
- Since these will be needed for Haskell's implementation of query2.
Signed-off-by: Iustin Pop <iustin@google.com>
Rev... - 05:59 pm ganeti-local Revision 2cdaf225: Re-enable standard hlint warnings
- Commit 5a1e31b4 (Add infrastructure for, and two extra hlint rules)
was intended to add two *extra* hlint rules, but ... - 05:59 pm Revision 2cdaf225: Re-enable standard hlint warnings
- Commit 5a1e31b4 (Add infrastructure for, and two extra hlint rules)
was intended to add two *extra* hlint rules, but ... - 05:59 pm ganeti-local Revision 1bf11fff: Run the query thread from confd
- This enables the query functionality in confd.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Agata Mura... - 05:59 pm Revision 1bf11fff: Run the query thread from confd
- This enables the query functionality in confd.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Agata Mura... - 05:59 pm ganeti-local Revision 25b54de0: Initial query daemon implementation
- This is just a new module that exports a runQueryD function, that can
be imported to run a separate thread handling t... - 05:59 pm Revision 25b54de0: Initial query daemon implementation
- This is just a new module that exports a runQueryD function, that can
be imported to run a separate thread handling t... - 05:59 pm ganeti-local Revision 0aff2293: Enhance the Luxi interface implementation
- This makes the implementation a bit nicer for both for server and
client side: we add a wrapper function with a bette... - 05:59 pm Revision 0aff2293: Enhance the Luxi interface implementation
- This makes the implementation a bit nicer for both for server and
client side: we add a wrapper function with a bette... - 05:59 pm ganeti-local Revision 7514fe92: Add Objects definitions for the ispec/ipolicy types
- Note that since we don't have yet a way to nicely handle two-level
optional parameters, the Filled/Partial types and ... - 05:59 pm Revision 7514fe92: Add Objects definitions for the ispec/ipolicy types
- Note that since we don't have yet a way to nicely handle two-level
optional parameters, the Filled/Partial types and ... - 05:59 pm ganeti-local Revision a957e150: Improve Objects.hs definitions
- This adds a few missing/incomplete definitions. We're still missing
the special parameters (disk params, hvparams, os... - 05:59 pm Revision a957e150: Improve Objects.hs definitions
- This adds a few missing/incomplete definitions. We're still missing
the special parameters (disk params, hvparams, os... - 05:59 pm ganeti-local Revision d5a93a80: Remove container field special cases
- Since we now handle Containers uniformly, we can remove all traces of
the special handling for this field type.
Sign... - 05:59 pm Revision d5a93a80: Remove container field special cases
- Since we now handle Containers uniformly, we can remove all traces of
the special handling for this field type.
Sign... - 05:59 pm ganeti-local Revision 84835174: Improve the TH 'Container' type
- This is the first part of the changes related to the 'Container' type.
We currently handle this type as follows: it'... - 05:59 pm Revision 84835174: Improve the TH 'Container' type
- This is the first part of the changes related to the 'Container' type.
We currently handle this type as follows: it'... - 05:59 pm ganeti-local Revision d8cb8e13: Improve TH local variables naming
- This patch addresses two issues with our TH code:
- using non-unique names (e.g. "std" for a local name, instead of
... - 05:59 pm Revision d8cb8e13: Improve TH local variables naming
- This patch addresses two issues with our TH code:
- using non-unique names (e.g. "std" for a local name, instead of
... - 05:58 pm ganeti-local Revision 02cccecd: Expand TH with tags field
- Also add this new field and the other generic fields to the cluster
object.
Signed-off-by: Iustin Pop <iustin@google... - 05:58 pm Revision 02cccecd: Expand TH with tags field
- Also add this new field and the other generic fields to the cluster
object.
Signed-off-by: Iustin Pop <iustin@google... - 05:58 pm ganeti-local Revision 988da36e: Add new definition for query socket
- This is not used yet, but is helpful when developing the Luxi endpoint
for hconfd.
Signed-off-by: Iustin Pop <iustin... - 05:58 pm Revision 988da36e: Add new definition for query socket
- This is not used yet, but is helpful when developing the Luxi endpoint
for hconfd.
Signed-off-by: Iustin Pop <iustin... - 12:56 pm ganeti-local Revision 66f74cae: Simple QC tests for RPC calls
- Right now we're only able to test if when a node is offline, the call
fails with an appropriate errror.
Signed-off-b... - 12:56 pm Revision 66f74cae: Simple QC tests for RPC calls
- Right now we're only able to test if when a node is offline, the call
fails with an appropriate errror.
Signed-off-b... - 12:56 pm ganeti-local Revision dc623a95: Implementation of NodeInfo call and result
- node_info call takes hypervisors and vgs to ask for information about
node and returns bootid and results from hyperv... - 12:56 pm ganeti-local Revision c1c5aab1: Implementation of InstanceList call and result
- instance_list call takes a list of hypervisors and returns a list
of running instances.
Signed-off-by: Agata Murawsk... - 12:56 pm ganeti-local Revision 96dad12d: Implementation of AllInstancesInfo call and result
- all_instances_info call takes a list of hypervisors and returns a list
of (name, memory, state, vcpus, time) - one el... - 12:56 pm ganeti-local Revision eaed5f19: Infrastructure to execute RPC calls
- Prepare and execute RPC call, prepare result for the call. These
procedures are generic in the sense that they only r... - 12:56 pm ganeti-local Revision d4709cce: Datatypes for haskell RPC calls
- We introduce typeclasses for RPC call and result and create a typeclass
that binds the two together. For that we need... - 12:56 pm Revision dc623a95: Implementation of NodeInfo call and result
- node_info call takes hypervisors and vgs to ask for information about
node and returns bootid and results from hyperv... - 12:56 pm Revision c1c5aab1: Implementation of InstanceList call and result
- instance_list call takes a list of hypervisors and returns a list
of running instances.
Signed-off-by: Agata Murawsk... - 12:56 pm Revision 96dad12d: Implementation of AllInstancesInfo call and result
- all_instances_info call takes a list of hypervisors and returns a list
of (name, memory, state, vcpus, time) - one el... - 12:56 pm Revision eaed5f19: Infrastructure to execute RPC calls
- Prepare and execute RPC call, prepare result for the call. These
procedures are generic in the sense that they only r... - 12:56 pm Revision d4709cce: Datatypes for haskell RPC calls
- We introduce typeclasses for RPC call and result and create a typeclass
that binds the two together. For that we need... - 12:56 pm ganeti-local Revision c4f65a0e: Add Hypervisor and start exporting AdminState
- Very simple Hypervisor object, that we want to pass in some of RPC
calls is added. We also export AdminState data typ... - 12:56 pm ganeti-local Revision 2ff587d4: Move necessary constants from rpc & rpc_defs to constants
- As timeout constants will now be used also on Haskell side, they have
been moved from rpc_defs and rpc to constants. ... - 12:56 pm Revision c4f65a0e: Add Hypervisor and start exporting AdminState
- Very simple Hypervisor object, that we want to pass in some of RPC
calls is added. We also export AdminState data typ... - 12:56 pm Revision 2ff587d4: Move necessary constants from rpc & rpc_defs to constants
- As timeout constants will now be used also on Haskell side, they have
been moved from rpc_defs and rpc to constants. ...
08/27/2012
- 05:18 pm ganeti-local Revision 951accad: Merge branch 'devel-2.6'
- * devel-2.6:
Make stable-2.6 compatible with newer pep8
Fix computation of disk sizes in _ComputeDiskSize
Add v... - 05:18 pm Revision 951accad: Merge branch 'devel-2.6'
- * devel-2.6:
Make stable-2.6 compatible with newer pep8
Fix computation of disk sizes in _ComputeDiskSize
Add v... - 05:15 pm ganeti-local Revision b5df6331: Merge branch 'stable-2.6' into devel-2.6
- * stable-2.6:
Make stable-2.6 compatible with newer pep8
Fix computation of disk sizes in _ComputeDiskSize
Add ... - 05:15 pm Revision b5df6331: Merge branch 'stable-2.6' into devel-2.6
- * stable-2.6:
Make stable-2.6 compatible with newer pep8
Fix computation of disk sizes in _ComputeDiskSize
Add ... - 05:05 pm ganeti-local Revision 2fefc557: Make stable-2.6 compatible with newer pep8
- This is done so that all current branches can run with newer pep8;
note that instead of fixing the problems (like I d... - 05:05 pm Revision 2fefc557: Make stable-2.6 compatible with newer pep8
- This is done so that all current branches can run with newer pep8;
note that instead of fixing the problems (like I d...
08/24/2012
- 05:55 pm ganeti-local Revision 5d0389dd: More descriptive Constants.hs header
- Signed-off-by: Agata Murawska <agatamurawska@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 05:55 pm Revision 5d0389dd: More descriptive Constants.hs header
- Signed-off-by: Agata Murawska <agatamurawska@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
08/23/2012
- 02:41 pm ganeti-local Revision 5ae4945a: Bump pep8 version to 1.2
- Debian Wheezy will ship with this version, and it has many improved checks compared to 0.6, so let's:
- bump version... - 02:41 pm Revision 5ae4945a: Bump pep8 version to 1.2
- Debian Wheezy will ship with this version, and it has many improved checks compared to 0.6, so let's:
- bump version... - 11:44 am Revision 1df4d430: Change node parameter oob_program to VTYPE_STRING
- Since this is an inheritable parameter, having it as a MABYE_STRING
creates only problems (per our derivation rules).... - 11:44 am ganeti-local Revision 1df4d430: Change node parameter oob_program to VTYPE_STRING
- Since this is an inheritable parameter, having it as a MABYE_STRING
creates only problems (per our derivation rules).... - 11:17 am Revision 86a10419: Change changelog to 2.6.0rc3+grnet-1
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 11:17 am Revision c1561e21: Add --with-extstorage-search-path
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 11:17 am Revision 1d3f56d9: Import debian/control from google debian branch
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 11:17 am Revision c34456da: Make gbp functional
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 11:17 am Revision 9dfd0f01: Add ganeti2 in Provides, Conflicts, Replaces
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 11:17 am Revision 98792b75: Add hcheck man1 page
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 11:17 am Revision 632d38c8: Add hinfo man1 page
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 11:17 am Revision 3152e695: Add `fping' as a package dependency
- fping is needed to correctly handle master ip activation/deactivation
Signed-off-by: Constantinos Venetsanopoulos <c... - 11:17 am Revision e2d4f5ce: Changes to make gitbuildpackage functional
- Change debian/changelog.
Include vcs-version (remove it from .gitignore)
Signed-off-by: Dimitris Aragiorgis <dimara@... - 11:17 am Revision cea1cc5b: Add fdsend dependecy in debian/control
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 11:17 am Revision b79cba43: Modify debian files
- Bump 2.6.0~beta1 version in changelog
Add ganeti-htools in Provides, Conflicts, Replaces in control file
Signed-off-... - 11:17 am Revision 9c6e1102: Initial debian packaging for Ganeti 2.5.*
- Signed-off-by: Constantinos Venetsanopoulos <cven@grnet.gr>
08/22/2012
- 06:38 pm Revision 258ebfa7: Add debian tree
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 06:11 pm ganeti-local Revision b02615b4: cfupgrade for removing oldstyle hotplug info
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 06:11 pm Revision b02615b4: cfupgrade for removing oldstyle hotplug info
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 06:11 pm ganeti-local Revision f6c5e64f: Use base64 format in network reservations slots
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 06:11 pm Revision f6c5e64f: Use base64 format in network reservations slots
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 06:08 pm ganeti-local Revision c54ec0dc: Merge branch 'stable-esi'
- Conflicts:
Makefile.am
lib/cli.py
lib/client/gnt_instance.py
lib/cmdlib.py
lib/constants.py
lib/opcodes.py
Sig... - 06:08 pm Revision c54ec0dc: Merge branch 'stable-esi'
- Conflicts:
Makefile.am
lib/cli.py
lib/client/gnt_instance.py
lib/cmdlib.py
lib/constants.py
lib/opcodes.py
Sig... - 05:40 pm ganeti-local Revision 7c88c7af: Add external storage interface related man pages
- * ganeti-extstorage-interface man page
* gnt-storage man page
Signed-off-by: Constantinos Venetsanopoulos <cven@grn... - 05:40 pm Revision 7c88c7af: Add external storage interface related man pages
- * ganeti-extstorage-interface man page
* gnt-storage man page
Signed-off-by: Constantinos Venetsanopoulos <cven@grn... - 05:39 pm ganeti-local Revision 11d36c2e: Initial ExtStorage support in htools
- 05:39 pm Revision 11d36c2e: Initial ExtStorage support in htools
- 05:39 pm ganeti-local Revision 9bcef16f: 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... - 05:39 pm Revision 9bcef16f: 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... - 05:37 pm Revision eeb1560f: Hotplug: cmdlib support
- Hotplugging is done by functions invoked by ApplyContainerMods(). In
order hotplugging to take place a --hotplug opt... - 05:37 pm Revision 064934eb: Hotplug: client support
- Add --hotplug option.
Only used by OpInstanceCreate()/OpInstanceSetParams.
Signed-off-by: Dimitris Aragiorgis <dimar... - 05:37 pm Revision 38de140e: Hotplug: KVM support
- KVM >= 1.0 is needed.
Introduce new methods: HotAddNic/HotDelNic
Both qemu monitor interface for hotplugging. If a ... - 05:37 pm Revision 64196c78: Hotplug: rpc support
- Introduce new RPCs that eventually invoke hypervisor specific
hotplug functions.
Signed-off-by: Dimitris Aragiorgis ... - 05:36 pm Revision 611b2e19: Hotplug: modifications/additions in objects.py
- Introduce new HotplugInfo object as part of Instance object.
hotplug_info { 'nics': 0, 'disks': 0, 'pci_pool': [16, ... - 05:34 pm ganeti-local Revision 47aaeaff: Add --allow-arbit-params to gnt-instance modify
- Signed-off-by: Constantinos Venetsanopoulos <cven@grnet.gr>
- 05:34 pm Revision 47aaeaff: Add --allow-arbit-params to gnt-instance modify
- Signed-off-by: Constantinos Venetsanopoulos <cven@grnet.gr>
- 05:34 pm ganeti-local Revision e74f6291: 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... - 05:34 pm Revision e74f6291: 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... - 05:33 pm ganeti-local Revision 868eab67: Implement the External Storage Interface
- With this commit we introduce the External Storage Interface
to Ganeti, abbreviated: ExtStorage Interface.
The ExtSt... - 05:33 pm Revision 868eab67: Implement the External Storage Interface
- With this commit we introduce the External Storage Interface
to Ganeti, abbreviated: ExtStorage Interface.
The ExtSt... - 05:30 pm ganeti-local Revision f9a1f3eb: Update the shared storage design document
- Update the shared storage design document to reflect the current
changes, after the implementation of the ExtStorage ... - 05:30 pm Revision f9a1f3eb: Update the shared storage design document
- Update the shared storage design document to reflect the current
changes, after the implementation of the ExtStorage ... - 05:22 pm ganeti-local Revision a5e58089: Merge branch 'stable-hotplug'
- Conflicts:
lib/cli.py
lib/client/gnt_instance.py
lib/cmdlib.py
lib/objects.py
lib/opcodes.py
lib/rpc.py
Signed... - 05:22 pm Revision a5e58089: Merge branch 'stable-hotplug'
- Conflicts:
lib/cli.py
lib/client/gnt_instance.py
lib/cmdlib.py
lib/objects.py
lib/opcodes.py
lib/rpc.py
Signed... - 05:13 pm ganeti-local Revision 50fab955: Hotplug: client support
- Add --hotplug option.
Only used by OpInstanceCreate()/OpInstanceSetParams.
Signed-off-by: Dimitris Aragiorgis <dimar... - 05:13 pm Revision 50fab955: Hotplug: client support
- Add --hotplug option.
Only used by OpInstanceCreate()/OpInstanceSetParams.
Signed-off-by: Dimitris Aragiorgis <dimar... - 05:13 pm ganeti-local Revision 9ac60360: Hotplug: cmdlib support
- Hotplugging is done by functions invoked by ApplyContainerMods(). In
order hotplugging to take place a --hotplug opt... - 05:13 pm Revision 9ac60360: Hotplug: cmdlib support
- Hotplugging is done by functions invoked by ApplyContainerMods(). In
order hotplugging to take place a --hotplug opt... - 05:13 pm ganeti-local Revision 5ed75b63: Hoplug: rpc support
- Introduce new RPCs that eventually invoke hypervisor specific
hotplug functions.
Signed-off-by: Dimitris Aragiorgis ... - 05:13 pm Revision 5ed75b63: Hoplug: rpc support
- Introduce new RPCs that eventually invoke hypervisor specific
hotplug functions.
Signed-off-by: Dimitris Aragiorgis ... - 05:13 pm ganeti-local Revision 1642a1d0: Hotplug: KVM support
- KVM >= 1.0 is needed.
Introduce new methods: HotAddNic/HotDelNic
Both qemu monitor interface for hotplugging. If a ... - 05:13 pm Revision 1642a1d0: Hotplug: KVM support
- KVM >= 1.0 is needed.
Introduce new methods: HotAddNic/HotDelNic
Both qemu monitor interface for hotplugging. If a ... - 05:12 pm ganeti-local Revision 41a1df34: Hoplug: objects modifications/additions
- Introduce new HotplugInfo object as part of Instance object.
hotplug_info { 'nics': 0, 'disks': 0, 'pci_pool': [16, ... - 05:12 pm Revision 41a1df34: Hoplug: objects modifications/additions
- Introduce new HotplugInfo object as part of Instance object.
hotplug_info { 'nics': 0, 'disks': 0, 'pci_pool': [16, ... - 05:11 pm ganeti-local Revision a8740a25: Add tags in network objects
- Support:
- gnt-network add --tags.
- gnt-network list-tags/add-tags/remove-tags/.
- gnt-network list -o +tags
Sig... - 05:11 pm Revision a8740a25: Add tags in network objects
- Support:
- gnt-network add --tags.
- gnt-network list-tags/add-tags/remove-tags/.
- gnt-network list -o +tags
Sig... - 05:11 pm ganeti-local Revision 5fb92325: Change default fields for network listing
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 05:11 pm ganeti-local Revision 66c844a3: Pass detailed network info in hooks
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 05:11 pm ganeti-local Revision 8c4771b1: 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 ... - 05:11 pm Revision 8c4771b1: 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 ... - 05:11 pm Revision 66c844a3: Pass detailed network info in hooks
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 05:11 pm Revision 5fb92325: Change default fields for network listing
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 05:11 pm ganeti-local Revision db465855: cfgupgrade for networks
- Add networks slot in config data.
Add networks slot in nodegroups.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> - 05:11 pm ganeti-local Revision 24ea7a54: Use network's mac prefix
- Modify existing GenerateMAC so that it takes network as an argument.
Substitute _GenerateOneMAC with a decorator _Ge... - 05:11 pm ganeti-local Revision c2c9ce98: Include networks in Makefile and bash completion
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 05:11 pm ganeti-local Revision cca3867d: Add gnt-network man page
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 05:11 pm Revision cca3867d: Add gnt-network man page
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 05:11 pm Revision c2c9ce98: Include networks in Makefile and bash completion
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 05:11 pm Revision 24ea7a54: Use network's mac prefix
- Modify existing GenerateMAC so that it takes network as an argument.
Substitute _GenerateOneMAC with a decorator _Ge... - 05:11 pm Revision db465855: cfgupgrade for networks
- Add networks slot in config data.
Add networks slot in nodegroups.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> - 05:11 pm ganeti-local Revision a833cd23: Rapi support for networks
- Support:
- GetNetwork(s)
- CreateNetwork
- ConnectNetwork
- DisconnectNetwork
- RemoveNetwork
Signed-off-by: Di... - 05:11 pm ganeti-local Revision c18bf8b2: ss_conf support for networks
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 05:11 pm ganeti-local Revision f5422b71: Introduce client support for networks
- gnt-network is used to manipulate and handle networks that
currently provides the following operations:
* Add a new... - 05:11 pm ganeti-local Revision 24a6bd31: Modify instance client to support networks
- Add --no-conflicts-check option.
Modify instance query methods to return nic's network info.
Signed-off-by: Dimitris... - 05:11 pm Revision 24a6bd31: Modify instance client to support networks
- Add --no-conflicts-check option.
Modify instance query methods to return nic's network info.
Signed-off-by: Dimitris... - 05:11 pm Revision f5422b71: Introduce client support for networks
- gnt-network is used to manipulate and handle networks that
currently provides the following operations:
* Add a new... - 05:11 pm Revision c18bf8b2: ss_conf support for networks
- Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
- 05:11 pm Revision a833cd23: Rapi support for networks
- Support:
- GetNetwork(s)
- CreateNetwork
- ConnectNetwork
- DisconnectNetwork
- RemoveNetwork
Signed-off-by: Di... - 05:11 pm ganeti-local Revision d45473fb: Peripheral changes for networks
- Specifically:
* export a new environment variable for the gnt-os-interface
* export a new environment variable for ... - 05:11 pm ganeti-local Revision 100c6d1a: Modify LUInstanceSetParams() to support networks
- Keep backwards compatibility just like LUInstanceCreate() and
support network parameter for NIC object.
Add ec_id ar... - 05:11 pm ganeti-local Revision a11b8875: Modify RemoveInstance() to support networks
- Release any IPs held the instance before actually removing.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> - 05:11 pm Revision a11b8875: Modify RemoveInstance() to support networks
- Release any IPs held the instance before actually removing.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> - 05:11 pm Revision 100c6d1a: Modify LUInstanceSetParams() to support networks
- Keep backwards compatibility just like LUInstanceCreate() and
support network parameter for NIC object.
Add ec_id ar... - 05:11 pm Revision d45473fb: Peripheral changes for networks
- Specifically:
* export a new environment variable for the gnt-os-interface
* export a new environment variable for ... - 05:11 pm ganeti-local Revision f70bcabc: Modify LUInstanceCreate to support networks
- Implement backend support, to export the IP pool management
functionality to the clients. When the new NIC parameter ... - 05:11 pm ganeti-local Revision 0ca10882: Config methods for reserving/releasing IPs
- Use TemporaryReservationManager for IP handling to ensure
config data consistency.
Implement:
- methods for reservi... - 05:11 pm ganeti-local Revision 9870dce9: Implement network/nodegroup mappings
- LUNetworkConnect() connects a network to a nodegroup and defines
its netparams (mode and link). Specifically:
* Chec... - 05:11 pm ganeti-local Revision d0af39c0: Implement LUNetworkSetParams
- Support modifying all network parameters except for network (ip range)
Cannot modify gateway and reserved ips at the ... - 05:11 pm Revision d0af39c0: Implement LUNetworkSetParams
- Support modifying all network parameters except for network (ip range)
Cannot modify gateway and reserved ips at the ... - 05:11 pm Revision 9870dce9: Implement network/nodegroup mappings
- LUNetworkConnect() connects a network to a nodegroup and defines
its netparams (mode and link). Specifically:
* Chec... - 05:11 pm Revision 0ca10882: Config methods for reserving/releasing IPs
- Use TemporaryReservationManager for IP handling to ensure
config data consistency.
Implement:
- methods for reservi... - 05:11 pm Revision f70bcabc: Modify LUInstanceCreate to support networks
- Implement backend support, to export the IP pool management
functionality to the clients. When the new NIC parameter ... - 05:11 pm ganeti-local Revision 7eb01378: Implement LUNetworkQuery
- Summarily list all existing networks
Supply detailed info for every existing network
- List used/free IPs
- List in... - 05:11 pm ganeti-local Revision f2837050: Basic IP pool management logic
- Implement LUs for corresponding opcodes:
* LUNetworkAdd:
- Check for IP validity
- Reserves all necessary IPs
... - 05:11 pm ganeti-local Revision 8e5f43b1: Introduce new module for IP pool management
- Add new library module lib/network.py.
Introduce new class: AddressPool.
AddressPool implements all operations neede... - 05:11 pm Revision 8e5f43b1: Introduce new module for IP pool management
- Add new library module lib/network.py.
Introduce new class: AddressPool.
AddressPool implements all operations neede... - 05:11 pm Revision f2837050: Basic IP pool management logic
- Implement LUs for corresponding opcodes:
* LUNetworkAdd:
- Check for IP validity
- Reserves all necessary IPs
... - 05:11 pm Revision 7eb01378: Implement LUNetworkQuery
- Summarily list all existing networks
Supply detailed info for every existing network
- List used/free IPs
- List in... - 05:11 pm ganeti-local Revision f4f36cf3: IP pool related objects, opcodes and constants
- Config objects:
* Introduce L{Network} with
- IPv4 network field (mandatory)
- IPv4 gateway, IPv6 (network/gatew... - 05:11 pm Revision f4f36cf3: IP pool related objects, opcodes and constants
- Config objects:
* Introduce L{Network} with
- IPv4 network field (mandatory)
- IPv4 gateway, IPv6 (network/gatew... - 03:18 pm ganeti-local Revision 6a3166cb: Fix computation of disk sizes in _ComputeDiskSize
- Currently, hail fails with FailDisk when trying to add an instance
of type: 'file', 'sharedfile' and 'rbd'.
This is ... - 03:18 pm Revision 6a3166cb: Fix computation of disk sizes in _ComputeDiskSize
- Currently, hail fails with FailDisk when trying to add an instance
of type: 'file', 'sharedfile' and 'rbd'.
This is ...
08/15/2012
- 12:59 pm ganeti-local Revision f08e5132: Add verification of RPC results in _WipeDisks
- Due to an oversight, the pause/resume sync RPC calls in _WipeDisks
lack the verification of the overall RPC status, a... - 12:59 pm Revision f08e5132: Add verification of RPC results in _WipeDisks
- Due to an oversight, the pause/resume sync RPC calls in _WipeDisks
lack the verification of the overall RPC status, a...
08/14/2012
- 12:13 pm ganeti-local Revision 4e27516b: Adding design doc for bulk instance create
- This is the design doc for the bulk instance creation. You can more
details in the doc itself.
Signed-off-by: René N... - 12:13 pm Revision 4e27516b: Adding design doc for bulk instance create
- This is the design doc for the bulk instance creation. You can more
details in the doc itself.
Signed-off-by: René N...
Also available in: Atom