summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #69 from pschiffe/masterMichal Minar2014-03-041-24/+43
|\ \ \ | |/ / |/| | System: catch LMIClassNotFound exceptions
| * | System: catch LMIClassNotFound exceptionsPeter Schiffer2014-03-031-24/+43
| | |
* | | software: fixed search commandMichal Minar2014-03-041-2/+2
|/ / | | | | | | Search command was completely broken.
* | System: added dependency on openlmi-scripts-servicePeter Schiffer2014-02-282-1/+3
| |
* | System: added info about firewall and logging servicesPeter Schiffer2014-02-271-0/+35
| |
* | networking: prefix length of route should be intRadek Novacek2014-02-271-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/masterMichal Minar2014-02-261-0/+23
|\ \ | | | | | | System: added OS info
| * | System: added OS infoPeter Schiffer2014-02-251-0/+23
| | |
* | | Merge pull request #66 from jsynacek/develMichal Minar2014-02-261-2/+11
|\ \ \ | | |/ | |/| storage: dirty checks for thin provisioning support
| * | storage: dirty checks for thin provisioning supportJan Synacek2014-02-261-2/+11
| | | | | | | | | | | | Resolves trac tickets 276 and 277
* | | service: fixed error reportingMichal Minar2014-02-261-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 featuresMichal Minar2014-02-262-132/+13
|/ / | | | | | | | | Disks introspection is not yet stable in openlmi-hardware provider, remove the support for now.
* | Merge pull request #65 from jsynacek/develMichal Minar2014-02-261-1/+3
|\ \ | |/ |/| tests: minor fixes
| * tests: provide default username and password for cimom authenticationJan Synacek2014-02-261-0/+2
| | | | | | | | | | Otherwise shell breaks, for example when the password is provided but the username is not.
| * tests: quote host urlJan Synacek2014-02-261-1/+1
| | | | | | | | | | Don't let the shell interpret special characters in passwords, usernames or hostnames.
* | Merge pull request #63 from jsynacek/develMichal Minar2014-02-251-1/+1
|\| | | | | storage: fix mount list
| * storage: fix mount listJan Synacek2014-02-251-1/+1
| |
* | hardware: deal properly with older versions of providersMichal Minar2014-02-251-1/+13
| | | | | | | | | | LMI_DiskDrive class was added to openlmi-hardware just recently. Don't expect it to be present on broker.
* | documentation updatesMichal Minar2014-02-2413-17/+202
| | | | | | | | | | Added few Makefiles and setup configs. Just to make distribution to PyPI easy.
* | system: added version require and bumped releaseMichal Minar2014-02-242-4/+4
| |
* | tuned requirements for several scriptsMichal Minar2014-02-244-4/+4
| | | | | | | | | | Networking, software, hardware and storage depend on recent changed in openlmi-scripts.
* | Hardware, System: fixed nitpicks from reviewPeter Schiffer2014-02-242-22/+13
| |
* | System: safer coding when classes and/or attributes are missingPeter Schiffer2014-02-241-11/+23
| |
* | Hardware: safer coding when classes and/or attributes are missingPeter Schiffer2014-02-241-35/+51
| |
* | Hardware, System: added author commentPeter Schiffer2014-02-244-0/+12
| |
* | preparation for releaseMichal Minar2014-02-245-5/+5
| | | | | | | | Bumped versions of command libraries.
* | software: updated generated documentationMichal Minar2014-02-242-26/+105
| | | | | | | | Improved generator so that usage for subcommands is generated as well.
* | service: updated generated documentationMichal Minar2014-02-241-6/+7
| |
* | software: fixed a typo in usage stringMichal Minar2014-02-241-1/+1
| |
* | Merge pull request #60 from pschiffe/masterMichal Minar2014-02-2416-10/+1007
|\ \ | | | | | | System: added new system script
| * | System: added hw infoPeter Schiffer2014-02-212-1/+54
| | |
| * | Hardware: updated documentationPeter Schiffer2014-02-213-10/+16
| | |
| * | System: new system scriptPeter Schiffer2014-02-2113-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-typoMichal Minar2014-02-241-3/+3
|\ \ | | | | | | Fixed typo in 'lmi storage raid'.
| * | Fixed typo in 'lmi storage raid'.Jan Safranek2014-02-241-3/+3
| | |
* | | storage: fixed installationMichal Minar2014-02-241-1/+6
|/ / | | | | | | | | New cmd subpackage was missing in setup script making the command unusable.
* / software: error reporting improvementsMichal Minar2014-02-242-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 optionsJan Synacek2014-02-212-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 commandsMichal Minar2014-02-211-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 descriptionsMichal Minar2014-02-211-9/+17
| | | | Related to trace ticket #237
* software: tuned usage messageMichal Minar2014-02-211-1/+2
| | | | Documented one missing option and clarified repo listing command.
* hardware: fixed declaration of listing commandsMichal Minar2014-02-211-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-docMichal Minar2014-02-2116-187/+1125
|\ | | | | Storage + account doc updates v2
| * Add account script documentation.Jan Safranek2014-02-208-7/+650
| |
| * Update script documentation with 'storage' multiplexer.Jan Safranek2014-02-196-180/+467
| |
| * Add LUKS documentation.Jan Safranek2014-02-192-0/+8
| |
* | Merge pull request #56 from boocz3ch/develMichal Minar2014-02-216-1/+385
|\ \ | | | | | | add thin provisioning scripts
| * | add thin provisioning scriptsJan Synacek2014-02-206-1/+385
| | |
* | | Merge pull request #58 from rnovacek/dev2Michal Minar2014-02-217-228/+1079
|\ \ \ | |/ / |/| | Networking script fixes v2
| * | networking: update generated cmdline documentationRadek Novacek2014-02-201-52/+15
| | |