Support IPv6 cluster init
[ganeti-local] / lib /
2010-08-19 Manuel FranceschiniSupport IPv6 cluster init
2010-08-19 Manuel FranceschiniAdd primary_ip_family to ssconf
2010-08-19 Manuel FranceschiniAdd new cluster parameter primary_ip_version
2010-08-19 Manuel Franceschininetutils: make re class attribute and catch IndexError
2010-08-18 Guido TrotterMerge branch 'devel-2.2'
2010-08-18 Guido TrotterMerge branch 'devel-2.1' into devel-2.2
2010-08-18 Manuel FranceschiniFix some small newline style issues
2010-08-18 Michael HanselmannRAPI client: Support modifying instances
2010-08-18 Michael HanselmannRAPI: Allow modifying instance
2010-08-18 Michael Hanselmanngnt-debug: Extend job queue tests
2010-08-18 Michael Hanselmannjqueue: Mark opcodes following failed ones as failed...
2010-08-18 Michael Hanselmannjqueue: Work around race condition between job processi...
2010-08-18 Manuel Franceschinirapi.client, http.client: Format url correctly when...
2010-08-18 Manuel FranceschiniSupport IPv6 in lib/http/server.py
2010-08-18 Manuel FranceschiniSupport for resolving hostnames to IPv6 addresses
2010-08-18 Manuel FranceschiniAlways use address instead of hostname in rpc.Client
2010-08-18 Manuel Franceschinicluster init: Write ssconf before noded starts
2010-08-18 Manuel FranceschiniIntroduce new IPAddress classes
2010-08-17 Michael Hanselmannjqueue: More checks for cancelling queued job
2010-08-17 Michael Hanselmannerrors: Function to check whether value is encoded...
2010-08-17 Michael Hanselmannjqueue: Add more debug output
2010-08-17 Iustin PopMerge branch 'devel-2.1'
2010-08-17 Iustin PopRe-add the 'live' parameter to migration opcodes
2010-08-17 Guido TrotterRestore 'tablet mouse on vnc' behavior
2010-08-17 Guido TrotterRevert "Add -usbdevice tablet to KVM when using vnc"
2010-08-13 Michael Hanselmannworkerpool: Don't keep reference to task arguments
2010-08-13 Michael Hanselmanncli.SubmitOpCode: Pass keyword parameter as keyword
2010-08-10 Michael Hanselmannmasterd.instance: Add missing argument
2010-08-10 Michael HanselmannAdjust message in case ~/.ssh is no directory
2010-08-10 Michael HanselmannRAPI client: Fix docstring for migrating instance
2010-08-10 Michael HanselmannRAPI client: Support renaming instances
2010-08-10 Michael HanselmannAllow renaming instances via RAPI
2010-08-10 Michael HanselmannRAPI client: Don't re-use PycURL object
2010-08-05 Manuel FranceschiniFix bug in bdev when drbd version format is x.x.x.x
2010-07-30 Michael HanselmannAllow instance NIC's IP address to be None
2010-07-30 Michael HanselmannAdd new parameter type “maybe string”
2010-07-30 Michael Hanselmanncmdlib: Change expected type for source CA on remote...
2010-07-30 Iustin PopFix a few job archival issues
2010-07-29 Iustin PopChange handling of non-Ganeti errors in jqueue
2010-07-29 Iustin PopInstance migration: remove error on missing link
2010-07-29 Michael HanselmannAdd check for RAPI paths to start with /2
2010-07-29 David KnowlesRAPI client: The os argument for instance reinstalls...
2010-07-29 Michael HanselmannRAPI client: Support migrating instances
2010-07-29 Michael HanselmannRAPI: Support migrating instances
2010-07-29 Michael Hanselmannworkerpool: Change signature of AddTask function to...
2010-07-29 Michael Hanselmannworkerpool: Add two additional assertions
2010-07-29 Michael Hanselmannworkerpool: Additional check in BaseWorker.ShouldTerminate
2010-07-29 Michael Hanselmannworkerpool: Remove unused worker method
2010-07-29 Michael Hanselmannworkerpool: Move waiting for new tasks for a worker...
2010-07-29 Michael Hanselmannworkerpool: Use common function to add tasks
2010-07-28 Iustin PopRename masterfailover to master-failover
2010-07-28 Iustin PopRAPI: Add os params to instance creation v1
2010-07-28 Iustin PopImprove handling of lost jobs
2010-07-28 Iustin Popluxi: convert permission errors into exception
2010-07-28 Michael Hanselmanncmdlib: Return new name from rename operations
2010-07-28 Manuel Franceschinignt-instance rename: Fix bug and rename params
2010-07-26 Iustin PopAdd modification of the reserved logical volumes
2010-07-26 Iustin PopAdd printing of reserved_lvs in cluster info
2010-07-26 Iustin PopIntrouce a new cluster parameter - reserved_lvs
2010-07-26 Iustin PopChange the meaning of call_node_start_master
2010-07-26 Iustin PopMove the UsesRPC decorator from cli to rpc
2010-07-23 Iustin PopUpdate the RAPI node migrate for the 'live' change
2010-07-23 Iustin PopUpdate the RAPI client for the migration mode
2010-07-23 Iustin PopRename the OpMigrate* parameter 'live' to 'mode'
2010-07-23 Iustin PopRename migration type to migration mode
2010-07-23 Manuel Franceschiniutils: Fix incorrect docstring
2010-07-22 Iustin PopMerge branch 'devel-2.1' into master
2010-07-22 Iustin PopFix issue when changing the disk template to drbd
2010-07-21 Manuel FranceschiniAlways set commonName in X509 certificates
2010-07-20 René NussbaumerAdding constants for setup-ssh
2010-07-20 René NussbaumerChange AddAuthorizedKey to also allow filehandles
2010-07-19 Michael HanselmannRAPI client: Encode empty body to JSON
2010-07-19 Iustin PopIntroduce git reference/tag tracking for debugging
2010-07-16 Luca BigliardiFix epydoc warning "Lists must be indented."
2010-07-16 Michael HanselmannConvert RPC client to PycURL
2010-07-16 Iustin PopImplement lock names for debugging purposes
2010-07-16 Michael HanselmannFix pylint complaints introduced in commit e58f87a958c
2010-07-16 Balazs LeczLXC: Add cpu_mask hypervisor parameter
2010-07-16 Balazs LeczAdd ParseCpuMask() utility function
2010-07-16 Iustin PopAdd a migration type global hypervisor parameter
2010-07-15 Michael HanselmannAdd test for some aspects of job queue
2010-07-15 Luca BigliardiLUVerifyCluster: update _ValidateNode description
2010-07-15 Michael HanselmannKVM hypervisor: Use utils.ShellWriter for network script
2010-07-15 Michael HanselmannMove ShellWriter class to utils
2010-07-15 Michael Hanselmannjqueue: Factorize code waiting for job changes
2010-07-13 Michael HanselmannMerge remote branch 'origin/devel-2.1'
2010-07-13 Michael HanselmannRAPI client: Implement old instance creation request...
2010-07-13 Michael Hanselmannrlib2: Use constants for disk and NIC parameters
2010-07-12 Manuel FranceschiniUse reserved documentation IPs and domains
2010-07-12 Michael HanselmannProvide feedback function for all LU methods
2010-07-12 Michael Hanselmannjqueue: Setup inotify before checking for any job changes
2010-07-12 Michael Hanselmanncli.SubmitOpCode: Support custom job reporter
2010-07-12 Michael HanselmannAdd function to format all job log messages
2010-07-12 Michael Hanselmannbaserlib: Fix feedback function
2010-07-12 Manuel FranceschiniConfd IPv6 support
2010-07-09 Balazs LeczLXC: Fix GetInstanceInfo()
2010-07-09 Balazs LeczLXC: Fix wording of error messages
2010-07-09 Balazs LeczLXC: Create per-instance log files
2010-07-09 Manuel FranceschiniIntroduce lib/netutils.py
2010-07-08 Balazs LeczAdd oper_vcpus instance status field
next