Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #69 from pschiffe/master | Michal Minar | 2014-03-04 | 1 | -24/+43 | |
|\ \ \ | |/ / |/| | | System: catch LMIClassNotFound exceptions | |||||
| * | | System: catch LMIClassNotFound exceptions | Peter Schiffer | 2014-03-03 | 1 | -24/+43 | |
| | | | ||||||
* | | | software: fixed search command | Michal Minar | 2014-03-04 | 1 | -2/+2 | |
|/ / | | | | | | | Search command was completely broken. | |||||
* | | System: added dependency on openlmi-scripts-service | Peter Schiffer | 2014-02-28 | 2 | -1/+3 | |
| | | ||||||
* | | System: added info about firewall and logging services | Peter Schiffer | 2014-02-27 | 1 | -0/+35 | |
| | | ||||||
* | | networking: prefix length of route should be int | Radek Novacek | 2014-02-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | PrefixLength parameter of static IP route was incorrectly converted to string when it should be integer. New lmishell can convert it to propert type. This commit fixes it even for older lmishell. | |||||
* | | Merge pull request #64 from pschiffe/master | Michal Minar | 2014-02-26 | 1 | -0/+23 | |
|\ \ | | | | | | | System: added OS info | |||||
| * | | System: added OS info | Peter Schiffer | 2014-02-25 | 1 | -0/+23 | |
| | | | ||||||
* | | | Merge pull request #66 from jsynacek/devel | Michal Minar | 2014-02-26 | 1 | -2/+11 | |
|\ \ \ | | |/ | |/| | storage: dirty checks for thin provisioning support | |||||
| * | | storage: dirty checks for thin provisioning support | Jan Synacek | 2014-02-26 | 1 | -2/+11 | |
| | | | | | | | | | | | | Resolves trac tickets 276 and 277 | |||||
* | | | service: fixed error reporting | Michal Minar | 2014-02-26 | 1 | -8/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Handle errors cases gracefully. AttributeError is confusing when actually an instance can not be found on remove host. Behave the same when exception handling is set to enable or disable (lmishell thing). | |||||
* | | | hardware: remove unstable features | Michal Minar | 2014-02-26 | 2 | -132/+13 | |
|/ / | | | | | | | | | Disks introspection is not yet stable in openlmi-hardware provider, remove the support for now. | |||||
* | | Merge pull request #65 from jsynacek/devel | Michal Minar | 2014-02-26 | 1 | -1/+3 | |
|\ \ | |/ |/| | tests: minor fixes | |||||
| * | tests: provide default username and password for cimom authentication | Jan Synacek | 2014-02-26 | 1 | -0/+2 | |
| | | | | | | | | | | Otherwise shell breaks, for example when the password is provided but the username is not. | |||||
| * | tests: quote host url | Jan Synacek | 2014-02-26 | 1 | -1/+1 | |
| | | | | | | | | | | Don't let the shell interpret special characters in passwords, usernames or hostnames. | |||||
* | | Merge pull request #63 from jsynacek/devel | Michal Minar | 2014-02-25 | 1 | -1/+1 | |
|\| | | | | | storage: fix mount list | |||||
| * | storage: fix mount list | Jan Synacek | 2014-02-25 | 1 | -1/+1 | |
| | | ||||||
* | | hardware: deal properly with older versions of providers | Michal Minar | 2014-02-25 | 1 | -1/+13 | |
| | | | | | | | | | | LMI_DiskDrive class was added to openlmi-hardware just recently. Don't expect it to be present on broker. | |||||
* | | documentation updates | Michal Minar | 2014-02-24 | 13 | -17/+202 | |
| | | | | | | | | | | Added few Makefiles and setup configs. Just to make distribution to PyPI easy. | |||||
* | | system: added version require and bumped release | Michal Minar | 2014-02-24 | 2 | -4/+4 | |
| | | ||||||
* | | tuned requirements for several scripts | Michal Minar | 2014-02-24 | 4 | -4/+4 | |
| | | | | | | | | | | Networking, software, hardware and storage depend on recent changed in openlmi-scripts. | |||||
* | | Hardware, System: fixed nitpicks from review | Peter Schiffer | 2014-02-24 | 2 | -22/+13 | |
| | | ||||||
* | | System: safer coding when classes and/or attributes are missing | Peter Schiffer | 2014-02-24 | 1 | -11/+23 | |
| | | ||||||
* | | Hardware: safer coding when classes and/or attributes are missing | Peter Schiffer | 2014-02-24 | 1 | -35/+51 | |
| | | ||||||
* | | Hardware, System: added author comment | Peter Schiffer | 2014-02-24 | 4 | -0/+12 | |
| | | ||||||
* | | preparation for release | Michal Minar | 2014-02-24 | 5 | -5/+5 | |
| | | | | | | | | Bumped versions of command libraries. | |||||
* | | software: updated generated documentation | Michal Minar | 2014-02-24 | 2 | -26/+105 | |
| | | | | | | | | Improved generator so that usage for subcommands is generated as well. | |||||
* | | service: updated generated documentation | Michal Minar | 2014-02-24 | 1 | -6/+7 | |
| | | ||||||
* | | software: fixed a typo in usage string | Michal Minar | 2014-02-24 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #60 from pschiffe/master | Michal Minar | 2014-02-24 | 16 | -10/+1007 | |
|\ \ | | | | | | | System: added new system script | |||||
| * | | System: added hw info | Peter Schiffer | 2014-02-21 | 2 | -1/+54 | |
| | | | ||||||
| * | | Hardware: updated documentation | Peter Schiffer | 2014-02-21 | 3 | -10/+16 | |
| | | | ||||||
| * | | System: new system script | Peter Schiffer | 2014-02-21 | 13 | -0/+938 | |
| |/ | | | | | | | | | System script displays general information about system. This is initial commit, currently it displays only computer name (hostname). | |||||
* | | Merge pull request #61 from jsafrane/devel/fix-typo | Michal Minar | 2014-02-24 | 1 | -3/+3 | |
|\ \ | | | | | | | Fixed typo in 'lmi storage raid'. | |||||
| * | | Fixed typo in 'lmi storage raid'. | Jan Safranek | 2014-02-24 | 1 | -3/+3 | |
| | | | ||||||
* | | | storage: fixed installation | Michal Minar | 2014-02-24 | 1 | -1/+6 | |
|/ / | | | | | | | | | New cmd subpackage was missing in setup script making the command unusable. | |||||
* / | software: error reporting improvements | Michal Minar | 2014-02-24 | 2 | -29/+59 | |
|/ | | | | | | | When running installation on package which is already install, print it's installed, not just "failed". Resolves trac ticket #242 | |||||
* | don't distinguish between options and other options | Jan Synacek | 2014-02-21 | 2 | -46/+24 | |
| | | | | | | | In the CIM model, these two are separated, as options are represented by properties, and other options (file dependent) are specified in a special property. The script should make using all options transparent and not consider them two separate inputs. | |||||
* | netwoking: tuned declaration of lister commands | Michal Minar | 2014-02-21 | 1 | -4/+3 | |
| | | | | | | | Semantics of COLUMNS property changed a bit for LmiLister command. It affects just those wanting to suppress column headers completely. Although previous declaration works, it defines column names that are never used, which does not make sense. | |||||
* | service: prettified error descriptions | Michal Minar | 2014-02-21 | 1 | -9/+17 | |
| | | | | Related to trace ticket #237 | |||||
* | software: tuned usage message | Michal Minar | 2014-02-21 | 1 | -1/+2 | |
| | | | | Documented one missing option and clarified repo listing command. | |||||
* | hardware: fixed declaration of listing commands | Michal Minar | 2014-02-21 | 1 | -1/+1 | |
| | | | | | | Due to a change in handling of COLUMNS and FMT_NO_HEADINGS, the correct way to disable printing column headers with LmiLister command is to set the COLUMNS to empty list/tuple. | |||||
* | Merge pull request #57 from jsafrane/devel/storage-doc | Michal Minar | 2014-02-21 | 16 | -187/+1125 | |
|\ | | | | | Storage + account doc updates v2 | |||||
| * | Add account script documentation. | Jan Safranek | 2014-02-20 | 8 | -7/+650 | |
| | | ||||||
| * | Update script documentation with 'storage' multiplexer. | Jan Safranek | 2014-02-19 | 6 | -180/+467 | |
| | | ||||||
| * | Add LUKS documentation. | Jan Safranek | 2014-02-19 | 2 | -0/+8 | |
| | | ||||||
* | | Merge pull request #56 from boocz3ch/devel | Michal Minar | 2014-02-21 | 6 | -1/+385 | |
|\ \ | | | | | | | add thin provisioning scripts | |||||
| * | | add thin provisioning scripts | Jan Synacek | 2014-02-20 | 6 | -1/+385 | |
| | | | ||||||
* | | | Merge pull request #58 from rnovacek/dev2 | Michal Minar | 2014-02-21 | 7 | -228/+1079 | |
|\ \ \ | |/ / |/| | | Networking script fixes v2 | |||||
| * | | networking: update generated cmdline documentation | Radek Novacek | 2014-02-20 | 1 | -52/+15 | |
| | | |