Pass ssconf values from master to node
[ganeti-local] / lib /
2008-11-25 Michael HanselmannPass ssconf values from master to node
2008-11-25 Michael Hanselmannganeti.http: Don't reuse key and cert objects
2008-11-24 Michael HanselmannFix unittests broken by rev 2015
2008-11-24 Michael Hanselmannganeti.rpc: Read SSL certificate and key only once...
2008-11-24 Iustin PopDocumentation updates for mcpu.py
2008-11-24 Guido TrotterLUCreateInstance: Fix import mac AUTO mode
2008-11-24 Guido TrotterLUCreateInstance unlock all nodes mid-way
2008-11-24 Guido TrotterIAllocator: subtract down instances from free mem
2008-11-24 Guido TrotterCorrect GetAllInstancesInfo rtype
2008-11-24 Guido TrotterIAllocator: use the right hypervisor
2008-11-24 Guido TrotterIAllocator: fill i_list in a more proper way
2008-11-24 Guido TrotterParallelize instance operations on the same node
2008-11-24 Guido TrotterConvert iallocator to the new _ComputeDiskSize
2008-11-23 Iustin PopDocumentation updates for cmdlib.py
2008-11-23 Iustin PopOnly update ssconf on cluster serial change
2008-11-23 Iustin PopEnable auto-unit formatting in script output
2008-11-21 Oleksiy MishchenkoRAPI: Cancel a job
2008-11-21 Iustin PopMake cli.py use FieldSet for matching fields
2008-11-21 Iustin PopMove FieldSet class to utils.py
2008-11-21 Iustin PopChange disk index validation to FindDisk
2008-11-21 Iustin PopChange GrowDisk to work with multi-disk
2008-11-21 Michael HanselmannUse SSL for master/node RPC
2008-11-21 Michael HanselmannGet rid of node daemon password
2008-11-21 Michael Hanselmannganeti.http: Add another class to contain SSL key and...
2008-11-21 Michael HanselmannReuse HTTP client pool for RPC
2008-11-21 Michael HanselmannWrite ssconf files when updating configuration
2008-11-21 Michael HanselmannAdd RPC call to update ssconf files
2008-11-21 Iustin PopChange replace secondary to work with multi-disk
2008-11-20 Michael Hanselmannganeti.ssconf: Add function to write ssconf files
2008-11-20 Iustin PopConvert replace-disks (same nodes) to multi-disk
2008-11-20 Iustin PopInitial multi-disk/multi-nic support
2008-11-20 Iustin PopAdd more disk/nic listing options in gnt-instance
2008-11-20 Iustin PopChange Xen hypervisor to not use iv_name
2008-11-19 Michael Hanselmannganeti.rpc: Use central functions for actual RPC calls
2008-11-19 Michael HanselmannMake HttpClientManager threadsafe
2008-11-19 Oleksiy MishchenkoHTTP server: Do not decode empty entity body
2008-11-19 Oleksiy MishchenkoRAPI: Instance modify.
2008-11-18 Iustin PopAllow querying of variable number of parameters
2008-11-18 Iustin PopConvert cmdlib.py to _FieldSet
2008-11-18 Iustin PopAdd a FieldSet class for variable parameter sets
2008-11-14 Oleksiy MishchenkoRAPI: Instance startup/shutdown resources
2008-11-14 Oleksiy MishchenkoRAPI: Implement an instance reboot
2008-11-12 Michael HanselmannUse utils.ReadFile to read SSL certificate
2008-11-12 Michael Hanselmannganeti.rpc: Use utils.ReadFile instead of reading file...
2008-11-12 Michael Hanselmannutils.SetupLogging: Remove previously setup handlers
2008-11-12 Michael Hanselmannjqueue: Always use rpc.RpcRunner
2008-11-12 Michael Hanselmannbootstrap: Always use rpc.RpcRunner
2008-11-12 Michael Hanselmannganeti.rpc: Convert to ganeti.serializer
2008-11-12 Michael HanselmannConvert RPC module to new HTTP client
2008-11-12 Iustin PopFix utils.KillProcess
2008-11-11 Michael Hanselmannganeti.http: Implement SSL for HTTP client
2008-11-11 Michael Hanselmannganeti.daemon: Add timers to Mainloop
2008-11-11 Iustin PopConvert trunk to posix-compatibility
2008-11-11 Iustin PopRemove zombie special case from IsProcessAlive
2008-11-11 Iustin PopAdd cleanup of processes to utils.KillProcess
2008-11-11 Iustin PopFix instance rename
2008-11-11 Iustin PopFix gnt-instance reinstall
2008-11-11 Iustin PopImplement working directory for utils.RunCmd
2008-11-10 Michael Hanselmannganeti.http: Move SSL socket creation into base class
2008-11-10 Michael Hanselmannganeti.daemon: Make Mainloop more flexible
2008-11-10 Michael Hanselmannganeti.http: Add constant for "Unexpected EOF"
2008-11-06 Michael HanselmannAdd new HTTP client class
2008-11-06 Michael Hanselmannganeti.http: Use 411 Length Required in server code
2008-11-05 Guido TrotterUpdate LUGrowDisk _WaitForSync call
2008-11-05 Michael Hanselmannganeti.http: Add more constants
2008-10-27 Iustin PopSmall documentation updates for workerpool.py
2008-10-27 Iustin PopDocumentation updates for jqueue.py
2008-10-27 Iustin PopYet another bug found while reviewing docs
2008-10-27 Iustin PopDocumentation updates for utils.py
2008-10-25 Iustin PopUpdate backend.py docstrings
2008-10-25 Iustin PopFix another error handling case
2008-10-24 Iustin PopFix an error handling case
2008-10-24 Guido TrotterOSFromDisk remove superfluous empty line
2008-10-24 Iustin PopSome documentation updates
2008-10-24 Iustin PopModify utils.RunCmd to write output to file
2008-10-24 Michael Hanselmannganeti.http: Implement SSL certificates
2008-10-24 Michael HanselmannDocument HttpServer.__init__
2008-10-23 Iustin PopFix gnt-* command with --submit
2008-10-23 Iustin PopExport the disk index in the import/export scripts
2008-10-23 Iustin PopFix leftover of hypervisor attribute rename
2008-10-23 Michael Hanselmannhttp library: Always fork before reading request
2008-10-23 Michael Hanselmanndaemon.py: Don't wake up every second
2008-10-22 Oleksiy MishchenkoRAPI: Export beparams as dict. The patch also enables...
2008-10-22 Oleksiy MishchenkoRAPI: Forgoten in r1923 instance add change.
2008-10-22 Guido TrotterLUCreateInstance: import multiple disks
2008-10-22 Guido TrotterConvert ImportOSIntoInstance to OS API 10
2008-10-22 Guido TrotterConvert ExportSnapshot to OS API 10
2008-10-22 Guido TrotterLUExportInstance: snapshot all disks
2008-10-22 Guido TrotterConvert SnapshotBlockDevice's docstring to epydoc
2008-10-21 Oleksiy MishchenkoPass request headers in to RAPI handlers.
2008-10-21 Iustin PopMove some LU logging to use proc.Log*
2008-10-21 Iustin PopImprove the mcpu.Processor logging routines
2008-10-21 Iustin PopFix whitespace-at-EOL
2008-10-20 Alexander SchreiberSet default hypervisor at cluster init
2008-10-20 Iustin PopConvert the job queue rpcs to address-based
2008-10-20 Iustin PopConvert rpc.call_upload_file to use addresses
2008-10-20 Iustin PopConvert non-static rpc calls to use addresses
2008-10-20 Iustin PopAdd infrastructure for using addresses in rpc.py
2008-10-20 Iustin PopImprove conformance with the style guide for rpc.py
2008-10-20 Guido TrotterUse constants.VALUE_AUTO for ip comparison too
next